Skip to content

Commit d1c52d8

Browse files
authored
Merge branch 'master' into patch-251
2 parents d61cb13 + 77422cb commit d1c52d8

18 files changed

+146
-290
lines changed

exchange/exchange-ps/exchange/New-DistributionGroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ Accept wildcard characters: False
271271
### -HiddenGroupMembershipEnabled
272272
This parameter is available only in the cloud-based service.
273273

274-
{{ Fill HiddenGroupMembershipEnabled Description }}
274+
The HiddenGroupMembershipEnabled switch specifies whether to hide the members of the distribution group from users who aren't members of the group. You don't need to specify a value with this switch.
275+
276+
You can use this setting to help comply with regulations that require you to hide group membership from outsiders (for example, a distribution group that represents students enrolled in a class).
275277

276278
```yaml
277279
Type: SwitchParameter

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

Lines changed: 2 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
New-DlpCompliancePolicy [-Name] <String>
2525
[-Comment <String>]
2626
[-Confirm]
27-
[-EndpointDlpLocation <MultiValuedProperty>]
28-
[-EndpointDlpLocationException <MultiValuedProperty>]
2927
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
3028
[-ExceptIfOneDriveSharedByMemberOf <RecipientIdParameter[]>]
3129
[-ExchangeLocation <MultiValuedProperty>]
@@ -46,8 +44,6 @@ New-DlpCompliancePolicy [-Name] <String>
4644
[-SharePointServerLocation <MultiValuedProperty>]
4745
[-TeamsLocation <MultiValuedProperty>]
4846
[-TeamsLocationException <MultiValuedProperty>]
49-
[-ThirdPartyAppDlpLocation <MultiValuedProperty>]
50-
[-ThirdPartyAppDlpLocationException <MultiValuedProperty>]
5147
[-WhatIf]
5248
[<CommonParameters>]
5349
```
@@ -124,48 +120,11 @@ Accept pipeline input: False
124120
Accept wildcard characters: False
125121
```
126122

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-
163123
### -ExceptIfOneDriveSharedBy
164124
The ExceptIfOneDriveSharedBy parameter specifies the users to exclude in the DLP policy. You identify the user by its email address.
165125

166126
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
167127

168-
169128
```yaml
170129
Type: RecipientIdParameter[]
171130
Parameter Sets: (All)
@@ -197,7 +156,6 @@ Accept pipeline input: False
197156
Accept wildcard characters: False
198157
```
199158

200-
201159
### -ExchangeLocation
202160
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.
203161

@@ -254,7 +212,6 @@ Accept pipeline input: False
254212
Accept wildcard characters: False
255213
```
256214

257-
258215
### -Force
259216
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
260217

@@ -293,16 +250,13 @@ Accept wildcard characters: False
293250
```
294251

295252
### -OneDriveLocation
296-
The OneDriveLocation parameter specifies the OneDrive for Business sites to include. You identify the site by its URL value, or you can use the value All to include all sites.
297-
298-
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"`.
253+
Don't use this parameter. Use the OneDriveSharedBy and OneDriveSharedByMemberOf parameters instead.
299254

300255
```yaml
301256
Type: MultiValuedProperty
302257
Parameter Sets: (All)
303258
Aliases:
304259
Applicable: Security & Compliance Center
305-
306260
Required: False
307261
Position: Named
308262
Default value: None
@@ -311,16 +265,13 @@ Accept wildcard characters: False
311265
```
312266

313267
### -OneDriveLocationException
314-
This parameter specifies the OneDrive for Business sites to exclude when you use the value All for the OneDriveLocation parameter. You identify the site by its URL value.
315-
316-
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"`.
268+
Don't use this parameter. Use the ExceptIfOneDriveSharedBy and ExceptIfOneDriveSharedByMemberOf parameters instead.
317269

318270
```yaml
319271
Type: MultiValuedProperty
320272
Parameter Sets: (All)
321273
Aliases:
322274
Applicable: Security & Compliance Center
323-
324275
Required: False
325276
Position: Named
326277
Default value: None
@@ -333,7 +284,6 @@ The OneDriveSharedBy parameter specifies the users to include in the DLP policy.
333284

334285
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`.
335286

336-
337287
```yaml
338288
Type: RecipientIdParameter[]
339289
Parameter Sets: (All)
@@ -525,38 +475,6 @@ Accept pipeline input: False
525475
Accept wildcard characters: False
526476
```
527477

528-
### -ThirdPartyAppDlpLocation
529-
This parameter is reserved for internal Microsoft use.
530-
531-
```yaml
532-
Type: MultiValuedProperty
533-
Parameter Sets: (All)
534-
Aliases:
535-
Applicable: Security & Compliance Center
536-
537-
Required: False
538-
Position: Named
539-
Default value: None
540-
Accept pipeline input: False
541-
Accept wildcard characters: False
542-
```
543-
544-
### -ThirdPartyAppDlpLocationException
545-
This parameter is reserved for internal Microsoft use.
546-
547-
```yaml
548-
Type: MultiValuedProperty
549-
Parameter Sets: (All)
550-
Aliases:
551-
Applicable: Security & Compliance Center
552-
553-
Required: False
554-
Position: Named
555-
Default value: None
556-
Accept pipeline input: False
557-
Accept wildcard characters: False
558-
```
559-
560478
### -WhatIf
561479
The WhatIf switch doesn't work in Security & Compliance Center PowerShell.
562480

exchange/exchange-ps/exchange/Set-DistributionGroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,9 @@ Accept wildcard characters: False
976976
### -HiddenGroupMembershipEnabled
977977
This parameter is available only in the cloud-based service.
978978

979-
{{ Fill HiddenGroupMembershipEnabled Description }}
979+
The HiddenGroupMembershipEnabled switch specifies whether to hide the members of the distribution group from users who aren't members of the group. You don't need to specify a value with this switch.
980+
981+
You can use this setting to help comply with regulations that require you to hide group membership from outsiders (for example, a distribution group that represents students enrolled in a class).
980982

981983
```yaml
982984
Type: SwitchParameter

0 commit comments

Comments
 (0)