diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsUpdateManagementPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsUpdateManagementPolicy.md index b26534d110..ce2d6c8ffc 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsUpdateManagementPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsUpdateManagementPolicy.md @@ -215,25 +215,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -OCDIRedirect - -This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are: -- **Microsoft Default**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically. -- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified domain. -- **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. - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -UpdateDayOfWeek Machine local day. 0-6(Sun-Sat) Can be set only when AllowManagedUpdates is set to True. diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsClientConfiguration.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsClientConfiguration.md index f228bf78c8..6fc0cc810c 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsClientConfiguration.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsClientConfiguration.md @@ -26,7 +26,7 @@ Set-CsTeamsClientConfiguration [-Tenant ] [-AllowEmailIntoChannel < [-AllowShareFile ] [-AllowOrganizationTab ] [-AllowSkypeBusinessInterop ] [-AllowTBotProactiveMessaging ] [-ContentPin ] [-AllowResourceAccountSendMessage ] [-ResourceAccountContentAccess ] [-AllowGuestUser ] - [-AllowScopedPeopleSearchandAccess ] [[-Identity] ] [-Force] [-WhatIf] [-Confirm] + [-AllowScopedPeopleSearchandAccess ] [-UseUnifiedDomain ] [[-Identity] ] [-Force] [-WhatIf] [-Confirm] [] ``` @@ -37,7 +37,7 @@ Set-CsTeamsClientConfiguration [-Tenant ] [-AllowEmailIntoChannel < [-AllowShareFile ] [-AllowOrganizationTab ] [-AllowSkypeBusinessInterop ] [-AllowTBotProactiveMessaging ] [-ContentPin ] [-AllowResourceAccountSendMessage ] [-ResourceAccountContentAccess ] [-AllowGuestUser ] - [-AllowScopedPeopleSearchandAccess ] [-Instance ] [-Force] [-WhatIf] [-Confirm] + [-AllowScopedPeopleSearchandAccess ] [-UseUnifiedDomain ] [-Instance ] [-Force] [-WhatIf] [-Confirm] [] ``` @@ -379,6 +379,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UseUnifiedDomain +This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are: +- **MicrosoftDefault**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically. +- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified domain. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf The WhatIf switch does not work with this cmdlet. diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsUpdateManagementPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsUpdateManagementPolicy.md index 0adf083515..a0cb7479c2 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsUpdateManagementPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsUpdateManagementPolicy.md @@ -212,23 +212,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -OCDIRedirect -This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are: -- **Microsoft Default**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically. -- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified domain. -- **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. -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -UpdateDayOfWeek Machine local day. 0-6(Sun-Sat) Can be set only when AllowManagedUpdates is set to True.