2014년 5월 30일 금요일

Windows CMD 명령어

[출처 : http://www.parkoz.com/ ]

CPU 모델명 확인: wmic cpu get name

메모리 용량 확인 : wmic memorychip
바이오스 제조사 확인 : wmic bios
디스크 모델명 확인 : wmic diskdrive get caption


* 각종 정보 html로 출력
wmic csproduct list brief /format:htable >>.\%computername%.htm
wmic computersystem list brief /format:htable >>.\%computername%.htm
wmic cpu list brief /format:htable >>.\%computername%.htm
wmic diskdrive list brief /format:htable >>.\%computername%.htm
wmic logicaldisk list brief /format:htable >>.\%computername%.htm
wmic volume list brief /format:htable >>.\%computername%.htm
wmic NICCONFIG list brief /format:htable >>.\%computername%.htm

format 방식을 CSV 로 하시면 엑셀로 떨굴수도 있습니다.
꺽쇠 > (한개) 는 추가입력이고
꺽쇠 >> (두개) 는 덮어 쓰기입니다.
엑셀로 모든 내용을 보시려면 /format:csv >.\%computername%.csv 하시면 되요^^


* 장비의 사양을 알아보기
wmic /node:"hostname" csproduct list brief

이런식으로 호스트네임 또는 IP를 노드로 지정하면
모든 서버의 세부사항을 한번에 알아낼수 있어요^^

댓글 없음:

댓글 쓰기