Skip to content

Commit 69525c3

Browse files
committed
Merge branch 'main' into ReportMsg-chrisda
2 parents 3cc27c6 + deddd1c commit 69525c3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

skype/skype-ps/skype/New-CsTeamsMobilityPolicy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Accept wildcard characters: False
8585
```
8686
8787
### -IPAudioMobileMode
88-
When set to WifiOnly, prohibits the user from making, receiving calls or joining meetings using VoIP calls on the mobile device while on cellular data connection.
88+
When set to WifiOnly, prohibits the user from making and receiving calls or joining meetings using VoIP calls on the mobile device while on a cellular data connection. Possible values are: WifiOnly, AllNetworks.
89+
8990
9091
```yaml
9192
Type: String
@@ -100,7 +101,8 @@ Accept wildcard characters: False
100101
```
101102
102103
### -IPVideoMobileMode
103-
When set to WifiOnly, prohibits the user from making, receiving video calls or enabling video in meetings using VoIP calls on the mobile device while on cellular data connection.
104+
When set to WifiOnly, prohibits the user from making and receiving video calls or enabling video in meetings using VoIP calls on the mobile device while on a cellular data connection. Possible values are: WifiOnly, AllNetworks.
105+
104106
105107
```yaml
106108
Type: String

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)