I tried get HKU registry information, for a server however, I had to create a PSdrive for HKEY_Users before I could extract the information
this is my code
get-itemproperty -path "HKU:\.DEFAULT\Control Panel\International" -Name computername, idate, sdate, sLongdate, sShortdate, Locale
In order to get this I had to create a psdrive, Can I query my servers without creating a PSDrive?