Skip to content

Commit 3202486

Browse files
authored
Merge pull request MicrosoftDocs#11468 from MicrosoftDocs/chrisda
Blind Cmdlet Sweep 3
2 parents 00d3bff + b4f1fcb commit 3202486

17 files changed

+806
-284
lines changed

exchange/exchange-ps/exchange/Get-ComplianceSearchAction.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Get-ComplianceSearchAction [[-Identity] <ComplianceSearchActionIdParameter>]
2727
[-Details]
2828
[-DomainController <Fqdn>]
2929
[-IncludeCredential]
30+
[-Organization <OrganizationIdParameter>]
3031
[-ResultSize <Unlimited>]
3132
[<CommonParameters>]
3233
```
@@ -38,6 +39,7 @@ Get-ComplianceSearchAction [-Preview]
3839
[-Details]
3940
[-DomainController <Fqdn>]
4041
[-IncludeCredential]
42+
[-Organization <OrganizationIdParameter>]
4143
[-ResultSize <Unlimited>]
4244
[<CommonParameters>]
4345
```
@@ -49,6 +51,7 @@ Get-ComplianceSearchAction [-Purge]
4951
[-Details]
5052
[-DomainController <Fqdn>]
5153
[-IncludeCredential]
54+
[-Organization <OrganizationIdParameter>]
5255
[-ResultSize <Unlimited>]
5356
[<CommonParameters>]
5457
```
@@ -60,6 +63,7 @@ Get-ComplianceSearchAction [-Export]
6063
[-Details]
6164
[-DomainController <Fqdn>]
6265
[-IncludeCredential]
66+
[-Organization <OrganizationIdParameter>]
6367
[-ResultSize <Unlimited>]
6468
[<CommonParameters>]
6569
```
@@ -155,15 +159,15 @@ Accept wildcard characters: False
155159
```
156160
157161
### -DomainController
158-
This parameter is available only in on-premises Exchange.
162+
This parameter is functional only in on-premises Exchange.
159163
160164
The DomainController parameter specifies the ___domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the ___domain controller by its fully qualified ___domain name (FQDN). For example, dc01.contoso.com.
161165
162166
```yaml
163167
Type: Fqdn
164168
Parameter Sets: (All)
165169
Aliases:
166-
Applicable: Exchange Server 2016, Exchange Server 2019
170+
Applicable: Exchange Server 2016, Exchange Server 2019, Security & Compliance
167171

168172
Required: False
169173
Position: Named
@@ -206,6 +210,24 @@ Accept pipeline input: False
206210
Accept wildcard characters: False
207211
```
208212
213+
### -Organization
214+
This parameter is available only in the cloud-based organization.
215+
216+
This parameter is reserved for internal Microsoft use.
217+
218+
```yaml
219+
Type: OrganizationIdParameter
220+
Parameter Sets: (All)
221+
Aliases:
222+
Applicable: Security & Compliance
223+
224+
Required: False
225+
Position: Named
226+
Default value: None
227+
Accept pipeline input: False
228+
Accept wildcard characters: False
229+
```
230+
209231
### -Preview
210232
The Preview switch filters the results by Preview compliance search actions. You don't need to specify a value with this switch.
211233

exchange/exchange-ps/exchange/Get-DlpSensitiveInformationType.md

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

2323
```
2424
Get-DlpSensitiveInformationType [[-Identity] <SensitiveInformationTypeIdParameter>]
25+
[-Capability <ClassificationCapabilityType>]
2526
[-IncludeDetails]
2627
[-IncludeElements <ClassificationPrimitiveElementType>]
2728
[-Organization <OrganizationIdParameter>]
@@ -70,6 +71,22 @@ Accept pipeline input: True
7071
Accept wildcard characters: False
7172
```
7273
74+
### -Capability
75+
{{ Fill Capability Description }}
76+
77+
```yaml
78+
Type: ClassificationCapabilityType
79+
Parameter Sets: (All)
80+
Aliases:
81+
Applicable: Security & Compliance
82+
83+
Required: False
84+
Position: Named
85+
Default value: None
86+
Accept pipeline input: False
87+
Accept wildcard characters: False
88+
```
89+
7390
### -IncludeDetails
7491
{{ Fill IncludeDetails Description }}
7592

exchange/exchange-ps/exchange/Invoke-HoldRemovalAction.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,24 @@ Accept pipeline input: False
116116
Accept wildcard characters: False
117117
```
118118

