Forum Discussion

captaindanger27's avatar
captaindanger27
Copper Contributor
Sep 01, 2021

Send email if iSCSI disk is not ONLINE

I would like to check if an iSCSI disk is online and if not then send an email. The command we use to check the status is Get-Disk | Where-Object -FilterScript {$_.BusType -Eq "iSCSI"}  The output ...