From 89dfb01ede06f536e559358d5086f6f848740f5c Mon Sep 17 00:00:00 2001 From: Luting Zhao <237901034+LutingZhao@users.noreply.github.com> Date: Tue, 28 Oct 2025 13:34:40 +0800 Subject: [PATCH] Fix pipeline issues --- teams/teams-ps/MicrosoftTeams/Get-TeamsArtifacts.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Get-TeamsArtifacts.md b/teams/teams-ps/MicrosoftTeams/Get-TeamsArtifacts.md index 30fa619f85..6bc0ec5e57 100644 --- a/teams/teams-ps/MicrosoftTeams/Get-TeamsArtifacts.md +++ b/teams/teams-ps/MicrosoftTeams/Get-TeamsArtifacts.md @@ -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 ``` @@ -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. @@ -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: @@ -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 ```