119+
### -Force
120+
The Force switch hides warning or confirmation messages. You don't need to specify a value with this switch.
121+
122+
You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate.
123+
124+
```yaml
125+
Type: SwitchParameter
126+
Parameter Sets: (All)
127+
Aliases:
128+
Applicable: Security & Compliance
129+
130+
Required: False
131+
Position: Named
132+
Default value: None
133+
Accept pipeline input: False
134+
Accept wildcard characters: False
135+
```
136+
119137
### -HoldId
120138
The HoldId parameter specifies the hold that you want to view or remove.
121139

exchange/exchange-ps/exchange/New-AutoSensitivityLabelPolicy.md

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ New-AutoSensitivityLabelPolicy [-Name] <String> -ApplySensitivityLabel <String>
2525
[-Comment <String>]
2626
[-Confirm]
2727
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
28+
[-ExceptIfOneDriveSharedByMemberOf <RecipientIdParameter[]>]
29+
[-ExchangeAdaptiveScopes <MultiValuedProperty>]
30+
[-ExchangeAdaptiveScopesException <MultiValuedProperty>]
2831
[-ExchangeLocation <MultiValuedProperty>]
2932
[-ExchangeSender <SmtpAddress[]>]
3033
[-ExchangeSenderException <SmtpAddress[]>]
@@ -33,13 +36,18 @@ New-AutoSensitivityLabelPolicy [-Name] <String> -ApplySensitivityLabel <String>
3336
[-ExternalMailRightsManagementOwner <SmtpAddress>]
3437
[-Force]
3538
[-Mode <PolicyMode>]
39+
[-OneDriveAdaptiveScopes <MultiValuedProperty>]
40+
[-OneDriveAdaptiveScopesException <MultiValuedProperty>]
3641
[-OneDriveLocation <MultiValuedProperty>]
3742
[-OneDriveLocationException <MultiValuedProperty>]
3843
[-OneDriveSharedBy <RecipientIdParameter[]>]
44+
[-OneDriveSharedByMemberOf <RecipientIdParameter[]>]
3945
[-OverwriteLabel <Boolean>]
4046
[-PolicyRBACScopes <MultiValuedProperty>]
4147
[-PolicyTemplateInfo <PswsHashtable>]
4248
[-Priority <System.Int32>]
49+
[-SharePointAdaptiveScopes <MultiValuedProperty>]
50+
[-SharePointAdaptiveScopesException <MultiValuedProperty>]
4351
[-SharePointLocation <MultiValuedProperty>]
4452
[-SharePointLocationException <MultiValuedProperty>]
4553
[-UnifiedAuditLogEnabled <Boolean>]
@@ -150,6 +158,54 @@ Accept pipeline input: False
150158
Accept wildcard characters: False
151159
```
152160

161+
### -ExceptIfOneDriveSharedByMemberOf
162+
{{ Fill ExceptIfOneDriveSharedByMemberOf Description }}
163+
164+
```yaml
165+
Type: RecipientIdParameter[]
166+
Parameter Sets: (All)
167+
Aliases:
168+
Applicable: Security & Compliance
169+
170+
Required: False
171+
Position: Named
172+
Default value: None
173+
Accept pipeline input: False
174+
Accept wildcard characters: False
175+
```
176+
177+
### -ExchangeAdaptiveScopes
178+
{{ Fill ExchangeAdaptiveScopes Description }}
179+
180+
```yaml
181+
Type: MultiValuedProperty
182+
Parameter Sets: (All)
183+
Aliases:
184+
Applicable: Security & Compliance
185+
186+
Required: False
187+
Position: Named
188+
Default value: None
189+
Accept pipeline input: False
190+
Accept wildcard characters: False
191+
```
192+
193+
### -ExchangeAdaptiveScopesException
194+
{{ Fill ExchangeAdaptiveScopesException Description }}
195+
196+
```yaml
197+
Type: MultiValuedProperty
198+
Parameter Sets: (All)
199+
Aliases:
200+
Applicable: Security & Compliance
201+
202+
Required: False
203+
Position: Named
204+
Default value: None
205+
Accept pipeline input: False
206+
Accept wildcard characters: False
207+
```
208+
153209
### -ExchangeLocation
154210
The ExchangeLocation parameter specifies whether to include email messages in the policy. The valid value for this parameter is All. If you don't want to include email messages in the policy, don't use this parameter (the default value is blank or $null).
155211

@@ -330,6 +386,38 @@ Accept pipeline input: False
330386
Accept wildcard characters: False
331387
```
332388

