Lync Powershell hanging/ Not opening
Occasionally I find servers where Lync Powershell will simply hang indefinitely and not open up. Adding the module in Windows PowerShell works so the following usually fixes the problem.
From an Elevated Windows PowerShell run the following command:
Fixed :)
From an Elevated Windows PowerShell run the following command:
powershell.exe –noexit –command “cd $env:UserProfile;
Import-Module ‘C:\Program Files\Common Files\Microsoft Lync Server
2013\Modules\Lync\Lync.psd1’”
Fixed :)
Comments
Post a Comment