Skip to content

Commit 62db4a5

Browse files
committed
update
1 parent 27eae6c commit 62db4a5

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

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

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,82 @@ Get-TeamsArtifacts -OneDrive [email protected] -StartTime "2025-06-20" -EndTime "
3131

3232
## PARAMETERS
3333
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.
34+
3435
### -OneDrive
3536
Returns only artifacts that are hosted in the standard locations of that user's OneDrive for Business.
3637

38+
```yaml
39+
Type: String
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
3750
### -SharePoint
3851
Returns only the artifacts that are hosted in SharePoint sites (typically from channel meetings).
3952
53+
```yaml
54+
Type: String
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: False
59+
Position: Named
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
4065
### -ArtifactType
4166
Filters the results to a single artifact type. It's s Enum containing only three values: RecordingTranscript | Notes | Whiteboard.
4267
68+
```yaml
69+
Type: String
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: Named
75+
Default value: RecordingTranscript | Notes | Whiteboard
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
4380
### -StartTime
4481
Omits artifacts that are last modified prior to this date and time.
4582
83+
```yaml
84+
Type: String
85+
Parameter Sets: (All)
86+
Aliases:
87+
88+
Required: False
89+
Position: Named
90+
Default value: None
91+
Accept pipeline input: False
92+
Accept wildcard characters: False
93+
```
94+
4695
### -EndTime
4796
Omits artifacts that are last modified after this date and time.
4897
98+
```yaml
99+
Type: String
100+
Parameter Sets: (All)
101+
Aliases:
102+
103+
Required: False
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: False
107+
Accept wildcard characters: False
108+
```
109+
49110
### CommonParameters
50111
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
51112

0 commit comments

Comments
 (0)