https://github.com/PowerShellCrack/PSExportSystemInventory
PowerShell script that exports System inventory such as hardware, missing drivers GPO, updates, etc
https://github.com/PowerShellCrack/PSExportSystemInventory
Last synced: 4 months ago
JSON representation
PowerShell script that exports System inventory such as hardware, missing drivers GPO, updates, etc
- Host: GitHub
- URL: https://github.com/PowerShellCrack/PSExportSystemInventory
- Owner: PowerShellCrack
- Created: 2022-02-17T13:23:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T14:41:48.000Z (about 3 years ago)
- Last Synced: 2024-11-25T07:42:34.853Z (5 months ago)
- Language: PowerShell
- Size: 99.6 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - PowerShellCrack/PSExportSystemInventory - PowerShell script that exports System inventory such as hardware, missing drivers GPO, updates, etc (PowerShell)
README
# PSExportSystemInventory
PowerShell script that exports System inventory such as hardware, missing drivers GPO, updates, etc# Execute
Be sure to read the SYNOPSIS at top of script. Here are some examples:
_Exports all areas..._
```powershell
.\ExportSystemInventory.ps1
```_Exports all areas but exports to different location (c:\Temp\Exports)..._
```powershell
.\ExportSystemInventory.ps1 -ExportPath c:\Temp\Exports
```_Exports only updates which includes hotfixes._
```powershell
.\ExportSystemInventory.ps1 -Category Updates
```## Current items exported:
- MSINFO
- Bitlocker Information
- Firewall Information
- Applocker Effective Policy
- Local Administrators
- Missing Driver information
- SYSTEMINFO
- COMPUTERINFO
- software list
- services info
- list of installed features
- list of installed Windows capabilities
- Windows Defender definition versions
- list of installed hotfixes
- list of installed modern apps for users
- list of available modern apps for system
- list of installed FOD packages
- list of Windows update history
- group policies
- reliability data## Outputs
__the script output:__

__the file export:__

## Questions
- What else should this script export?
- Is it beneficial to select an area to export?