Skip to content

Commit 9047ff2

Browse files
authored
Merge pull request #10785 from MicrosoftDocs/chrisda
SCC Blind Cmdlet Sweep
2 parents b731a0e + af27c36 commit 9047ff2

14 files changed

+591
-32
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This example returns the endpoint restrictions that are available in the organiz
3939
## PARAMETERS
4040

4141
### -Identity
42-
{{ Fill Identity Description }}
42+
You don't need to use this parameter. The only endpoint restrictions object in the organization is named Settings.
4343

4444
```yaml
4545
Type: OrganizationIdParameter

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Get-RetentionCompliancePolicy [[-Identity] <PolicyIdParameter>]
2525
[-DistributionDetail]
2626
[-ErrorPolicyOnly]
2727
[-ExcludeTeamsPolicy]
28+
[-IncludeTestModeResults]
2829
[-RetentionRuleTypes]
2930
[-TeamsPolicyOnly]
3031
[<CommonParameters>]
@@ -128,6 +129,22 @@ Accept pipeline input: False
128129
Accept wildcard characters: False
129130
```
130131
132+
### -IncludeTestModeResults
133+
The IncludeTestModeResults switch specifies whether to include the status of test mode in the policy details. You don't need to specify a value with this switch.
134+
135+
```yaml
136+
Type: SwitchParameter
137+
Parameter Sets: (All)
138+
Aliases:
139+
Applicable: Security & Compliance
140+
141+
Required: False
142+
Position: Named
143+
Default value: None
144+
Accept pipeline input: False
145+
Accept wildcard characters: False
146+
```
147+
131148
### -RetentionRuleTypes
132149
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.
133150

exchange/exchange-ps/exchange/Get-RetentionEvent.md

Lines changed: 20 additions & 3 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://learn.microsoft.com/powershell/module/exchange/get-retentionevent
4-
applicable: Exchange Online
4+
applicable: Exchange Online, Security & Compliance
55
title: Get-RetentionEvent
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Get-RetentionEvent
1313

1414
## SYNOPSIS
15-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
15+
This cmdlet is available only in the cloud-based service.
1616

1717
Use the Get-RetentionEvent cmdlet to view retention events in your organization.
1818

@@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
Get-RetentionEvent [[-Identity] <EwsStoreObjectIdParameter>]
2525
[-AllStatus]
26+
[-DomainController <Fqdn>]
2627
[<CommonParameters>]
2728
```
2829

@@ -54,7 +55,7 @@ The Identity parameter specifies the retention event that you want to view.
5455
Type: EwsStoreObjectIdParameter
5556
Parameter Sets: (All)
5657
Aliases:
57-
Applicable: Exchange Online
58+
Applicable: Exchange Online, Security & Compliance
5859

5960
Required: False
6061
Position: 1
@@ -79,6 +80,22 @@ Accept pipeline input: False
7980
Accept wildcard characters: False
8081
```
8182
83+
### -DomainController
84+
This parameter is reserved for internal Microsoft use.
85+
86+
```yaml
87+
Type: Fqdn
88+
Parameter Sets: (All)
89+
Aliases:
90+
Applicable: Security & Compliance
91+
92+
Required: False
93+
Position: Named
94+
Default value: None
95+
Accept pipeline input: False
96+
Accept wildcard characters: False
97+
```
98+
8299
### CommonParameters
83100
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).
84101

exchange/exchange-ps/exchange/Get-ServicePrincipal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/get-serviceprincipal
4-
applicable: Exchange Online, Exchange Online Protection
4+
applicable: Exchange Online, Security & Compliance, Exchange Online Protection
55
title: Get-ServicePrincipal
66
schema: 2.0.0
77
author: chrisda
@@ -64,7 +64,7 @@ The Identity parameter specifies the service principal that you want to view. Yo
6464
Type: ServicePrincipalIdParameter
6565
Parameter Sets: (All)
6666
Aliases:
67-
Applicable: Exchange Online, Exchange Online Protection
67+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protectionn
6868

6969
Required: False
7070
Position: 0
@@ -80,7 +80,7 @@ This parameter is reserved for internal Microsoft use.
8080
Type: OrganizationIdParameter
8181
Parameter Sets: (All)
8282
Aliases:
83-
Applicable: Exchange Online, Exchange Online Protection
83+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
8484

8585
Required: False
8686
Position: Named

