Skip to content

Commit 20ec9a4

Browse files
committed
Add in new-team and set-team picture
2 parents 953ce26 + ed3897c commit 20ec9a4

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

teams/teams-ps/teams/New-Team.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,14 @@ Accept pipeline input: False
261261
Accept wildcard characters: False
262262
```
263263
264+
<<<<<<< HEAD
264265
### -AllowDeleteChannels
265266
Setting that determines whether or not members (and not only owners) can delete channels in the team.
267+
=======
268+
### -Group
269+
Use this parameter to specify the ExternalDirectoryObjectId of a group you would like to convert to a team.
270+
If you are using this parameter, do not specify other parameters.
271+
>>>>>>> ed3897c8e76fbea19b7802f09f128b6a16cf33cb
266272
267273
```yaml
268274
Type: Boolean

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
4+
<<<<<<< HEAD
5+
=======
6+
applicable: Microsoft Teams
7+
title: Set-TeamPicture
8+
>>>>>>> ed3897c8e76fbea19b7802f09f128b6a16cf33cb
49
online version:
510
schema: 2.0.0
611
---
712

813
# Set-TeamPicture
914

1015
## SYNOPSIS
16+
<<<<<<< HEAD
1117

1218
Update the team picture.
1319

1420
Note: the command will return immediately, but the Teams application will not reflect the update immediately.
1521
The Teams application may need to be open for up to an hour before changes are reflected.
1622

1723
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
1833
1934
## SYNTAX
2035

@@ -26,14 +41,22 @@ Set-TeamPicture -GroupId <String> -ImagePath <String> [<CommonParameters>]
2641

2742
## EXAMPLES
2843

44+
<<<<<<< HEAD
2945
### Example 1
3046
```
3147
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
3254
```
3355

3456
## PARAMETERS
3557

3658
### -GroupId
59+
3760
GroupId of the team
3861

3962
```yaml
@@ -49,7 +72,12 @@ Accept wildcard characters: False
4972
```
5073
5174
### -ImagePath
75+
<<<<<<< HEAD
5276
File path and image ( .png, .gif, .jpg, or .jpeg)
77+
=======
78+
79+
File path and image (*.png, *.gif, *.jpg, or *.jpeg)
80+
>>>>>>> ed3897c8e76fbea19b7802f09f128b6a16cf33cb
5381
5482
```yaml
5583
Type: String

0 commit comments

Comments
 (0)