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 ""