Skip to content

Commit 017cad5

Browse files
committed
Added missing SCC parameters
1 parent 8cfd5cb commit 017cad5

26 files changed

+536
-119
lines changed

exchange/exchange-ps/exchange/Get-AutoSensitivityLabelPolicy.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-AutoSensitivityLabelPolicy [[-Identity] <PolicyIdParameter>]
2525
[-DistributionDetail]
26+
[-IncludeProgressFeedback]
2627
[-IncludeTestModeResults <Boolean>]
2728
[<CommonParameters>]
2829
```
@@ -77,6 +78,22 @@ Accept pipeline input: False
7778
Accept wildcard characters: False
7879
```
7980
81+
### -IncludeProgressFeedback
82+
{{ Fill IncludeProgressFeedback Description }}
83+
84+
```yaml
85+
Type: SwitchParameter
86+
Parameter Sets: (All)
87+
Aliases:
88+
Applicable: Security & Compliance Center
89+
90+
Required: False
91+
Position: Named
92+
Default value: None
93+
Accept pipeline input: False
94+
Accept wildcard characters: False
95+
```
96+
8097
### -IncludeTestModeResults
8198
The IncludeTestModeResults parameter specifies whether to include the status of test mode in the policy details. Valid values are:
8299

exchange/exchange-ps/exchange/Get-ComplianceCaseMember.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2020

2121
## SYNTAX
2222

23+
### Identity
2324
```
2425
Get-ComplianceCaseMember -Case <String>
2526
[-DomainController <Fqdn>]
@@ -28,6 +29,15 @@ Get-ComplianceCaseMember -Case <String>
2829
[<CommonParameters>]
2930
```
3031

