output is not coming. please help me to identify the error in below commands
Get-WmiObject win32_volume -ComputerName server | Where-Object { ($_.drivetype -eq 3) -and ($_.DriveLetter -eq "c:") -and ($_.DriveLetter -eq "d:")}Raj
output is not coming. please help me to identify the error in below commands
Get-WmiObject win32_volume -ComputerName server | Where-Object { ($_.drivetype -eq 3) -and ($_.DriveLetter -eq "c:") -and ($_.DriveLetter -eq "d:")}Raj