Skip to content

Commit 1f71ed6

Browse files
committed
Blind cmdlet sweep SCC
1 parent 78a0dfd commit 1f71ed6

24 files changed

+713
-91
lines changed

exchange/exchange-ps/exchange/Export-ContentExplorerData.md

Lines changed: 41 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
## SYNTAX
2424

2525
```
26-
Export-ContentExplorerData
26+
Export-ContentExplorerData [-TagName] <String> [-TagType] <String>
27+
[-Aggregate]
2728
[[-PageCookie] <String>]
2829
[[-PageSize] <Int32>]
2930
[[-SiteUrl] <String>]
3031
[[-UserPrincipalName] <String>]
31-
[-TagName] <String>
32-
[-TagType] <String>
3332
[[-Workload] <String>]
3433
[<CommonParameters>]
3534
```
@@ -69,6 +68,43 @@ This example exports records for the specified sensitive info type for all workl
6968

7069
## PARAMETERS
7170

71+
### -TagType
72+
The TagType parameter specifies the type of label to export file details from. Valid values are:
73+
74+
- Retention
75+
- SensitiveInformationType
76+
- Sensitivity
77+
- TrainableClassifier
78+
79+
```yaml
80+
Type: String
81+
Parameter Sets: (All)
82+
Aliases:
83+
Applicable: Security & Compliance
84+
85+
Required: True
86+
Position: 5
87+
Default value: None
88+
Accept pipeline input: False
89+
Accept wildcard characters: False
90+
```
91+
92+
### -Aggregate
93+
{{ Fill Aggregate Description }}
94+
95+
```yaml
96+
Type: SwitchParameter
97+
Parameter Sets: (All)
98+
Aliases:
99+
Applicable: Security & Compliance
100+
101+
Required: False
102+
Position: Named
103+
Default value: False
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
72108
### -PageCookie
73109
The PageCookie parameter specifies whether to get more data when the value of the MorePagesAvailable property in the command output is True. If you don't use the PageSize parameter, a maximum of 100 records are returned. If you use the PageSize parameter, a maximum of 10000 records can be returned.
74110
@@ -135,27 +171,6 @@ Accept pipeline input: False
135171
Accept wildcard characters: False
136172
```
137173
138-
### -TagType
139-
The TagType parameter specifies the type of label to export file details from. Valid values are:
140-
141-
- Retention
142-
- SensitiveInformationType
143-
- Sensitivity
144-
- TrainableClassifier
145-
146-
```yaml
147-
Type: String
148-
Parameter Sets: (All)
149-
Aliases:
150-
Applicable: Security & Compliance
151-
152-
Required: True
153-
Position: 5
154-
Default value: None
155-
Accept pipeline input: False
156-
Accept wildcard characters: False
157-
```
158-
159174
### -UserPrincipalName
160175
The UserPrincipalName parameter specifies the user account in UPN format to export message details from. An example UPN value is [email protected].
161176
@@ -195,6 +210,8 @@ Accept pipeline input: False
195210
Accept wildcard characters: False
196211
```
197212
213+
214+
198215
### CommonParameters
199216
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).
200217

exchange/exchange-ps/exchange/Get-ComplianceTag.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-ComplianceTag [[-Identity] <ComplianceRuleIdParameter>]
2525
[-IncludingLabelState]
26+
[-PriorityCleanup]
2627
[<CommonParameters>]
2728
```
2829

