![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Get HardDisk Details
|
||
$aryComputers = "loopback", "localhost"
Set-Variable -name intDriveType -value 3 -option constant #constant for local disk foreach ($strComputer in $aryComputers) {"Hard drives on: " + $strComputer Get-WmiObject -class win32_logicaldisk -computername $strComputer| where {$_.drivetype -eq $intDriveType}} | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |