You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
+
121
179
### -ExchangeLocation
122
180
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.
123
181
@@ -449,6 +507,38 @@ Accept pipeline input: False
449
507
Accept wildcard characters: False
450
508
```
451
509
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
+
452
542
### -WhatIf
453
543
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
0 commit comments