mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-05-10 18:44:50 +02:00
Update check-software.ps1
This commit is contained in:
parent
8f266d1417
commit
fc2f04a133
@ -2,7 +2,7 @@
|
|||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Checks the software
|
Checks the software
|
||||||
.DESCRIPTION
|
.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
|
.EXAMPLE
|
||||||
PS> ./check-software.ps1
|
PS> ./check-software.ps1
|
||||||
|
|
||||||
@ -20,9 +20,9 @@
|
|||||||
& "$PSScriptRoot/write-green.ps1" " S O F T W A R E"
|
& "$PSScriptRoot/write-green.ps1" " S O F T W A R E"
|
||||||
& "$PSScriptRoot/check-bios.ps1"
|
& "$PSScriptRoot/check-bios.ps1"
|
||||||
& "$PSScriptRoot/check-os.ps1"
|
& "$PSScriptRoot/check-os.ps1"
|
||||||
|
& "$PSScriptRoot/check-uptime.ps1"
|
||||||
& "$PSScriptRoot/check-apps.ps1"
|
& "$PSScriptRoot/check-apps.ps1"
|
||||||
& "$PSScriptRoot/check-powershell.ps1"
|
& "$PSScriptRoot/check-powershell.ps1"
|
||||||
& "$PSScriptRoot/check-uptime.ps1"
|
|
||||||
& "$PSScriptRoot/check-time-zone.ps1"
|
& "$PSScriptRoot/check-time-zone.ps1"
|
||||||
& "$PSScriptRoot/check-swap-space.ps1"
|
& "$PSScriptRoot/check-swap-space.ps1"
|
||||||
& "$PSScriptRoot/check-pending-reboot.ps1"
|
& "$PSScriptRoot/check-pending-reboot.ps1"
|
||||||
|
Loading…
Reference in New Issue
Block a user