Trust Remote desktop apps
When you publish a Remote desktop application trough the RDs Web Access, you goth the notification that the application that you are going to start is not authorized. To solve…
When you publish a Remote desktop application trough the RDs Web Access, you goth the notification that the application that you are going to start is not authorized. To solve…
Here is a PowerShell script that you can use to open IE with multiple tabs on start-up: $navOpenInBackgroundTab = 0x1000; $ie = new-object -com InternetExplorer.Application $ie.Navigate2("http://pkm-technology.nl"); $ie.Navigate2("http://khabbazi.nl", $navOpenInBackgroundTab); $ie.Navigate2("http://khabbazi.nl/blog", $navOpenInBackgroundTab);…
If you want to change the default period of item retention ( Recover deleted items) from 14 to X days. To specify a value, enter it as a time span:…
In this post I will take you through step-by-step how to install Windows PowerShell onto a Windows Server 2008 R2 Core edition instance. I will also add an optional element…