File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3
3
Module Name : MicrosoftTeams
4
4
applicable : Microsoft Teams
5
5
title : Set-TeamPicture
6
- online version :
6
+ online version :
7
7
schema : 2.0.0
8
8
author : kenwith
9
9
ms.author : kenwith
@@ -13,11 +13,12 @@ ms.reviewer:
13
13
# Set-TeamPicture
14
14
15
15
## SYNOPSIS
16
+
16
17
Note: This cmdlet is currently in Beta.
17
18
18
19
Update the team picture.
19
20
20
- Note: the command will return immediately, but the Teams application will not reflect the update immediately.
21
+ Note: the command will return immediately, but the Teams application will not reflect the update immediately.
21
22
The Teams application may need to be open for up to an hour before changes are reflected.
22
23
23
24
## SYNTAX
@@ -31,13 +32,15 @@ Set-TeamPicture -GroupId <String> -ImagePath <String>
31
32
## EXAMPLES
32
33
33
34
### -------------------------- Example 1 --------------------------
34
- ```
35
- Set-TeamPicture -GroupId 2f162b0e-36d2-4e15-8ba3-ba229cecdccf -ImagePath c:\Image\TeamPictire.png
35
+
36
+ ``` powershell
37
+ Set-TeamPicture -GroupId 2f162b0e-36d2-4e15-8ba3-ba229cecdccf -ImagePath c:\Image\TeamPicture.png
36
38
```
37
39
38
40
## PARAMETERS
39
41
40
42
### -GroupId
43
+
41
44
GroupId of the team
42
45
43
46
``` yaml
@@ -54,6 +57,7 @@ Accept wildcard characters: False
54
57
` ` `
55
58
56
59
### -ImagePath
60
+
57
61
File path and image (*.png, *.gif, *.jpg, or *.jpeg)
58
62
59
63
` ` ` yaml
@@ -76,4 +80,3 @@ Accept wildcard characters: False
76
80
## NOTES
77
81
78
82
## RELATED LINKS
79
-
You can’t perform that action at this time.
0 commit comments