Skip to content

Documentation for -OCDIRedirect attribute in TeamsUpdateManagementPolicy #12863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions teams/teams-ps/teams/New-CsTeamsUpdateManagementPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
17 changes: 17 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsUpdateManagementPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down