Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Trying to get HKU registry infomation for seven server

$
0
0

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?  

 

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles