Sorry for taking so much time off in between posts. Lot’s of stuff happening. So, without further waiting, here we go – the long-promised Disk Info via PowerShell & WMI.
Note, there is a filter being applied to Get-WMIObject ["Drive Type = 3"] is a local disk drive.
##Create ServerList.txt file:
sqlcmd /Lc > F:/temp/ServerList.txt
#Populate $Server_List
$Server_List [...]