Skip to content

Commit 861cf5c

Browse files
authored
Merge pull request MicrosoftDocs#7489 from MicrosoftDocs/DLP-chrisda
DLP-chrisda to Master
2 parents d7e7a01 + e615eae commit 861cf5c

File tree

6 files changed

+878
-7
lines changed

6 files changed

+878
-7
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
online version: https://docs.microsoft.com/powershell/module/exchange/get-policyconfig
4+
applicable: Security & Compliance Center
5+
title: Get-PolicyConfig
6+
schema: 2.0.0
7+
author: chrisda
8+
ms.author: chrisda
9+
ms.reviewer:
10+
---
11+
12+
# Get-PolicyConfig
13+
14+
## SYNOPSIS
15+
This cmdlet is available only in Security & Compliance Center PowerShell. For more information, see [Security & Compliance Center PowerShell](https://docs.microsoft.com/powershell/exchange/scc-powershell).
16+
17+
Use the Get-PolicyConfig cmdlet to view the endpoint restrictions that are configured in the organization.
18+
19+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
20+
21+
## SYNTAX
22+
23+
```
24+
Get-PolicyConfig [<CommonParameters>]
25+
```
26+
27+
## DESCRIPTION
28+
You need to be assigned permissions in the Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in the Security & Compliance Center](https://docs.microsoft.com/microsoft-365/security/office-365-security/permissions-in-the-security-and-compliance-center).
29+
30+
## EXAMPLES
31+
32+
### Example 1
33+
```powershell
34+
Get-PolicyConfig
35+
```
36+
37+
This example returns the endpoint restrictions that are available in the organization.
38+
39+
## PARAMETERS
40+
41+
### CommonParameters
42+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
43+
44+
## INPUTS
45+
46+
###
47+
48+
## OUTPUTS
49+
50+
###
51+
52+
## NOTES
53+
54+
## RELATED LINKS

exchange/exchange-ps/exchange/New-DlpCompliancePolicy.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
New-DlpCompliancePolicy [-Name] <String>
25+
[-AlertProperties <PswsHashtable>]
2526
[-Comment <String>]
2627
[-Confirm]
28+
[-EndpointDlpLocation <MultiValuedProperty>]
29+
[-EndpointDlpLocationException <MultiValuedProperty>]
30+
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
2731
[-ExchangeLocation <MultiValuedProperty>]
2832
[-ExchangeSenderMemberOf <SmtpAddress[]>]
2933
[-ExchangeSenderMemberOfException <SmtpAddress[]>]
@@ -42,6 +46,8 @@ New-DlpCompliancePolicy [-Name] <String>
4246
[-SharePointLocationException <MultiValuedProperty>]
4347
[-TeamsLocation <MultiValuedProperty>]
4448
[-TeamsLocationException <MultiValuedProperty>]
49+
[-ThirdPartyAppDlpLocation <MultiValuedProperty>]
50+
[-ThirdPartyAppDlpLocationException <MultiValuedProperty>]
4551
[-WhatIf]
4652
[<CommonParameters>]
4753
```
@@ -118,6 +124,58 @@ Accept pipeline input: False
118124
Accept wildcard characters: False
119125
```
120126

127+
### -EndpointDlpLocation
128+
The EndpointDLPLocation parameter specifies the user accounts to include in the DLP policy when they are logged on to an onboarded device. You identify the account by name or email address. You can use the value All for this parameter to include all user accounts.
129+
130+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
131+
132+
```yaml
133+
Type: MultiValuedProperty
134+
Parameter Sets: (All)
135+
Aliases:
136+
Applicable: Security & Compliance Center
137+
138+
Required: False
139+
Position: Named
140+
Default value: None
141+
Accept pipeline input: False
142+
Accept wildcard characters: False
143+
```
144+
145+
### -EndpointDlpLocationException
146+
The EndpointDlpLocationException parameter specifies the user accounts to exclude when you use the value All for the EndpointDlpLocation parameter. You identify the account by name or email address.
147+
148+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
149+
150+
```yaml
151+
Type: MultiValuedProperty
152+
Parameter Sets: (All)
153+
Aliases:
154+
Applicable: Security & Compliance Center
155+
156+
Required: False
157+
Position: Named
158+
Default value: None
159+
Accept pipeline input: False
160+
Accept wildcard characters: False
161+
```
162+
163+
### -ExceptIfOneDriveSharedBy
164+
This parameter is reserved for internal Microsoft use.
165+
166+
```yaml
167+
Type: RecipientIdParameter[]
168+
Parameter Sets: (All)
169+
Aliases:
170+
Applicable: Security & Compliance Center
171+
172+
Required: False
173+
Position: Named
174+
Default value: None
175+
Accept pipeline input: False
176+
Accept wildcard characters: False
177+
```
178+
121179
### -ExchangeLocation
122180
The ExchangeLocation parameter specifies Exchange Online mailboxes to include in the DLP policy. You can only use the value All for this parameter to include all mailboxes.
123181

@@ -449,6 +507,38 @@ Accept pipeline input: False
449507
Accept wildcard characters: False
450508
```
451509

510+
### -ThirdPartyAppDlpLocation
511+
This parameter is reserved for internal Microsoft use.
512+
513+
```yaml
514+
Type: MultiValuedProperty
515+
Parameter Sets: (All)
516+
Aliases:
517+
Applicable: Security & Compliance Center
518+
519+
Required: False
520+
Position: Named
521+
Default value: None
522+
Accept pipeline input: False
523+
Accept wildcard characters: False
524+
```
525+
526+
### -ThirdPartyAppDlpLocationException
527+
This parameter is reserved for internal Microsoft use.
528+
529+
```yaml
530+
Type: MultiValuedProperty
531+
Parameter Sets: (All)
532+
Aliases:
533+
Applicable: Security & Compliance Center
534+
535+
Required: False
536+
Position: Named
537+
Default value: None
538+
Accept pipeline input: False
539+
Accept wildcard characters: False
540+
```
541+
452542
### -WhatIf
453543
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
454544

0 commit comments

Comments
 (0)