Skip to content

Commit ba6e380

Browse files
committed
update
1 parent 62db4a5 commit ba6e380

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
@@ -5,7 +5,6 @@ title: Get-TeamsArtifacts
55
author: lutingzhao
66
ms.author: lutingzhao
77
manager: bashe
8-
online version:
98
schema: 2.0.0
109
---
1110

@@ -16,7 +15,7 @@ The `Get-TeamsArtifacts` is available only to tenant administrators and is desig
1615

1716
## SYNTAX
1817
```
19-
Get-TeamsArtifacts -OneDrive <String> -SharePoint -ArtifactType <String> -StartTime <String> -EndTime <String>
18+
Get-TeamsArtifacts [-OneDrive <String>] [-SharePoint] [-ArtifactType <String>] [-StartTime <String>] [-EndTime <String>]
2019
```
2120

2221
## DESCRIPTION
@@ -25,8 +24,8 @@ This cmdlet exports Recordings, Transcripts, Notes and Whiteboard artifacts of T
2524
## EXAMPLES
2625

2726
### Example 1
28-
```
29-
Get-TeamsArtifacts -OneDrive [email protected] -StartTime "2025-06-20" -EndTime "2025-06-26"
27+
```powershell
28+
PS C:\> Get-TeamsArtifacts -OneDrive [email protected] -StartTime "2025-06-20" -EndTime "2025-06-26"
3029
```
3130

3231
## PARAMETERS

0 commit comments

Comments
 (0)