Need help with getting the registry key value backup from multiple user logged on machine.
Tried to get registry key value and create backup value for the same using below commands.
try this to select the first Active user : $HKUConfigURL = Get-RegistryKey -Key 'HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings' -Value 'AutoConfigURL' -SID $RunAsActiveUser[0].SID