Skip to content

Commit 59ed251

Browse files
committed
Add missing SCC params
Blind cmdlet sweep 1/18/23
1 parent ba03347 commit 59ed251

23 files changed

+690
-22
lines changed

exchange/exchange-ps/exchange/Get-AppRetentionCompliancePolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
Get-AppRetentionCompliancePolicy [[-Identity] <PolicyIdParameter>]
2525
[-DistributionDetail]
26+
[-ErrorPolicyOnly]
2627
[-RetentionRuleTypes]
2728
[<CommonParameters>]
2829
```
@@ -86,6 +87,22 @@ Accept pipeline input: False
8687
Accept wildcard characters: False
8788
```
8889
90+
### -ErrorPolicyOnly
91+
{{ Fill ErrorPolicyOnly Description }}
92+
93+
```yaml
94+
Type: SwitchParameter
95+
Parameter Sets: (All)
96+
Aliases:
97+
Applicable: Security & Compliance
98+
99+
Required: False
100+
Position: Named
101+
Default value: None
102+
Accept pipeline input: False
103+
Accept wildcard characters: False
104+
```
105+
89106
### -RetentionRuleTypes
90107
The RetentionRuleTypes switch specifies whether to return the value of the RetentionRuleTypes property in the results. You don't need to specify a value with this switch.
91108

exchange/exchange-ps/exchange/Get-AutoSensitivityLabelRule.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
Get-AutoSensitivityLabelRule [[-Identity] <ComplianceRuleIdParameter>]
2525
[-Confirm]
26+
[-ForceValidate]
2627
[-IncludeExecutionRuleGuids <Boolean>]
2728
[-IncludeExecutionRuleInformation <Boolean>]
2829
[-Policy <PolicyIdParameter>]
@@ -80,6 +81,22 @@ Accept pipeline input: False
8081
Accept wildcard characters: False
8182
```
8283
84+
### -ForceValidate
85+
{{ Fill ForceValidate Description }}
86+
87+
```yaml
88+
Type: SwitchParameter
89+
Parameter Sets: (All)
90+
Aliases:
91+
Applicable: Security & Compliance
92+
93+
Required: False
94+
Position: Named
95+
Default value: None
96+
Accept pipeline input: False
97+
Accept wildcard characters: False
98+
```
99+
83100
### -IncludeExecutionRuleGuids
84101
The IncludeExecutionRuleGuids parameter specifies whether to include the execution rule GUID in the rule details. Valid values are:
85102

exchange/exchange-ps/exchange/Get-DlpCompliancePolicy.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Get-DlpCompliancePolicy [[-Identity] <PolicyIdParameter>]
2525
[-ForceValidate <Boolean>]
2626
[-DistributionDetail]
2727
[-IncludeExtendedProperties <Boolean>]
28+
[-IncludeRulesMetadata <Boolean>]
29+
[-IRMUserRiskConfiguredAnyRule]
2830
[-Summary]
2931
[<CommonParameters>]
3032
```
@@ -133,6 +135,38 @@ Accept pipeline input: False
133135
Accept wildcard characters: False
134136
```
135137
138+
### -IncludeRulesMetadata
139+
{{ Fill IncludeRulesMetadata Description }}
140+
141+
```yaml
142+
Type: Boolean
143+
Parameter Sets: (All)
144+
Aliases:
145+
Applicable: Security & Compliance
146+
147+
Required: False
148+
Position: Named
149+
Default value: None
150+
Accept pipeline input: False
151+
Accept wildcard characters: False
152+
```
153+
154+
### -IRMUserRiskConfiguredAnyRule
155+
{{ Fill IRMUserRiskConfiguredAnyRule Description }}
156+
157+
```yaml
158+
Type: SwitchParameter
159+
Parameter Sets: (All)
160+
Aliases:
161+
Applicable: Security & Compliance
162+
163+
Required: False
164+
Position: Named
165+
Default value: None
166+
Accept pipeline input: False
167+
Accept wildcard characters: False
168+
```
169+
136170
### -Summary
137171
{{ Fill Summary Description }}
138172

exchange/exchange-ps/exchange/Get-ProtectionAlert.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-ProtectionAlert [[-Identity] <ComplianceRuleIdParameter>]
25+
[-IncludeRuleXml]
2526
[<CommonParameters>]
2627
```
2728

