fixes
This commit is contained in:
parent
9f45c78dac
commit
043a592457
@ -22,6 +22,8 @@ Function Write-Log{
|
|||||||
Add-Content $logFile -value $logstring
|
Add-Content $logFile -value $logstring
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Write-Output "Checking disks for $($computerName)"
|
||||||
|
|
||||||
foreach ($i in $volumes) {
|
foreach ($i in $volumes) {
|
||||||
if ($i.FileSystemLabel -eq "") {
|
if ($i.FileSystemLabel -eq "") {
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
|
Loading…
Reference in New Issue
Block a user