PowerShell Setup Snapin

Problem this snippet solves: This PowerShell script will register the iControl Snapin on 32 and 64 bit platforms. Code : param([switch]$force) function Is-SnapinRegistered() { $registered = $fa...
Published Mar 09, 2015
Version 1.0

Was this article helpful?