powershell to identify failed RAID drive?
is possible powershell identify failed drive in raid array?
hi,
you may find script & link helpful:
$obj = get-wmiobject win32_diskdrive -computer $servername $obj.status
reference link: http://msdn.microsoft.com/en-us/library/windows/desktop/aa394132(v=vs.85).aspx
hope helps...!!!
please click “mark answer” if post answers question , click "vote helpful" if post helps you.
Windows Server > Windows PowerShell
Comments
Post a Comment