· I want to query multiple (15) Windows 2008 file servers for a dword registry entry,
· I don't want to change the value
· If the value is missing , the results of query could display no value for that server
· HKEY_Local_Machine\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
· DisableStrictNameChecking > REG_DWORD > 1
· I am not a scriptor, my knowledge is limited, I would like a simple script
· I attempted get-wmiobject without success, (lack the knowledge)
· I tried enter-pssession with no results
· Any assistance would be appreciated