Update some check-*.ps1 scripts

This commit is contained in:
Markus Fleschutz
2023-04-11 10:48:59 +02:00
parent 094fca2665
commit 440f882eaf
11 changed files with 27 additions and 24 deletions

View File

@ -1,11 +1,11 @@
<#
.SYNOPSIS
Checks the RAM
Check the RAM status
.DESCRIPTION
This PowerShell script queries and prints details of the installed RAM.
This PowerShell script queries the status of the installed RAM and prints it.
.EXAMPLE
PS> ./check-ram
8GB DDR4 RAM @ 3200MHz (1.2V) in P0 CHANNEL A/DIMM 0 by Samsung
16GB DDR4 RAM @ 3200MHz (1.2V) in P0 CHANNEL A/DIMM 0 by Samsung
.LINK
https://github.com/fleschutz/PowerShell
.NOTES