Get-WmiObject Win32_NetworkAdapter | Where-Object {$_.NetConnectionStatus -eq 7} | % {$_.Disable()}
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…