IntuneOneDataCollector
IntuneOneDataCollector copied to clipboard
Collect HKCU data in non-admin scenario
Add logic to determine if a non-admin is launching PS:
- Get session ID
- Map ID to user
- Update URI to point to the user's folder
- We don't want to pull all HKCU data; make sure to limit to current logged in user
Huge thanks to @Remi for the suggestion.