Thursday, August 6, 2015

Retrieve registry keys of remote computers using powershell



I needed to get a list of registry keys of remote computers.  I used a combination of 'reg.exe' and powershell to get the results.  You can see the script here: http://pastebin.com/0LrZmb4W

It is easily modified to use a list of computers from a file, or any specific registry key.
  

No comments:

Post a Comment