Forum Discussion
Sri-Boddupalli
Nov 25, 2019Copper Contributor
Query User Specific Registry Keys and Export to CSV
I have a task to query the OneDrive HKCU registry key(HKCU:\Software\Microsoft\OneDrive\Accounts) and export those key properties and its values to some network location for evaluation So I wrote...
pgrubor
Dec 08, 2019Copper Contributor
you can try adding -ErrorAction SilentlyContinue to your Get-ItemProperty command