From c0f2db30ffcae4019df6b58e3eab1344eb8f54cc Mon Sep 17 00:00:00 2001 From: Kevin Tan <66445247+kevintan250@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:28:13 -0700 Subject: [PATCH 1/2] Update New-CsTeamsUpdateManagementPolicy.md --- .../New-CsTeamsUpdateManagementPolicy.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/teams/teams-ps/teams/New-CsTeamsUpdateManagementPolicy.md b/teams/teams-ps/teams/New-CsTeamsUpdateManagementPolicy.md index d439835fe4..940828e939 100644 --- a/teams/teams-ps/teams/New-CsTeamsUpdateManagementPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsUpdateManagementPolicy.md @@ -253,6 +253,25 @@ 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 +``` + ### -Force Suppress all non-fatal errors. From 19e73c61728a24e041676e9337a660d2a6fae6ea Mon Sep 17 00:00:00 2001 From: Kevin Tan <66445247+kevintan250@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:30:34 -0700 Subject: [PATCH 2/2] Update Set-CsTeamsUpdateManagementPolicy.md --- .../teams/Set-CsTeamsUpdateManagementPolicy.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/teams/teams-ps/teams/Set-CsTeamsUpdateManagementPolicy.md b/teams/teams-ps/teams/Set-CsTeamsUpdateManagementPolicy.md index 4567271d50..5d5806b15b 100644 --- a/teams/teams-ps/teams/Set-CsTeamsUpdateManagementPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsUpdateManagementPolicy.md @@ -250,6 +250,23 @@ 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 +``` + ### -Force Suppresses any confirmation prompts that would otherwise be displayed before making changes and suppresses the display of any non-fatal error message that might arise when running the command.