tools/init.ps1
if (-not ("System.Management.Automation.PSCredential" -as [Type])) { Add-Type -Assembly System.Management.Automation } if (-not ("System.Threading" -as [Type])) { Add-Type -Assembly System } |
if (-not ("System.Management.Automation.PSCredential" -as [Type])) { Add-Type -Assembly System.Management.Automation } if (-not ("System.Threading" -as [Type])) { Add-Type -Assembly System } |