@@ -66,6 +67,22 @@ Accept pipeline input: True
6667
Accept wildcard characters: False
6768
```
6869
70+
### -IncludeRuleXml
71+
{{ Fill IncludeRuleXml Description }}
72+
73+
```yaml
74+
Type: SwitchParameter
75+
Parameter Sets: (All)
76+
Aliases:
77+
Applicable: Security & Compliance
78+
79+
Required: False
80+
Position: Named
81+
Default value: None
82+
Accept pipeline input: False
83+
Accept wildcard characters: False
84+
```
85+
6986
### CommonParameters
7087
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).
7188

exchange/exchange-ps/exchange/Get-RetentionCompliancePolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
Get-RetentionCompliancePolicy [[-Identity] <PolicyIdParameter>]
2525
[-DistributionDetail]
26+
[-ErrorPolicyOnly]
2627
[-ExcludeTeamsPolicy]
2728
[-RetentionRuleTypes]
2829
[-TeamsPolicyOnly]
@@ -95,6 +96,22 @@ Accept pipeline input: False
9596
Accept wildcard characters: False
9697
```
9798
99+
### -ErrorPolicyOnly
100+
The ErrorPolicyOnly switch specifies whether to show only policies that have distribution errors in the results. You don't need to specify a value with this switch.
101+
102+
```yaml
103+
Type: SwitchParameter
104+
Parameter Sets: (All)
105+
Aliases:
106+
Applicable: Security & Compliance
107+
108+
Required: False
109+
Position: Named
110+
Default value: False
111+
Accept pipeline input: False
112+
Accept wildcard characters: False
113+
```
114+
98115
### -ExcludeTeamsPolicy
99116
The ExcludeTeamsPolicy switch specifies whether to exclude Teams policies from the results. You don't need to specify a value with this switch.
100117

exchange/exchange-ps/exchange/Get-RoleGroup.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
Get-RoleGroup [[-Identity] <RoleGroupIdParameter>]
2525
[-DomainController <Fqdn>]
2626
[-Filter <String>]
27+
[-Organization <OrganizationIdParameter>]
2728
[-ReadFromDomainController]
2829
[-ResultSize <Unlimited>]
2930
[-ShowPartnerLinked]
@@ -138,6 +139,24 @@ Accept pipeline input: False
138139
Accept wildcard characters: False
139140
```
140141

142+
### -Organization
143+
This parameter is available only in the cloud-based service.
144+
145+
This parameter is reserved for internal Microsoft use.
146+
147+
```yaml
148+
Type: OrganizationIdParameter
149+
Parameter Sets: (All)
150+
Aliases:
151+
Applicable: Security & Compliance
152+
153+
Required: False
154+
Position: Named
155+
Default value: None
156+
Accept pipeline input: False
157+
Accept wildcard characters: False
158+
```
159+
141160
### -ReadFromDomainController
142161
This parameter is available only in on-premises Exchange.
143162

exchange/exchange-ps/exchange/Get-TenantAllowBlockListItems.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,13 @@ Accept wildcard characters: False
129129
```
130130
131131
### -Allow
132-
This parameter is available only in Exchange Online PowerShell.
133-
134132
The Allow switch filters the results for allow entries. You don't need to specify a value with this switch.
135133
136134
```yaml
137135
Type: SwitchParameter
138136
Parameter Sets: (All)
139137
Aliases:
140-
Applicable: Exchange Online, Exchange Online Protection
138+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
141139

142140
Required: False
143141
Position: Named
@@ -184,8 +182,6 @@ Accept wildcard characters: False
184182
```
185183

186184
### -ListSubType
187-
This parameter is available only in Exchange Online PowerShell.
188-
189185
The ListSubType parameter filters the results by subtype. Valid values are:
190186

