Sunday, 3 June 2012

Lync 2010 Install Power Shell Script

Came across this the other day, a nice PS script that installs on the Lync pre-reqs on the required server role.

Lync MVP Pat Richard has written the script over at ehloworld.com.

The script and all its previous version can be found
http://www.ehloworld.com/255  
To run the script you must have the PowerShell execution policy to RemoteSigned or Unrestricted
[Update] The Set-ExecutionPolicy command must be run from the Windows PowerShell that has been "Run As Administrator" otherwise the command will fail


Set-ExecutionPolicy -ExecutionPolicy {RemoteSigned | Unrestricted}

List of Agents in Skype Work Groups

To get a list of agents in a skype work group run the following command via PowerShell: ++++++++++++++++++++++++++++ Get-CsRgsAgentGroup | s...