exchange/exchange-ps/exchange/New-Label.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@ New-Label [-Name] <String> -DisplayName <String> -Tooltip <String>
8181
[-SiteExternalSharingControlType <Microsoft.Office.CompliancePolicy.Tasks.SiteExternalSharingControlType>]
8282
[-TeamsAllowedPresenters <Microsoft.Office.CompliancePolicy.PolicyConfiguration.AllowedPresenters>]
8383
[-TeamsAllowMeetingChat <Microsoft.Office.CompliancePolicy.PolicyConfiguration.MeetingChatMode>]
84+
[-TeamsAllowPrivateTeamsToBeDiscoverableUsingSearch <System.Boolean>]
8485
[-TeamsBypassLobbyForDialInUsers <System.Boolean>]
86+
[-TeamsChannelProtectionEnabled <System.Boolean>]
87+
[-TeamsChannelSharedWithExternalTenants <System.Boolean>]
88+
[-TeamsChannelSharedWithPrivateTeamsOnly <System.Boolean>]
89+
[-TeamsChannelSharedWithSameLabelOnly <System.Boolean>]
8590
[-TeamsCopyRestrictionEnforced <System.Boolean>]
8691
[-TeamsEndToEndEncryptionEnabled <System.Boolean>]
8792
[-TeamsLobbyBypassScope <Microsoft.Office.CompliancePolicy.PolicyConfiguration.LobbyBypassScope>]
@@ -1304,6 +1309,22 @@ Accept pipeline input: False
13041309
Accept wildcard characters: False
13051310
```
13061311

1312+
### -TeamsAllowPrivateTeamsToBeDiscoverableUsingSearch
1313+
{{ Fill TeamsAllowPrivateTeamsToBeDiscoverableUsingSearch Description }}
1314+
1315+
```yaml
1316+
Type: System.Boolean
1317+
Parameter Sets: (All)
1318+
Aliases:
1319+
Applicable: Security & Compliance
1320+
1321+
Required: False
1322+
Position: Named
1323+
Default value: None
1324+
Accept pipeline input: False
1325+
Accept wildcard characters: False
1326+
```
1327+
13071328
### -TeamsBypassLobbyForDialInUsers
13081329
The TeamsBypassLobbyForDialInUsers parameter controls the lobby experience for dial-in users who join Teams meetings. Valid values are:
13091330

@@ -1324,6 +1345,70 @@ Accept pipeline input: False
13241345
Accept wildcard characters: False
13251346
```
13261347

1348+
### -TeamsChannelProtectionEnabled
1349+
{{ Fill TeamsChannelProtectionEnabled Description }}
1350+
1351+
```yaml
1352+
Type: System.Boolean
1353+
Parameter Sets: (All)
1354+
Aliases:
1355+
Applicable: Security & Compliance
1356+
1357+
Required: False
1358+
Position: Named
1359+
Default value: None
1360+
Accept pipeline input: False
1361+
Accept wildcard characters: False
1362+
```
1363+
1364+
### -TeamsChannelSharedWithExternalTenants
1365+
{{ Fill TeamsChannelSharedWithExternalTenants Description }}
1366+
1367+
```yaml
1368+
Type: System.Boolean
1369+
Parameter Sets: (All)
1370+
Aliases:
1371+
Applicable: Security & Compliance
1372+
1373+
Required: False
1374+
Position: Named
1375+
Default value: None
1376+
Accept pipeline input: False
1377+
Accept wildcard characters: False
1378+
```
1379+
1380+
### -TeamsChannelSharedWithPrivateTeamsOnly
1381+
{{ Fill TeamsChannelSharedWithPrivateTeamsOnly Description }}
1382+
1383+
```yaml
1384+
Type: System.Boolean
1385+
Parameter Sets: (All)
1386+
Aliases:
1387+
Applicable: Security & Compliance
1388+
1389+
Required: False
1390+
Position: Named
1391+
Default value: None
1392+
Accept pipeline input: False
1393+
Accept wildcard characters: False
1394+
```
1395+
1396+
### -TeamsChannelSharedWithSameLabelOnly
1397+
{{ Fill TeamsChannelSharedWithSameLabelOnly Description }}
1398+
1399+
```yaml
1400+
Type: System.Boolean
1401+
Parameter Sets: (All)
1402+
Aliases:
1403+
Applicable: Security & Compliance
1404+
1405+
Required: False
1406+
Position: Named
1407+
Default value: None
1408+
Accept pipeline input: False
1409+
Accept wildcard characters: False
1410+
```
1411+
13271412
### -TeamsCopyRestrictionEnforced
13281413
The TeamsCopyRestrictionEnforced parameter controls whether chat messages in Teams meetings can be copied to the clipboard. Valid values are:
13291414

