Skip to content

Archive

Category: Windows Server 2008 R2
Get-WmiObject Win32_NetworkAdapter | Where-Object {$_.NetConnectionStatus -eq 7} | % {$_.Disable()}

Here’s a Powershell script that can be used to perform a simple unattended installation of the Citrix Web Interface. continue reading…