Skip to content

Commit 19e73c6

Browse files
authored
Update Set-CsTeamsUpdateManagementPolicy.md
1 parent c0f2db3 commit 19e73c6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,23 @@ Accept pipeline input: False
250250
Accept wildcard characters: False
251251
```
252252
253+
### -OCDIRedirect
254+
This setting controls whether users are redirected from teams.microsoft.com to the unified ___domain teams.cloud.microsoft. Possible values are:
255+
- **Microsoft Default**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically.
256+
- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified ___domain.
257+
- **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.
258+
```yaml
259+
Type: String
260+
Parameter Sets: (All)
261+
Aliases:
262+
263+
Required: False
264+
Position: Named
265+
Default value: None
266+
Accept pipeline input: False
267+
Accept wildcard characters: False
268+
```
269+
253270
### -Force
254271
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.
255272

0 commit comments

Comments
 (0)