Skip to content
Merged
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
7 changes: 3 additions & 4 deletions teams/teams-ps/MicrosoftTeams/Get-TeamsArtifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ schema: 2.0.0
# Get-TeamsArtifacts

## SYNOPSIS
The `Get-TeamsArtifacts` is available only to tenant administrators and is designed to export Recordings, Transcripts, Notes and Whiteboard artifacts of Teams Meetings.
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.

## SYNTAX
```
Expand All @@ -32,7 +32,6 @@ PS C:\> Get-TeamsArtifacts -OneDrive user@contoso.com -StartTime "2025-06-20" -E
```

## PARAMETERS
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.

### -OneDrive
Returns only artifacts that are hosted in the standard locations of that user's OneDrive for Business.
Expand All @@ -53,7 +52,7 @@ Accept wildcard characters: False
Returns only the artifacts that are hosted in SharePoint sites (typically from channel meetings).

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

Expand All @@ -74,7 +73,7 @@ Aliases:

Required: False
Position: Named
Default value: RecordingTranscript | Notes | Whiteboard
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down