감사합니다.
MPIO - Multh path 수량 점검하기 본문
MPIO 디스크의 패스 수량을 확인하려면 아래의 powershell 명령어를 사용한다.
(Get-WmiObject -ComputerName $env:COMPUTERNAME -Namespace root\wmi -Class mpio_disk_info).driveinfo | % {Write-Host "Name: $($_.name) Paths : $($_.numberpaths)"}
'Microsoft > Powershell' 카테고리의 다른 글
Powershell - Chrome 브라우저 실행 (2) | 2019.10.05 |
---|---|
putty - ssh - powershell 자동화 (0) | 2019.10.05 |
Powershell Remote - Workgroup (0) | 2019.10.05 |
Windows Update 자동화하기 - Part 4 (0) | 2018.09.29 |
Windows Update 자동화하기 - Part 3 (0) | 2018.09.29 |
Windows Update 자동화하기 - Part 2 (1) | 2018.09.29 |
Windows Update 자동화하기 - Part 1 (0) | 2018.09.29 |
Powershell : 도메인 가입하기 (0) | 2018.03.22 |