Loading...

PowerShell module: Export your computer configuration

Reply A+ A-

In this post, I will show you a little module I have created, that allows you to export some configurations from your computer in different file format.

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.


From GitHub

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
See below an example of a services html export.
Services HTML export example
See below an example of a service xls export
Services XLS export exemple


Export-Process


It allows you to export a list of services from your computer.
See below how to use this cmdlet.

Get-help export-process cmdlet
See below an example of a process html export.
Process HTML export example

See below an example of a process xls export
Process XLS export example


Export-Drivers

It allows you to export a list of servicies from your computer.
See below how to use this cmdlet.

Get-help export-drivers cmdlet
See below an example of a drivers html export.
Drivers HTML export example
See below an example of a drivers xls export
Drivers XLS export example


Export-Software

It allows you to export a list of servicies from your computer.
See below how to use this cmdlet.

Get-help export-software cmdlet
See below an example of a software html export.
Software HTML export exzmple
See below an example of a software xls export
Software XLS export example



Export-BIOS

It allows you to export a list of servicies from your computer.
See below how to use this cmdlet.

Get-help export-bios cmdlet
See below an example of a BIOS settings html export.
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



PS1 4812017374877743107

Enregistrer un commentaire

Accueil item

Award

Learn KQL in one month

Sponsors

You want to support me ?

Mes articles en français

Books in French


Stats