191187
- AdvancedDelivery
@@ -195,7 +191,7 @@ The ListSubType parameter filters the results by subtype. Valid values are:
195191
Type: ListSubType[]
196192
Parameter Sets: (All)
197193
Aliases:
198-
Applicable: Exchange Online, Exchange Online Protection
194+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
199195
200196
Required: False
201197
Position: Named

exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ New-AppRetentionCompliancePolicy [-Name] <String> -Applications <String[]>
4343
[-Force]
4444
[-ModernGroupLocation <MultiValuedProperty>]
4545
[-ModernGroupLocationException <MultiValuedProperty>]
46+
[-PolicyRBACScopes <MultiValuedProperty>]
4647
[-RestrictiveRetention <Boolean>]
4748
[-WhatIf]
4849
[<CommonParameters>]
@@ -306,6 +307,22 @@ Accept pipeline input: False
306307
Accept wildcard characters: False
307308
```
308309

310+
### -PolicyRBACScopes
311+
{{ Fill PolicyRBACScopes Description }}
312+
313+
```yaml
314+
Type: MultiValuedProperty
315+
Parameter Sets: Default
316+
Aliases:
317+
Applicable: Security & Compliance
318+
319+
Required: False
320+
Position: Named
321+
Default value: None
322+
Accept pipeline input: False
323+
Accept wildcard characters: False
324+
```
325+
309326
### -RestrictiveRetention
310327
The RestrictiveRetention parameter specifies whether Preservation Lock is enabled for the policy. Valid values are:
311328

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ New-AutoSensitivityLabelPolicy [-Name] <String> -ApplySensitivityLabel <String>
3535
[-OneDriveLocation <MultiValuedProperty>]
3636
[-OneDriveLocationException <MultiValuedProperty>]
3737
[-OverwriteLabel <Boolean>]
38+
[-PolicyRBACScopes <MultiValuedProperty>]
3839
[-PolicyTemplateInfo <PswsHashtable>]
3940
[-Priority <System.Int32>]
4041
[-SharePointLocation <MultiValuedProperty>]
@@ -362,6 +363,22 @@ Accept pipeline input: False
362363
Accept wildcard characters: False
363364
```
364365

366+
### -PolicyRBACScopes
367+
{{ Fill PolicyRBACScopes Description }}
368+
369+
```yaml
370+
Type: MultiValuedProperty
371+
Parameter Sets: (All)
372+
Aliases:
373+
Applicable: Security & Compliance
374+
375+
Required: False
376+
Position: Named
377+
Default value: None
378+
Accept pipeline input: False
379+
Accept wildcard characters: False
380+
```
381+
365382
### -PolicyTemplateInfo
366383
This parameter is reserved for internal Microsoft use.
367384

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ New-DlpCompliancePolicy [-Name] <String>
3939
[-OneDriveSharedByMemberOf <RecipientIdParameter[]>]
4040
[-OnPremisesScannerDlpLocation <MultiValuedProperty>]
4141
[-OnPremisesScannerDlpLocationException <MultiValuedProperty>]
42+
[-PolicyRBACScopes <MultiValuedProperty>]
4243
[-PolicyTemplateInfo <PswsHashtable>]
4344
[-PowerBIDlpLocation <MultiValuedProperty>]
4445
[-PowerBIDlpLocationException <MultiValuedProperty>]
@@ -468,6 +469,22 @@ Accept pipeline input: False
468469
Accept wildcard characters: False
469470
```
470471

472+
### -PolicyRBACScopes
473+
{{ Fill PolicyRBACScopes Description }}
474+
475+
```yaml
476+
Type: MultiValuedProperty
477+
Parameter Sets: (All)
478+
Aliases:
479+
Applicable: Security & Compliance
480+
481+
Required: False
482+
Position: Named
483+
Default value: None
484+
Accept pipeline input: False
485+
Accept wildcard characters: False
486+
```
487+
471488
### -PolicyTemplateInfo
472489
The PolicyTemplateInfo specifies the built-in or custom DLP policy templates to use in the DLP policy.
473490

0 commit comments

Comments
 (0)