Skip to content

Commit 334ef64

Browse files
authored
Merge pull request MicrosoftDocs#6815 from jie-men/patch-1
Update Set-CsTenantNetworkSite.md
2 parents fabc5f8 + 489b137 commit 334ef64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The network region 'RegionRedmond' is created beforehand and 'MicrosoftSite1' wi
4949

5050
###-------------------------- Example 2 --------------------------
5151
```powershell
52-
PS C:\> Set-CsTenantNetworkSite -Identity "site2" -Description "site 2" -NetworkRegionID "RedmondRegion" -LocationPolicy "TestLocationPolicy" -EnableLocationBasedRouting $true -SiteAddress "One Microsoft way"
52+
PS C:\> Set-CsTenantNetworkSite -Identity "site2" -Description "site 2" -NetworkRegionID "RedmondRegion" -LocationPolicy "TestLocationPolicy" -EnableLocationBasedRouting $true
5353
```
5454

5555
The command shown in Example 2 sets the network site 'site2' with description 'site 2'. This site is enabled for LBR. The example associates the site with network region 'RedmondRegion' and with location policy 'TestLocationPolicy'.

0 commit comments

Comments
 (0)