CIT to read HKEY_CURRENT_USER
Hello, sorry if this has been raised before.
I believe when Kace reads the registry through a CIR it does as a system account and not the logged on User, therefore its great for HKEY_LOCAL_MACHINE.
I have a registry i need to read but it resides in the HKEY_CURRENT_USER.
Any ideas on how i can get to it through a CIR, the aim is then to create a smart group from it
Thanks
5 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Example for Powershell Script to Read HKU
https://social.technet.microsoft.com/Forums/en-US/78efe17d-1faa-4da1-a0e2-3387493a1e97/powershell-loading-unloading-and-reading-hku?forum=ITCG - Gerhart 4 years ago
Check out the following article from Quest. It's about identifying the Spectre & Meltdown vulnerability. The structure there is more or less what you want to do. A script is executed that evaluates data and writes it to a log file. then there is a CIR which loads the data into the inventory.
https://www.itninja.com/blog/view/kace-sma-k1000-spectre-meltdown-analysis - Gerhart 4 years ago