@@ -83,6 +84,22 @@ Accept pipeline input: False
8384
Accept wildcard characters: False
8485
```
8586
87+
### -PriorityCleanup
88+
{{ Fill PriorityCleanup Description }}
89+
90+
```yaml
91+
Type: SwitchParameter
92+
Parameter Sets: (All)
93+
Aliases:
94+
Applicable: Security & Compliance
95+
96+
Required: False
97+
Position: Named
98+
Default value: None
99+
Accept pipeline input: False
100+
Accept wildcard characters: False
101+
```
102+
86103
### CommonParameters
87104
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).
88105

exchange/exchange-ps/exchange/Get-DlpCompliancePolicy.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-DlpCompliancePolicy [[-Identity] <PolicyIdParameter>]
25+
[-DisplayName <String>]
2526
[-DistributionDetail]
2627
[-ForceValidate <Boolean>]
2728
[-IncludeExtendedProperties <Boolean>]
@@ -88,6 +89,22 @@ Accept pipeline input: True
8889
Accept wildcard characters: False
8990
```
9091
92+
### -DisplayName
93+
{{ Fill DisplayName Description }}
94+
95+
```yaml
96+
Type: String
97+
Parameter Sets: (All)
98+
Aliases:
99+
Applicable: Security & Compliance
100+
101+
Required: False
102+
Position: Named
103+
Default value: None
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
91108
### -DistributionDetail
92109
The DistributionDetail switch returns detailed policy distribution information in the DistributionResults property. You don't need to specify a value with this switch.
93110

exchange/exchange-ps/exchange/Get-DlpComplianceRule.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-DlpComplianceRule [[-Identity] <ComplianceRuleIdParameter>]
25+
[-DisplayName <String>]
2526
[-IncludeExecutionRuleGuids <Boolean>]
2627
[-Policy <PolicyIdParameter>]
2728
[<CommonParameters>]
@@ -76,6 +77,22 @@ Accept pipeline input: True
7677
Accept wildcard characters: False
7778
```
7879
80+
### -DisplayName
81+
{{ Fill DisplayName Description }}
82+
83+
```yaml
84+
Type: String
85+
Parameter Sets: (All)
86+
Aliases:
87+
Applicable: Security & Compliance
88+
89+
Required: False
90+
Position: Named
91+
Default value: None
92+
Accept pipeline input: False
93+
Accept wildcard characters: False
94+
```
95+
7996
### -IncludeExecutionRuleGuids
8097
{{ Fill IncludeExecutionRuleGuids Description }}
8198

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Get-RetentionCompliancePolicy [[-Identity] <PolicyIdParameter>]
2626
[-ErrorPolicyOnly]
2727
[-ExcludeTeamsPolicy]
2828
[-IncludeTestModeResults]
29+
[-PriorityCleanup]
2930
[-RetentionRuleTypes]
3031
[-TeamsPolicyOnly]
3132
[<CommonParameters>]
@@ -147,6 +148,22 @@ Accept pipeline input: False
147148
Accept wildcard characters: False
148149
```
149150
151+
### -PriorityCleanup
152+
{{ Fill PriorityCleanup Description }}
153+
154+
```yaml
155+
Type: SwitchParameter
156+
Parameter Sets: (All)
157+
Aliases:
158+
Applicable: Security & Compliance
159+
160+
Required: False
161+
Position: Named
162+
Default value: None
163+
Accept pipeline input: False
164+
Accept wildcard characters: False
165+
```
166+
150167
### -RetentionRuleTypes
151168
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.
152169

exchange/exchange-ps/exchange/Get-RetentionComplianceRule.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-RetentionComplianceRule [[-Identity] <ComplianceRuleIdParameter>]
2525
[-Policy <PolicyIdParameter>]
26+
[-PriorityCleanup]
2627
[<CommonParameters>]
2728
```
2829

@@ -96,6 +97,22 @@ Accept pipeline input: False
9697
Accept wildcard characters: False
9798
```
9899
100+
### -PriorityCleanup
101+
{{ Fill PriorityCleanup Description }}
102+
103+
```yaml
104+
Type: SwitchParameter
105+
Parameter Sets: (All)
106+
Aliases:
107+
Applicable: Security & Compliance
108+
109+
Required: False
110+
Position: Named
111+
Default value: None
112+
Accept pipeline input: False
113+
Accept wildcard characters: False
114+
```
115+
99116
### CommonParameters
100117
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).
101118

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
[-ExchangeSenderMemberOfException <SmtpAddress[]>]
3636
[-ExternalMailRightsManagementOwner <SmtpAddress>]
3737
[-Force]
38+
[-Locations <String>]
3839
[-Mode <PolicyMode>]
3940
[-OneDriveAdaptiveScopes <MultiValuedProperty>]
4041
[-OneDriveAdaptiveScopesException <MultiValuedProperty>]
@@ -364,6 +365,22 @@ Accept pipeline input: False
364365
Accept wildcard characters: False
365366
```
366367

368+
### -Locations
369+
{{ Fill Locations Description }}
370+
371+
```yaml
372+
Type: String
373+
Parameter Sets: (All)
374+
Aliases:
375+
Applicable: Security & Compliance
376+
377+
Required: False
378+
Position: Named
379+
Default value: None
380+
Accept pipeline input: False
381+
Accept wildcard characters: False
382+
```
383+
367384
### -Mode
368385
The Mode parameter specifies the action and notification level of the auto-labeling policy. Valid values are:
369386

exchange/exchange-ps/exchange/New-AutoSensitivityLabelRule.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ New-AutoSensitivityLabelRule [-Name] <String> -Policy <PolicyIdParameter> -Workl
7676
[-SenderIPRanges <MultiValuedProperty>]
7777
[-SentTo <MultiValuedProperty>]
7878
[-SentToMemberOf <RecipientIdParameter[]>]
79+
[-SourceType <String>]
7980
[-SubjectMatchesPatterns <MultiValuedProperty>]
8081
[-WhatIf]
8182
[<CommonParameters>]
@@ -1212,6 +1213,22 @@ Accept pipeline input: False
12121213
Accept wildcard characters: False
12131214
```
12141215

1216+
### -SourceType
1217+
{{ Fill SourceType Description }}
1218+
1219+
```yaml
1220+
Type: String
1221+
Parameter Sets: (All)
1222+
Aliases:
1223+
Applicable: Security & Compliance
1224+
1225+
Required: False
1226+
Position: Named
1227+
Default value: None
1228+
Accept pipeline input: False
1229+
Accept wildcard characters: False
1230+
```
1231+
12151232
### -SubjectMatchesPatterns
12161233
The SubjectMatchesPatterns parameter specifies a condition for the auto-labeling policy rule that looks for text patterns in the Subject field of messages by using regular expressions. You can specify multiple text patterns by using the following syntax: `"regular expression1"|"regular expression2"|..."regular expressionN"`.
12171234

0 commit comments

Comments
 (0)