Set Location Information Skype For Business 2015

This article will show you how to set Location Information In Skype for Business 2015 that will present the user location based on subnet location.

The entire process Is based on PowerShell and will take a few minutes, to start I’ll set a new location.

Note: The process to edit and create a new location Is the same.

Open SfB 2015 PowerShell:

To view all location type:

Get-CsLisSubnet | out-Gridview

To change \ Add a Location Information type:

set-CsLisSubnet -Subnet 10.12.11.0 -Location LA -CompanyName "Corp" -Country US -Description "TEST-SUBMNET"

To remove a subnet:

Remove-CsLisSubnet -Subnet 10.12.11.0

When done type the cmdlet below to apply the changes:

Publish-CsLisConfiguration

Posted

in

by