Skip to content

Commit 1d14643

Browse files
Merge branch 'main' into docs-editor/app-only-auth-powershell-v2-1761326817
2 parents 86e63fb + a9786e3 commit 1d14643

File tree

4 files changed

+22
-42
lines changed

4 files changed

+22
-42
lines changed

teams/teams-ps/MicrosoftTeams/Get-TeamsArtifacts.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ schema: 2.0.0
1414
# Get-TeamsArtifacts
1515

1616
## SYNOPSIS
17-
The `Get-TeamsArtifacts` is available only to tenant administrators and is designed to export Recordings, Transcripts, Notes and Whiteboard artifacts of Teams Meetings.
17+
The `Get-TeamsArtifacts` is available only to tenant administrators and is designed to export Recordings, Transcripts, Notes and Whiteboard artifacts of Teams Meetings. All parameters are optional. If no parameters are specified, artifact metadata is returned for Teams artifacts in all standard OneDrive for Business and SharePoint locations. The actual artifacts themselves can then be downloaded from the URLs in the metadata returned. Output is written to artifacts.json in the current directory.
1818

1919
## SYNTAX
2020
```
@@ -32,7 +32,6 @@ PS C:\> Get-TeamsArtifacts -OneDrive [email protected] -StartTime "2025-06-20" -E
3232
```
3333

3434
## PARAMETERS
35-
All parameters are optional. If no parameters are specified, artifact metadata is returned for Teams artifacts in all standard OneDrive for Business and SharePoint locations. The actual artifacts themselves can then be downloaded from the URLs in the metadata returned. Output is written to artifacts.json in the current directory.
3635

3736
### -OneDrive
3837
Returns only artifacts that are hosted in the standard locations of that user's OneDrive for Business.
@@ -53,7 +52,7 @@ Accept wildcard characters: False
5352
Returns only the artifacts that are hosted in SharePoint sites (typically from channel meetings).
5453
5554
```yaml
56-
Type: String
55+
Type: SwitchParameter
5756
Parameter Sets: (All)
5857
Aliases:
5958

@@ -74,7 +73,7 @@ Aliases:
7473

7574
Required: False
7675
Position: Named
77-
Default value: RecordingTranscript | Notes | Whiteboard
76+
Default value: None
7877
Accept pipeline input: False
7978
Accept wildcard characters: False
8079
```

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -215,25 +215,6 @@ Accept pipeline input: False
215215
Accept wildcard characters: False
216216
```
217217
218-
### -OCDIRedirect
219-
220-
This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are:
221-
- **Microsoft Default**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically.
222-
- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified domain.
223-
- **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.
224-
225-
```yaml
226-
Type: String
227-
Parameter Sets: (All)
228-
Aliases:
229-
230-
Required: False
231-
Position: Named
232-
Default value: None
233-
Accept pipeline input: False
234-
Accept wildcard characters: False
235-
```
236-
237218
### -UpdateDayOfWeek
238219
239220
Machine local day. 0-6(Sun-Sat) Can be set only when AllowManagedUpdates is set to True.

teams/teams-ps/MicrosoftTeams/Set-CsTeamsClientConfiguration.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Set-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-AllowEmailIntoChannel <
2626
[-AllowShareFile <Boolean>] [-AllowOrganizationTab <Boolean>] [-AllowSkypeBusinessInterop <Boolean>]
2727
[-AllowTBotProactiveMessaging <Boolean>] [-ContentPin <String>] [-AllowResourceAccountSendMessage <Boolean>]
2828
[-ResourceAccountContentAccess <String>] [-AllowGuestUser <Boolean>]
29-
[-AllowScopedPeopleSearchandAccess <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
29+
[-AllowScopedPeopleSearchandAccess <Boolean>] [-UseUnifiedDomain <String>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
3030
[<CommonParameters>]
3131
```
3232

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

@@ -379,6 +379,23 @@ Accept pipeline input: False
379379
Accept wildcard characters: False
380380
```
381381
382+
### -UseUnifiedDomain
383+
This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are:
384+
- **MicrosoftDefault**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically.
385+
- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified domain.
386+
387+
```yaml
388+
Type: String
389+
Parameter Sets: (All)
390+
Aliases:
391+
392+
Required: False
393+
Position: Named
394+
Default value: None
395+
Accept pipeline input: False
396+
Accept wildcard characters: False
397+
```
398+
382399
### -WhatIf
383400
The WhatIf switch does not work with this cmdlet.
384401

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -212,23 +212,6 @@ Accept pipeline input: False
212212
Accept wildcard characters: False
213213
```
214214
215-
### -OCDIRedirect
216-
This setting controls whether users are redirected from teams.microsoft.com to the unified domain teams.cloud.microsoft. Possible values are:
217-
- **Microsoft Default**, Microsoft will manage redirection behavior. If no explicit admin configuration is set, users may be redirected automatically.
218-
- **Disabled**, Users will remain on teams.microsoft.com. Use this if your organization's apps are incompatible with the unified domain.
219-
- **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.
220-
```yaml
221-
Type: String
222-
Parameter Sets: (All)
223-
Aliases:
224-
225-
Required: False
226-
Position: Named
227-
Default value: None
228-
Accept pipeline input: False
229-
Accept wildcard characters: False
230-
```
231-
232215
### -UpdateDayOfWeek
233216
234217
Machine local day. 0-6(Sun-Sat) Can be set only when AllowManagedUpdates is set to True.

0 commit comments

Comments
 (0)