Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
How to Create a Shutdown tile on the Start screen in Windows 8
Dec 16, 2012 at 2:19 AMA comment for standard users:
To run the script, the suitable execution policy is needed. Standard is usually "restricted", which does not allow to start scripts.
to change it, use this command:
Set-ExecutionPolicy unrestricted
after executing the script set execution policy back to "restricted":
Set-ExecutionPolicy restricted
Here you can find more information:
http://technet.microsoft.com/de-de/library/dd347641