skullkiller

Results 2 issues of skullkiller

Hi There is an error in the Installation Script when reading registry values, the Path exists in the registry but not the property (Get-ItemProperty -Path $global:SSMS*_RegistryConfigKey -Name InstallDir). And some...

bug
area-setup

Hi First of all, thanks for sharing the code. Some suggestions to the script: - Get-CIMInstance predicts the use of sessions, so to reduce authentication overhead you could use Get-CIMSession...