Category Archives: PS Remote

Running Lync Server Management Shell Remotely

Based on http://blogs.technet.com/b/nexthop/archive/2010/06/16/qsremoteaccess.aspxFirst you will need to create a powershell script, next we will create a shortcut that runs the powershell script.I use the following details in my script:-****************************************************************************************************** Param (         [switch] $AuthenticationPrompt = $false,        … Continue reading

Posted in Lync Management Shell, PS Remote | Leave a comment