Skip to content

Commit 854c293

Browse files
authored
Merge pull request #8480 from dariomws/patch-249
Update LocationPolicy parameter in Set-CsTenantNetworkSite.md
2 parents cdb6c65 + 5e9ab8d commit 854c293

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/set-cstenantnetworksite
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: Set-CsTenantNetworkSite
66
schema: 2.0.0
77
manager: bulenteg
@@ -49,10 +49,10 @@ 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
52+
PS C:\> Set-CsTenantNetworkSite -Identity "site2" -Description "site 2" -NetworkRegionID "RedmondRegion" -EnableLocationBasedRouting $true
5353
```
5454

55-
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'.
55+
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'.
5656

5757
###-------------------------- Example 3 --------------------------
5858
```powershell
@@ -155,7 +155,7 @@ Accept wildcard characters: False
155155
```
156156

157157
### -LocationPolicy
158-
LocationPolicy is the identifier for the location policy which the current network site is associating to.
158+
This parameter is reserved for internal Microsoft use.
159159

160160
```yaml
161161
Type: String

0 commit comments

Comments
 (0)