Skip to content

Commit a9786e3

Browse files
authored
Merge pull request #13201 from LutingZhao/patch-3
Fix pipeline issues
2 parents 593e0d6 + 89dfb01 commit a9786e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
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
```

0 commit comments

Comments
 (0)