Skip to content

Commit deddd1c

Browse files
authored
Merge pull request MicrosoftDocs#10206 from get-itips/patch-399
Add information on csv format
2 parents 3779ad9 + 0f3d4c4 commit deddd1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

teams/teams-ps/teams/New-CsBatchTeamsDeployment.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ This command runs a batch deployment with the provided parameters in the CSV fil
3838
## PARAMETERS
3939

4040
### -TeamsFilePath
41-
The path to the CSV file that defines the teams you're creating.
41+
The path to the CSV file that defines the teams you're creating. For information about the CSV file format, see [Deploy Teams at scale for frontline workers](/microsoft-365/frontline/deploy-teams-at-scale).
42+
4243

4344
```yaml
4445
Type: String
@@ -53,7 +54,8 @@ Accept wildcard characters: False
5354
```
5455
5556
### -UsersFilePath
56-
The path to the CSV file that maps the users you're adding to each team.
57+
The path to the CSV file that maps the users you're adding to each team. For information about the CSV file format, see [Deploy Teams at scale for frontline workers](/microsoft-365/frontline/deploy-teams-at-scale).
58+
5759
5860
```yaml
5961
Type: String

0 commit comments

Comments
 (0)