Automating System Health Check with PowerShell
This PowerShell script is designed to automate the process of checking the health of a Windows system. It gathers various system metrics such as CPU usage, available memory, and disk space, and outputs the information in a readable format. This…