Digging Through Registry Keys Recursively & Remotely with PowerShell
A common scenario that I encounter is needing to dig through registry hives on remote Windows workstations to programmatically collect information – using PowerShell. This poses an interesting challenge because sometimes there are an unknown quantity of elements contained within a registry key: the names & quantities of the values, and the names & quantities[…]