1
1
---
2
2
external help file : Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3
3
Module Name : MicrosoftTeams
4
+ <<<<<<< HEAD
5
+ =======
6
+ applicable : Microsoft Teams
7
+ title : Set-TeamPicture
8
+ >>>>>>> ed3897c8e76fbea19b7802f09f128b6a16cf33cb
4
9
online version :
5
10
schema : 2.0.0
6
11
---
7
12
8
13
# Set-TeamPicture
9
14
10
15
## SYNOPSIS
16
+ <<<<<<< HEAD
11
17
12
18
Update the team picture.
13
19
14
20
Note: the command will return immediately, but the Teams application will not reflect the update immediately.
15
21
The Teams application may need to be open for up to an hour before changes are reflected.
16
22
17
23
Note: this cmdlet is not support in special government environments (TeamsGCCH and TeamsDoD) and is currently only supported in our beta release.
24
+ =======
25
+
26
+ Note: This cmdlet is currently in Beta.
27
+
28
+ Update the team picture.
29
+
30
+ Note: the command will return immediately, but the Teams application will not reflect the update immediately.
31
+ The Teams application may need to be open for up to an hour before changes are reflected.
32
+ >>>>>>> ed3897c8e76fbea19b7802f09f128b6a16cf33cb
18
33
19
34
## SYNTAX
20
35
@@ -26,14 +41,22 @@ Set-TeamPicture -GroupId <String> -ImagePath <String> [<CommonParameters>]
26
41
27
42
## EXAMPLES
28
43
44
+ <<<<<<< HEAD
29
45
### Example 1
30
46
```
31
47
Set-TeamPicture -GroupId 2f162b0e-36d2-4e15-8ba3-ba229cecdccf -ImagePath c:\Image\TeamPictire.png
48
+ =======
49
+ ### -------------------------- Example 1 --------------------------
50
+
51
+ ```powershell
52
+ Set-TeamPicture -GroupId 2f162b0e-36d2-4e15-8ba3-ba229cecdccf -ImagePath c:\Image\TeamPicture.png
53
+ >>>>>>> ed3897c8e76fbea19b7802f09f128b6a16cf33cb
32
54
```
33
55
34
56
## PARAMETERS
35
57
36
58
### -GroupId
59
+
37
60
GroupId of the team
38
61
39
62
``` yaml
@@ -49,7 +72,12 @@ Accept wildcard characters: False
49
72
` ` `
50
73
51
74
### -ImagePath
75
+ <<<<<<< HEAD
52
76
File path and image ( .png, .gif, .jpg, or .jpeg)
77
+ =======
78
+
79
+ File path and image (*.png, *.gif, *.jpg, or *.jpeg)
80
+ >>>>>>> ed3897c8e76fbea19b7802f09f128b6a16cf33cb
53
81
54
82
` ` ` yaml
55
83
Type : String
0 commit comments