Skip to content

Commit 593e0d6

Browse files
Merge pull request #13197 from kevintan250/main
Update TeamsClientConfiguration and TeamsUpdateManagementPolicy with OCDIRedirect/UseUnifiedDomain attributes
2 parents 91bb3ef + a77f5d8 commit 593e0d6

File tree

3 files changed

+19
-38
lines changed

3 files changed

+19
-38
lines changed

teams/teams-ps/MicrosoftTeams/New-CsTeamsUpdateManagementPolicy.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -215,25 +215,6 @@ Accept pipeline input: False
215215
Accept wildcard characters: False
216216
```
217217
218-
### -OCDIRedirect
219-
220-
This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are:
221-
- **Microsoft Default**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically.
222-
- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified domain.
223-
- **Enabled**, Users will be redirected to teams.cloud.microsoft. Use this only if your organization had previously opted out of redirection and now wants to opt back in.
224-
225-
```yaml
226-
Type: String
227-
Parameter Sets: (All)
228-
Aliases:
229-
230-
Required: False
231-
Position: Named
232-
Default value: None
233-
Accept pipeline input: False
234-
Accept wildcard characters: False
235-
```
236-
237218
### -UpdateDayOfWeek
238219
239220
Machine local day. 0-6(Sun-Sat) Can be set only when AllowManagedUpdates is set to True.

teams/teams-ps/MicrosoftTeams/Set-CsTeamsClientConfiguration.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Set-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-AllowEmailIntoChannel <
2626
[-AllowShareFile <Boolean>] [-AllowOrganizationTab <Boolean>] [-AllowSkypeBusinessInterop <Boolean>]
2727
[-AllowTBotProactiveMessaging <Boolean>] [-ContentPin <String>] [-AllowResourceAccountSendMessage <Boolean>]
2828
[-ResourceAccountContentAccess <String>] [-AllowGuestUser <Boolean>]
29-
[-AllowScopedPeopleSearchandAccess <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
29+
[-AllowScopedPeopleSearchandAccess <Boolean>] [-UseUnifiedDomain <String>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
3030
[<CommonParameters>]
3131
```
3232

@@ -37,7 +37,7 @@ Set-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-AllowEmailIntoChannel <
3737
[-AllowShareFile <Boolean>] [-AllowOrganizationTab <Boolean>] [-AllowSkypeBusinessInterop <Boolean>]
3838
[-AllowTBotProactiveMessaging <Boolean>] [-ContentPin <String>] [-AllowResourceAccountSendMessage <Boolean>]
3939
[-ResourceAccountContentAccess <String>] [-AllowGuestUser <Boolean>]
40-
[-AllowScopedPeopleSearchandAccess <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
40+
[-AllowScopedPeopleSearchandAccess <Boolean>] [-UseUnifiedDomain <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
4141
[<CommonParameters>]
4242
```
4343

@@ -379,6 +379,23 @@ Accept pipeline input: False
379379
Accept wildcard characters: False
380380
```
381381
382+
### -UseUnifiedDomain
383+
This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are:
384+
- **MicrosoftDefault**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically.
385+
- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified domain.
386+
387+
```yaml
388+
Type: String
389+
Parameter Sets: (All)
390+
Aliases:
391+
392+
Required: False
393+
Position: Named
394+
Default value: None
395+
Accept pipeline input: False
396+
Accept wildcard characters: False
397+
```
398+
382399
### -WhatIf
383400
The WhatIf switch does not work with this cmdlet.
384401

teams/teams-ps/MicrosoftTeams/Set-CsTeamsUpdateManagementPolicy.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -212,23 +212,6 @@ Accept pipeline input: False
212212
Accept wildcard characters: False
213213
```
214214
215-
### -OCDIRedirect
216-
This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are:
217-
- **Microsoft Default**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically.
218-
- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified domain.
219-
- **Enabled**, Users will be redirected to teams.cloud.microsoft. Use this only if your organization had previously opted out of redirection and now wants to opt back in.
220-
```yaml
221-
Type: String
222-
Parameter Sets: (All)
223-
Aliases:
224-
225-
Required: False
226-
Position: Named
227-
Default value: None
228-
Accept pipeline input: False
229-
Accept wildcard characters: False
230-
```
231-
232215
### -UpdateDayOfWeek
233216
234217
Machine local day. 0-6(Sun-Sat) Can be set only when AllowManagedUpdates is set to True.

0 commit comments

Comments
 (0)