32+
### AllCases
33+
```
34+
Get-ComplianceCaseMember
35+
[-DomainController <Fqdn>]
36+
[-ResultSize <Unlimited>]
37+
[-RoleGroupOnly]
38+
[<CommonParameters>]
39+
```
40+
3141
## DESCRIPTION
3242
To use this cmdlet in Security & Compliance Center PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft 365 compliance center](https://docs.microsoft.com/microsoft-365/compliance/microsoft-365-compliance-center-permissions).
3343

@@ -47,7 +57,23 @@ The Case parameter specifies the name of the eDiscovery case that you want to vi
4757

4858
```yaml
4959
Type: String
50-
Parameter Sets: (All)
60+
Parameter Sets: Identity
61+
Aliases:
62+
Applicable: Security & Compliance Center
63+
64+
Required: True
65+
Position: Named
66+
Default value: None
67+
Accept pipeline input: False
68+
Accept wildcard characters: False
69+
```
70+
71+
### -RoleGroupOnly
72+
{{ Fill RoleGroupOnly Description }}
73+
74+
```yaml
75+
Type: SwitchParameter
76+
Parameter Sets: AllCases
5177
Aliases:
5278
Applicable: Security & Compliance Center
5379

@@ -95,7 +121,7 @@ The ShowCaseAdmin switch specifies whether to return the eDiscovery case admin i
95121
96122
```yaml
97123
Type: SwitchParameter
98-
Parameter Sets: (All)
124+
Parameter Sets: Identity
99125
Aliases:
100126
Applicable: Security & Compliance Center
101127

exchange/exchange-ps/exchange/Get-DlpDetailReport.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.ServerStatus-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/get-dlpdetailreport
4-
applicable: Exchange Online
4+
applicable: Exchange Online, Security & Compliance Center
55
title: Get-DlpDetailReport
66
schema: 2.0.0
77
author: chrisda
@@ -86,7 +86,7 @@ You can specify multiple values separated by commas.
8686
Type: MultiValuedProperty
8787
Parameter Sets: (All)
8888
Aliases:
89-
Applicable: Exchange Online
89+
Applicable: Exchange Online, Security & Compliance Center
9090

9191
Required: False
9292
Position: Named
@@ -104,7 +104,7 @@ You can enter multiple values separated by commas. If the values contain spaces
104104
Type: MultiValuedProperty
105105
Parameter Sets: (All)
106106
Aliases:
107-
Applicable: Exchange Online
107+
Applicable: Exchange Online, Security & Compliance Center
108108
109109
Required: False
110110
Position: Named
@@ -122,7 +122,7 @@ You can enter multiple values separated by commas. If the values contain spaces
122122
Type: MultiValuedProperty
123123
Parameter Sets: (All)
124124
Aliases:
125-
Applicable: Exchange Online
125+
Applicable: Exchange Online, Security & Compliance Center
126126
127127
Required: False
128128
Position: Named
@@ -140,7 +140,7 @@ You can enter multiple values separated by commas. If the values contain spaces
140140
Type: MultiValuedProperty
141141
Parameter Sets: (All)
142142
Aliases:
143-
Applicable: Exchange Online
143+
Applicable: Exchange Online, Security & Compliance Center
144144
145145
Required: False
146146
Position: Named
@@ -158,7 +158,7 @@ Use the short date format that's defined in the Regional Options settings on the
158158
Type: DateTime
159159
Parameter Sets: (All)
160160
Aliases:
161-
Applicable: Exchange Online
161+
Applicable: Exchange Online, Security & Compliance Center
162162
163163
Required: False
164164
Position: Named
@@ -186,7 +186,7 @@ You can specify multiple values separated by commas.
186186
Type: MultiValuedProperty
187187
Parameter Sets: (All)
188188
Aliases:
189-
Applicable: Exchange Online
189+
Applicable: Exchange Online, Security & Compliance Center
190190
191191
Required: False
192192
Position: Named
@@ -202,7 +202,7 @@ The Page parameter specifies the page number of the results you want to view. Va
202202
Type: Int32
203203
Parameter Sets: (All)
204204
Aliases:
205-
Applicable: Exchange Online
205+
Applicable: Exchange Online, Security & Compliance Center
206206
207207
Required: False
208208
Position: Named
@@ -218,7 +218,7 @@ The PageSize parameter specifies the maximum number of entries per page. Valid i
218218
Type: Int32
219219
Parameter Sets: (All)
220220
Aliases:
221-
Applicable: Exchange Online
221+
Applicable: Exchange Online, Security & Compliance Center
222222
223223
Required: False
224224
Position: Named
@@ -240,7 +240,7 @@ You can specify multiple values separated by commas.
240240
Type: MultiValuedProperty
241241
Parameter Sets: (All)
242242
Aliases:
243-
Applicable: Exchange Online
243+
Applicable: Exchange Online, Security & Compliance Center
244244
245245
Required: False
246246
Position: Named
@@ -258,7 +258,7 @@ Use the short date format that's defined in the Regional Options settings on the
258258
Type: DateTime
259259
Parameter Sets: (All)
260260
Aliases:
261-
Applicable: Exchange Online
261+
Applicable: Exchange Online, Security & Compliance Center
262262
263263
Required: False
264264
Position: Named

exchange/exchange-ps/exchange/Get-PolicyConfig.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121
## SYNTAX
2222

2323
```
24-
Get-PolicyConfig [<CommonParameters>]
24+
Get-PolicyConfig [[-Identity] <OrganizationIdParameter>] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -38,6 +38,22 @@ This example returns the endpoint restrictions that are available in the organiz
3838

3939
## PARAMETERS
4040

41+
### -Identity
42+
This parameter is reserved for internal Microsoft use.
43+
44+
```yaml
45+
Type: OrganizationIdParameter
46+
Parameter Sets: (All)
47+
Aliases:
48+
Applicable: Security & Compliance Center
49+
50+
Required: False
51+
Position: 0
52+
Default value: None
53+
Accept pipeline input: True (ByPropertyName, ByValue)
54+
Accept wildcard characters: False
55+
```
56+
4157
### CommonParameters
4258
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).
4359

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/get-tenantallowblocklistitems
4-
applicable: Exchange Online, Exchange Online Protection
4+
applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
55
title: Get-TenantAllowBlockListItems
66
schema: 2.0.0
77
author: chrisda
@@ -85,7 +85,7 @@ The ListType parameter specifies the list to view. Valid values are:
8585
Type: ListType
8686
Parameter Sets: (All)
8787
Aliases:
88-
Applicable: Exchange Online, Exchange Online Protection
88+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
8989

9090
Required: True
9191
Position: Named
@@ -104,7 +104,7 @@ The Entry parameter filters the results based on the ListType parameter value. V
104104
Type: String
105105
Parameter Sets: (All)
106106
Aliases:
107-
Applicable: Exchange Online, Exchange Online Protection
107+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
108108

109109
Required: False
110110
Position: Named
@@ -120,7 +120,7 @@ The NoExpiration switch filters the results by entries that are set to never exp
120120
Type: SwitchParameter
121121
Parameter Sets: NoExpiration
122122
Aliases:
123-
Applicable: Exchange Online, Exchange Online Protection
123+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
124124

125125
Required: True
126126
Position: Named
@@ -152,7 +152,7 @@ The Block switch filters the results for block entries. You don't need to specif
152152
Type: SwitchParameter
153153
Parameter Sets: (All)
154154
Aliases:
155-
Applicable: Exchange Online, Exchange Online Protection
155+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
156156

157157
Required: False
158158
Position: Named
@@ -173,7 +173,7 @@ To specify a date/time value for this parameter, use either of the following opt
173173
Type: DateTime
174174
Parameter Sets: Expiration
175175
Aliases:
176-
Applicable: Exchange Online, Exchange Online Protection
176+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
177177
178178
Required: False
179179
Position: Named
@@ -210,7 +210,7 @@ You use this switch to prevent the command from halting on the first entry that
210210
Type: SwitchParameter
211211
Parameter Sets: (All)
212212
Aliases:
213-
Applicable: Exchange Online, Exchange Online Protection
213+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
214214
215215
Required: False
216216
Position: Named

exchange/exchange-ps/exchange/Get-TenantAllowBlockListSpoofItems.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/get-tenantallowblocklistspoofitems
4-
applicable: Exchange Online, Exchange Online Protection
4+
applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
55
title: Get-TenantAllowBlockListSpoofItems
66
schema: 2.0.0
77
author: chrisda
@@ -78,7 +78,7 @@ The Identity parameter is available but isn't used.
7878
Type: HostedConnectionFilterPolicyIdParameter
7979
Parameter Sets: (All)
8080
Aliases:
81-
Applicable: Exchange Online, Exchange Online Protection
81+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
8282

8383
Required: False
8484
Position: 0
@@ -97,7 +97,7 @@ The Action parameter filters the results by action type. Valid values are:
9797
Type: String
9898
Parameter Sets: (All)
9999
Aliases:
100-
Applicable: Exchange Online, Exchange Online Protection
100+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
101101

102102
Required: False
103103
Position: Named
@@ -116,7 +116,7 @@ The SpoofType parameter filters the results by spoof type. Valid values are:
116116
Type: String
117117
Parameter Sets: (All)
118118
Aliases:
119-
Applicable: Exchange Online, Exchange Online Protection
119+
Applicable: Exchange Online, Security & Compliance Center, Exchange Online Protection
120120

121121
Required: False
122122
Position: Named

exchange/exchange-ps/exchange/New-AppRetentionComplianceRule.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,6 @@ New-AppRetentionComplianceRule -Policy <PolicyIdParameter>
4848
[<CommonParameters>]
4949
```
5050

51-
### PublishComplianceTag
52-
```
53-
New-AppRetentionComplianceRule -Policy <PolicyIdParameter>
54-
[-Confirm]
55-
[-ExpirationDateOption <String>]
56-
[-RetentionComplianceAction <String>]
57-
[-WhatIf]
58-
[<CommonParameters>]
59-
```
60-
61-
### SetRawXml
62-
```
63-
New-AppRetentionComplianceRule -Policy <PolicyIdParameter>
64-
[-Confirm]
65-
[-ExpirationDateOption <String>]
66-
[-RetentionComplianceAction <String>]
67-
[-WhatIf]
68-
[<CommonParameters>]
69-
```
70-
7151
## DESCRIPTION
7252
To use this cmdlet in Security & Compliance Center PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft 365 compliance center](https://docs.microsoft.com/microsoft-365/compliance/microsoft-365-compliance-center-permissions).
7353

@@ -308,6 +288,7 @@ Type: HoldDurationHint
308288
Parameter Sets: Default
309289
Aliases:
310290
Accepted values: Days, Months, Years
291+
Applicable: Security & Compliance Center
311292
312293
Required: False
313294
Position: Named

exchange/exchange-ps/exchange/New-ComplianceSearchAction.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ New-ComplianceSearchAction [-SearchName] <String[]>
4444
[-RetryOnError]
4545
[-Scenario <ComplianceSearchActionScenario>]
4646
[-Scope <ComplianceExportScope>]
47+
[-ScopeDetails <ComplianceScopeDetail[]>]
4748
[-SearchNames <String[]>]
4849
[-SharePointArchiveFormat <ComplianceExportArchiveFormat>]
4950
[-ShareRootPath <String>]
@@ -612,6 +613,22 @@ Accept pipeline input: False
612613
Accept wildcard characters: False
613614
```
614615

616+
### -ScopeDetails
617+
This parameter is reserved for internal Microsoft use.
618+
619+
```yaml
620+
Type: ComplianceScopeDetail[]
621+
Parameter Sets: Export
622+
Aliases:
623+
Applicable: Security & Compliance Center
624+
625+
Required: False
626+
Position: Named
627+
Default value: None
628+
Accept pipeline input: False
629+
Accept wildcard characters: False
630+
```
631+
615632
### -SearchNames
616633
This parameter is available only in the cloud-based service.
617634

0 commit comments

Comments
 (0)