exchange/exchange-ps/exchange/New-RetentionCompliancePolicy.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ New-RetentionCompliancePolicy [-Name] <String>
3030
[-ExchangeLocation <MultiValuedProperty>]
3131
[-ExchangeLocationException <MultiValuedProperty>]
3232
[-Force]
33+
[-IsSimulation]
3334
[-ModernGroupLocation <MultiValuedProperty>]
3435
[-ModernGroupLocationException <MultiValuedProperty>]
3536
[-OneDriveLocation <MultiValuedProperty>]
@@ -53,6 +54,7 @@ New-RetentionCompliancePolicy [-Name] <String>
5354
[-Confirm]
5455
[-Enabled <Boolean>]
5556
[-Force]
57+
[-IsSimulation]
5658
[-RestrictiveRetention <Boolean>]
5759
[-RetainCloudAttachment <Boolean>]
5860
[-TeamsChannelLocation <MultiValuedProperty>]
@@ -66,10 +68,12 @@ New-RetentionCompliancePolicy [-Name] <String>
6668
### AdaptiveScopeLocation
6769
```
6870
New-RetentionCompliancePolicy [-Name] <String> -AdaptiveScopeLocation <MultiValuedProperty>
71+
[-Applications <MultiValuedProperty>]
6972
[-Comment <String>]
7073
[-Confirm]
7174
[-Enabled <Boolean>]
7275
[-Force]
76+
[-IsSimulation]
7377
[-RestrictiveRetention <Boolean>]
7478
[-RetainCloudAttachment <Boolean>]
7579
[-WhatIf]
@@ -149,7 +153,7 @@ The Applications parameter specifies the target when Microsoft 365 Groups are in
149153

150154
```yaml
151155
Type: MultiValuedProperty
152-
Parameter Sets: Default
156+
Parameter Sets: Default, AdaptiveScopeLocation
153157
Aliases:
154158
Applicable: Security & Compliance
155159
@@ -291,6 +295,22 @@ Accept pipeline input: False
291295
Accept wildcard characters: False
292296
```
293297

298+
### -IsSimulation
299+
{{ Fill IsSimulation Description }}
300+
301+
```yaml
302+
Type: SwitchParameter
303+
Parameter Sets: (All)
304+
Aliases:
305+
Applicable: Security & Compliance
306+
307+
Required: False
308+
Position: Named
309+
Default value: None
310+
Accept pipeline input: False
311+
Accept wildcard characters: False
312+
```
313+
294314
### -ModernGroupLocation
295315
The ModernGroupLocation parameter specifies the Microsoft 365 Groups to include in the policy. Valid values are:
296316

exchange/exchange-ps/exchange/New-ServicePrincipal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
33
online version: https://learn.microsoft.com/powershell/module/exchange/new-serviceprincipal
4-
applicable: Exchange Online, Exchange Online Protection
4+
applicable: Exchange Online, Security & Compliance, Exchange Online Protection
55
title: New-ServicePrincipal
66
schema: 2.0.0
77
author: chrisda
@@ -58,7 +58,7 @@ A valid value for this parameter is available in the following locations:
5858
Type: String
5959
Parameter Sets: (All)
6060
Aliases:
61-
Applicable: Exchange Online, Exchange Online Protection
61+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
6262

6363
Required: True
6464
Position: Named
@@ -77,7 +77,7 @@ The ServiceId parameter specifies the unique ServiceId GUID value for the servic
7777
Type: String
7878
Parameter Sets: (All)
7979
Aliases:
80-
Applicable: Exchange Online, Exchange Online Protection
80+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
8181

8282
Required: True
8383
Position: Named
@@ -96,7 +96,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
9696
Type: SwitchParameter
9797
Parameter Sets: (All)
9898
Aliases: cf
99-
Applicable: Exchange Online, Exchange Online Protection
99+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
100100
101101
Required: False
102102
Position: Named
@@ -112,7 +112,7 @@ The DisplayName parameter specifies the friendly name of the service principal.
112112
Type: String
113113
Parameter Sets: (All)
114114
Aliases:
115-
Applicable: Exchange Online, Exchange Online Protection
115+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
116116
117117
Required: False
118118
Position: Named
@@ -128,7 +128,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
128128
Type: SwitchParameter
129129
Parameter Sets: (All)
130130
Aliases: wi
131-
Applicable: Exchange Online, Exchange Online Protection
131+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
132132
133133
Required: False
134134
Position: Named

0 commit comments

Comments
 (0)