Skip to content

Commit 688a19e

Browse files
Addressing PR comments
1 parent 3c306b4 commit 688a19e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

skype/skype-ps/skype/New-CsTenantNetworkSite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The command shown in Example 2 created the network site 'site2' with description
6363
PS C:\> New-CsTenantNetworkSite -NetworkSiteID "site3" -Description "site 3" -NetworkRegionID "RedmondRegion" -NetworkRoamingPolicy "TestNetworkRoamingPolicy"
6464
```
6565

66-
The command shown in Example 3 created the network site 'site3' with description 'site 3'. This site is enabled network roaming capabilities. The example associates the site with network region 'RedmondRegion' and network roaming policy 'TestNetworkRoamingPolicy'.
66+
The command shown in Example 3 created the network site 'site3' with description 'site 3'. This site is enabled for network roaming capabilities. The example associates the site with network region 'RedmondRegion' and network roaming policy 'TestNetworkRoamingPolicy'.
6767
## PARAMETERS
6868

6969
### -Confirm
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142
```
143143
144144
### -NetworkRoamingPolicy
145-
NetworkRoamingPolicy is the identifier for the network roaming policy which the network site will assocaite to.
145+
NetworkRoamingPolicy is the identifier for the network roaming policy to which the network site will associate to.
146146
147147
```yaml
148148
Type: String

skype/skype-ps/skype/Set-CsTenantNetworkSite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The command shown in Example 2 sets the network site 'site2' with description 's
5959
PS C:\> Set-CsTenantNetworkSite -Identity "site3" -Description "site 3" -NetworkRegionID "RedmondRegion" -NetworkRoamingPolicy "TestNetworkRoamingPolicy"
6060
```
6161

62-
The command shown in Example 3 sets the network site 'site3' with description 'site 3'. This site is enabled network roaming capabilities. The example associates the site with network region 'RedmondRegion' and network roaming policy 'TestNetworkRoamingPolicy'.
62+
The command shown in Example 3 sets the network site 'site3' with description 'site 3'. This site is enabled for network roaming capabilities. The example associates the site with network region 'RedmondRegion' and network roaming policy 'TestNetworkRoamingPolicy'.
6363

6464
## PARAMETERS
6565

@@ -200,7 +200,7 @@ Accept wildcard characters: False
200200
```
201201

202202
### -NetworkRoamingPolicy
203-
NetworkRoamingPolicy is the identifier for the network roaming policy which the network site will assocaite to.
203+
NetworkRoamingPolicy is the identifier for the network roaming policy to which the network site will associate to.
204204

205205
```yaml
206206
Type: String

0 commit comments

Comments
 (0)