$reg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $computer); $regKey = $reg.OpenSubKey('Software\Microsoft\Windows\CurrentVersion\Uninstall'); # if successful if ($regKey) { # get list of all installed programs $installed = $regKey.GetSubKeyNames() | % { $outp...
Currently i find only (Uninstall\ Change) options If I click on change it starts the Installation wizard and there no option for repair Any commands that can be used with "Setup /m:???" Can I use "Setup.com /m:RecoverServer /t "installation path" ??? Wha...
Currently i find only (Uninstall\ Change) options If I click on change it starts the Installation wizard and there no option for repair Any commands that can be used with "Setup /m:???" Can I use "Setup.com /m:RecoverServer /t "installation path" ??? Wha...
Dear All, I have an issue in the installation of Exchange 2010.