Skip to content

Commit d2b0c5a

Browse files
authored
Merge pull request MicrosoftDocs#3053 from nschonni/typo-Pictire
typo: Pictire -> Picture
2 parents 5fc7df1 + a7deb16 commit d2b0c5a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

teams/teams-ps/teams/Set-TeamPicture.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
44
applicable: Microsoft Teams
55
title: Set-TeamPicture
6-
online version:
6+
online version:
77
schema: 2.0.0
88
author: kenwith
99
ms.author: kenwith
@@ -13,11 +13,12 @@ ms.reviewer:
1313
# Set-TeamPicture
1414

1515
## SYNOPSIS
16+
1617
Note: This cmdlet is currently in Beta.
1718

1819
Update the team picture.
1920

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.
2122
The Teams application may need to be open for up to an hour before changes are reflected.
2223

2324
## SYNTAX
@@ -31,13 +32,15 @@ Set-TeamPicture -GroupId <String> -ImagePath <String>
3132
## EXAMPLES
3233

3334
### -------------------------- 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
3638
```
3739

3840
## PARAMETERS
3941

4042
### -GroupId
43+
4144
GroupId of the team
4245

4346
```yaml
@@ -54,6 +57,7 @@ Accept wildcard characters: False
5457
```
5558
5659
### -ImagePath
60+
5761
File path and image (*.png, *.gif, *.jpg, or *.jpeg)
5862
5963
```yaml
@@ -76,4 +80,3 @@ Accept wildcard characters: False
7680
## NOTES
7781
7882
## RELATED LINKS
79-

0 commit comments

Comments
 (0)