Improved both scripts

This commit is contained in:
Markus Fleschutz
2021-02-06 18:04:42 +01:00
parent bd141509b4
commit 69d86a33a9
2 changed files with 32 additions and 12 deletions

View File

@ -2,6 +2,7 @@
<#
.SYNTAX ./query-smart-data.ps1 [<directory>]
.DESCRIPTION queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
(use smart-data2csv.ps1 to generate a CSV table for analysis)
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
requires smartctl (smartmontools) and admin rights