Hello,
Based on my research, there is no direct way to monitor the status of logical disk. We may need to use powershell script to create rules.
As far as I know, by running get-disk command we can get physical disk status.
For Logical disk, we can run below command to get properties of it:
Get-Wmiobject Win32_logicaldisk
And then we can use Test-path command to check whether the disk can be accessed.
Regards,
Yan Li
Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.