PowerShell module: Export your computer configuration
https://www.systanddeploy.com/2017/05/powershell-module-export-your-computer.html
In a previous post, I have shown a tool I have created, that allows you to export a list of services, drivers, software, process and power options from your computer in different format, CSV, XLS, XML and HTML.
This time I created a module, called ConfigExport, to do the same action.
This module is composed of 6 cmdlets, and 3 switches allows you to choose the export format.
Note: If you choose CSV format, it will also create an XLSX file in case Office is installed.
How to get the module
The module ConfigExport is avalaible on the PowerShell Gallery and on GitHug.
Click,on the links below to get the module.
Module on the PowerShell gallery |
Module on GitHub |
How to install it ?
From the PowerShell Gallery
1 / Open the Powershell prompt
2 / Type the below commandline
3 / The module ConfigExport will be installed.
1 / Click on the Download button
2 / Extract the zip folder
3 / Open the PowerShell prompt
4 / Type the below commandline
How to use it ?
Type the below commandline to see the available cmdlets.
Get-command -module configexport cmdlet |
See below, the avalaible alias for each cmdlet
Get-alias module ConfigExport |
Export-Services
It allows you to export a list of servicies from your computer.
See below how to use this cmdlet.
Get-help export-services cmdlel |
Services HTML export example |
See below an example of a service xls export
Services XLS export exemple |
Export-Process
See below how to use this cmdlet.
Get-help export-process cmdlet |
Process HTML export example |
See below an example of a process xls export
Process XLS export example |
Export-Drivers
See below how to use this cmdlet.
Get-help export-drivers cmdlet |
Drivers HTML export example |
See below an example of a drivers xls export
Drivers XLS export example |
See below how to use this cmdlet.
Get-help export-software cmdlet |
Software HTML export exzmple |
See below an example of a software xls export
Software XLS export example |
Export-BIOS
See below how to use this cmdlet.
Get-help export-bios cmdlet |
BIOS settings HTML export example |
See below an example of a BIOS settings xls export
BIOS settings XLS export example |
Export-All
It allows you to export a list of services, software, drivers, process and BIOS settings from your computer.
See below how to use this cmdlet.
Get-help export-all cmdlet |
Module in action
Export-services in html example |
Export-all in csv example |
Export-all in html example |
Enregistrer un commentaire