I am wondering if this is possible or not. What I would like to do is connect to a computer and scan through users registries for certain keys and values. I have a script which checks the values of the current logged on user going through HKEY_Users and resolving their username to and SID then doing the scan. What I want to do is to script loading the NTUSER.Dat of each user and scanning the registry. Is there a way to script loading a hive then unloading a hive of a remote computer?