Topic Last Modified: 2010-07-16
The following examples show how add a the Redmond location policy defined in Create Location Policies to an existing network site, and how to create a new network site which uses the Redmond location policy.
For more information about working with network sites, see the Communications Server Management Shell documentation for the following cmdlets:
- New-CsNetworkSite
- Get-CsNetworkSite
- Set-CsNetworkSite
- Remove-CsNetworkSite
To assign a location policy to an existing network site
-
Open Communications Server Management Shell.
-
Run the following cmdlets to modify an existing network site.
Assign the Redmond tagged Location policy to an existing network site named ns2.
Copy Code Set-CsNetworkSite -NetworkSiteID "ns2" -NetworkRegionID "nr1" -LocationPolicy "Redmond"
To assign a location policy to a new network site
-
Open Communications Server Management Shell.
-
Run the following cmdlet to create a new network site.
Create a new network site in the network region and assign the Redmond tagged Location policy.
Copy Code New-CsNetworkSite -NetworkSiteID "ns1" -NetworkRegionID "nr1" -LocationPolicy "Redmond"