Skip to content
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: 0 additions & 19 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsUpdateManagementPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,25 +215,6 @@ 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
```

### -UpdateDayOfWeek

Machine local day. 0-6(Sun-Sat) Can be set only when AllowManagedUpdates is set to True.
Expand Down
21 changes: 19 additions & 2 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsClientConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Set-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-AllowEmailIntoChannel <
[-AllowShareFile <Boolean>] [-AllowOrganizationTab <Boolean>] [-AllowSkypeBusinessInterop <Boolean>]
[-AllowTBotProactiveMessaging <Boolean>] [-ContentPin <String>] [-AllowResourceAccountSendMessage <Boolean>]
[-ResourceAccountContentAccess <String>] [-AllowGuestUser <Boolean>]
[-AllowScopedPeopleSearchandAccess <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
[-AllowScopedPeopleSearchandAccess <Boolean>] [-UseUnifiedDomain <String>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand All @@ -37,7 +37,7 @@ Set-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-AllowEmailIntoChannel <
[-AllowShareFile <Boolean>] [-AllowOrganizationTab <Boolean>] [-AllowSkypeBusinessInterop <Boolean>]
[-AllowTBotProactiveMessaging <Boolean>] [-ContentPin <String>] [-AllowResourceAccountSendMessage <Boolean>]
[-ResourceAccountContentAccess <String>] [-AllowGuestUser <Boolean>]
[-AllowScopedPeopleSearchandAccess <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
[-AllowScopedPeopleSearchandAccess <Boolean>] [-UseUnifiedDomain <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand Down Expand Up @@ -379,6 +379,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -UseUnifiedDomain
This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are:
- **MicrosoftDefault**, 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.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -WhatIf
The WhatIf switch does not work with this cmdlet.

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

### -UpdateDayOfWeek

Machine local day. 0-6(Sun-Sat) Can be set only when AllowManagedUpdates is set to True.
Expand Down