389+
### -OneDriveAdaptiveScopes
390+
{{ Fill OneDriveAdaptiveScopes Description }}
391+
392+
```yaml
393+
Type: MultiValuedProperty
394+
Parameter Sets: (All)
395+
Aliases:
396+
Applicable: Security & Compliance
397+
398+
Required: False
399+
Position: Named
400+
Default value: None
401+
Accept pipeline input: False
402+
Accept wildcard characters: False
403+
```
404+
405+
### -OneDriveAdaptiveScopesException
406+
{{ Fill OneDriveAdaptiveScopesException Description }}
407+
408+
```yaml
409+
Type: MultiValuedProperty
410+
Parameter Sets: (All)
411+
Aliases:
412+
Applicable: Security & Compliance
413+
414+
Required: False
415+
Position: Named
416+
Default value: None
417+
Accept pipeline input: False
418+
Accept wildcard characters: False
419+
```
420+
333421
### -OneDriveLocation
334422
The OneDriveLocation parameter specifies the OneDrive for Business sites to include in the policy. You identify the site by its URL value, or you can use the value All to include all sites.
335423

@@ -388,6 +476,22 @@ Accept pipeline input: False
388476
Accept wildcard characters: False
389477
```
390478

479+
### -OneDriveSharedByMemberOf
480+
{{ Fill OneDriveSharedByMemberOf Description }}
481+
482+
```yaml
483+
Type: RecipientIdParameter[]
484+
Parameter Sets: (All)
485+
Aliases:
486+
Applicable: Security & Compliance
487+
488+
Required: False
489+
Position: Named
490+
Default value: None
491+
Accept pipeline input: False
492+
Accept wildcard characters: False
493+
```
494+
391495
### -OverwriteLabel
392496
The OverwriteLabel parameter specifies whether to overwrite a manual label. Valid values are:
393497

@@ -459,6 +563,38 @@ Accept pipeline input: False
459563
Accept wildcard characters: False
460564
```
461565

566+
### -SharePointAdaptiveScopes
567+
{{ Fill SharePointAdaptiveScopes Description }}
568+
569+
```yaml
570+
Type: MultiValuedProperty
571+
Parameter Sets: (All)
572+
Aliases:
573+
Applicable: Security & Compliance
574+
575+
Required: False
576+
Position: Named
577+
Default value: None
578+
Accept pipeline input: False
579+
Accept wildcard characters: False
580+
```
581+
582+
### -SharePointAdaptiveScopesException
583+
{{ Fill SharePointAdaptiveScopesException Description }}
584+
585+
```yaml
586+
Type: MultiValuedProperty
587+
Parameter Sets: (All)
588+
Aliases:
589+
Applicable: Security & Compliance
590+
591+
Required: False
592+
Position: Named
593+
Default value: None
594+
Accept pipeline input: False
595+
Accept wildcard characters: False
596+
```
597+
462598
### -SharePointLocation
463599
The SharePointLocation parameter specifies the SharePoint Online sites to include in the policy. You identify the site by its URL value, or you can use the value All to include all sites.
464600

exchange/exchange-ps/exchange/New-ComplianceTag.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ New-ComplianceTag [-Name] <String>
3939
[-RetentionDuration <Unlimited>]
4040
[-RetentionType <String>]
4141
[-ReviewerEmail <SmtpAddress[]>]
42-
[-WebHookUrl <String>]
4342
[-WhatIf]
4443
[<CommonParameters>]
4544
```
@@ -418,22 +417,6 @@ Accept pipeline input: False
418417
Accept wildcard characters: False
419418
```
420419

421-
### -WebHookUrl
422-
This parameter is reserved for internal Microsoft use.
423-
424-
```yaml
425-
Type: String
426-
Parameter Sets: (All)
427-
Aliases:
428-
Applicable: Security & Compliance
429-
430-
Required: False
431-
Position: Named
432-
Default value: None
433-
Accept pipeline input: False
434-
Accept wildcard characters: False
435-
```
436-
437420
### -WhatIf
438421
The WhatIf switch doesn't work in Security & Compliance PowerShell.
439422

0 commit comments

Comments
 (0)