Skip to content

Commit 23d640e

Browse files
authored
Merge pull request MicrosoftDocs#8105 from get-itips/patch-369
Fix description
2 parents 6f9b34c + 4fda5e0 commit 23d640e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/New-CsTeamsNetworkRoamingPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ More on the impact of bit rate setting on bandwidth can be found [here](https://
3232

3333
## EXAMPLES
3434

35-
###-------------------------- Example 1 --------------------------
35+
### Example 1
3636
```powershell
3737
PS C:\> New-CsTeamsNetworkRoamingPolicy -Identity "RedmondRoaming" -AllowIPVideo $true -MediaBitRateKb 2000 -Description "Redmond campus roaming policy"
3838
```
3939

4040
The command shown in Example 1 creates a new teams network roaming policy with Identity "RedmondRoaming" with IP Video feature enabled, and the maximum media bit rate is capped at 2000 Kbps.
4141

42-
###-------------------------- Example 2 --------------------------
42+
### Example 2
4343
```powershell
4444
PS C:\> New-CsTeamsNetworkRoamingPolicy -Identity "RemoteRoaming"
4545
```
@@ -49,7 +49,7 @@ The command shown in Example 2 creates a new teams network roaming policy with
4949
## PARAMETERS
5050

5151
### -Identity
52-
Unique identifier of the policy to be returned.
52+
Unique identifier of the policy to be created.
5353

5454
```yaml
5555
Type: XdsIdentity

0 commit comments

Comments
 (0)