Basic Inventory App in PowerShell

Basic Inventory App in PowerShell

v1
Model: Claude
Difficulty: Intermediate
Likes: 2
Copies: 0
appsautomationinventoryITPowerShell

Prompt

Draft a PowerShell script that creates a simple CSV inventory of installed apps, computer name, and last boot time for all PCs in [OU/domain].

Why It Works

Instant hardware/software snapshotโ€”core to compliance, audits, and troubleshooting.

Example Output

OU: Workstations. Script: Get-ADComputer | Get-WmiObject Win32_Product, Export-CSV with LastBootUpTime.

Suggest an improvement

Log in to submit omissions or improvements.