Skip to content

Commit c0f2db3

Browse files
authored
Update New-CsTeamsUpdateManagementPolicy.md
1 parent fe062cb commit c0f2db3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,25 @@ Accept pipeline input: False
253253
Accept wildcard characters: False
254254
```
255255
256+
### -OCDIRedirect
257+
258+
This setting controls whether users are redirected from teams.microsoft.com to the unified ___domain teams.cloud.microsoft. Possible values are:
259+
- **Microsoft Default**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically.
260+
- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified ___domain.
261+
- **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.
262+
263+
```yaml
264+
Type: String
265+
Parameter Sets: (All)
266+
Aliases:
267+
268+
Required: False
269+
Position: Named
270+
Default value: None
271+
Accept pipeline input: False
272+
Accept wildcard characters: False
273+
```
274+
256275
### -Force
257276
Suppress all non-fatal errors.
258277

0 commit comments

Comments
 (0)