This PowerShell script will prompt you for a MOM server name and write all of the registry values from the Setup registry keys to the screen. PS1 Script: Clear $Server = Read-Host "Enter MOM Server Name" Clear $key = "SOFTWARE\Microsoft\Microsoft Operations Manager\2.0\Setup" $keytype = [Microsoft.Win32...