Skip to content

Commit 699b83e

Browse files
Merge pull request #12863 from kevintan250/patch-1
Documentation for -OCDIRedirect attribute in TeamsUpdateManagementPolicy
2 parents eb45aeb + 12cc4be commit 699b83e

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-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

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)