From 043a5924572b38593ca2e73279b90e7ec8152d31 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 16 Jun 2021 21:09:35 -0400 Subject: [PATCH] fixes --- disk_check.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/disk_check.ps1 b/disk_check.ps1 index 73c7a4b..43dfc56 100644 --- a/disk_check.ps1 +++ b/disk_check.ps1 @@ -22,6 +22,8 @@ Function Write-Log{ Add-Content $logFile -value $logstring } +Write-Output "Checking disks for $($computerName)" + foreach ($i in $volumes) { if ($i.FileSystemLabel -eq "") { Write-Output ""