Powershell: Set Execution Policy to Unrestricted

Out of the box, Powershell execution is restricted to “RemoteSigned,” which means downloaded scripts must be signed by a trusted publisher before they can be run. In order to allow all scripts to run, you need to set the execution policy to unrestricted....

Get Lync Online 2013 Policies Via PowerShell

Lync Online 2013 lets you grant policies to individual users.  You cannot add your own policies, change the existing ones, or update the global policy. You can view the polices that exist and choose one of them to apply to users. As of today, there are three policies...

Get Primary Monitor Resolution with PowerShell

If you are changing backgrounds on existing computers, it helps to know what resolution is currently in use on the computer so you can put a background on it that looks just right.  This can be very important if it is your updated company logo. You can easily extract...