Update check-software.ps1

This commit is contained in:
Markus Fleschutz 2023-10-11 14:06:01 +02:00
parent 8f266d1417
commit fc2f04a133

View File

@ -2,7 +2,7 @@
.SYNOPSIS
Checks the software
.DESCRIPTION
This PowerShell script queries the software details of the local computer and prints it.
This PowerShell script queries the software status of the local computer and prints it.
.EXAMPLE
PS> ./check-software.ps1
@ -20,9 +20,9 @@
& "$PSScriptRoot/write-green.ps1" " S O F T W A R E"
& "$PSScriptRoot/check-bios.ps1"
& "$PSScriptRoot/check-os.ps1"
& "$PSScriptRoot/check-uptime.ps1"
& "$PSScriptRoot/check-apps.ps1"
& "$PSScriptRoot/check-powershell.ps1"
& "$PSScriptRoot/check-uptime.ps1"
& "$PSScriptRoot/check-time-zone.ps1"
& "$PSScriptRoot/check-swap-space.ps1"
& "$PSScriptRoot/check-pending-reboot.ps1"