A collection of PowerShell scripts I use to learn and automate common Windows system administration tasks.
| Script | Description |
|--------|--------------|
| SysReport.ps1 | Gathers system information (CPU, memory, disk, OS version) and exports it to CSV |
| Cleanup.ps1 | Clears temp files and runs Disk Cleanup automatically |
| bulk\_add\_users.ps1 | Adds multiple users to Active Directory from a CSV file | To be added
- PowerShell automation and scripting
- Windows administration
- Active Directory management
- System reporting and log collection
Clone this repository:
powershell
- git clone git@github.com:Username/powershell-scripts.git
- cd powershell-scripts
Then run a script:
.\system_report.ps1
These scripts are created for my learning and portfolio. I use some of them in Task Shedule and run them automatically every week.