Powershell Tip : Export registry values to HTML
https://www.systanddeploy.com/2014/09/powershell-tip-export-registry-values.html
In this post I will show you a way to export and list some registry values.
I use this technic to create export of computers that I have deployed.
I use two methods to display registry values.
I / List all values from a key
In this example I will export applications which run at startup, founded in :
"HKLM\software\Microsoft\Windows\Currentversion\Run"
How it looks ?
HTML export for the run applications |
How to use it ?
See below 2 scripts to do this export using CSS and not.
Simple script without CSS |
Script with CSS |
II / List specific values from a KEY and Sub Key
"HKLM\software\Microsoft\Windows\Currentversion\Uninstall"
HTML export for the installed apps |
How to use it ?
See below 2 scripts to do this export using CSS and not.
Simple script without CSS |
Script with CSS |
Part to organize columns |
Enregistrer un commentaire