'2013/04/23'에 해당되는 글 1건

  1. 2013.04.23 Agent 배포 대상 리스트 출력하기

> get-agent|export-csv -notype c:\scomagents.csv

 

원하는 필드만 검색할때

> get-agent|select property1,property2|export-csv -notype c:\scomagents.csv

ex) 호스트명만 검색 

> get-agent|select name|export-csv -notype c:\scomagents.csv



Unix 경우

Get-MonitoringClass -Name "Microsoft.Unix.Computer" | Get-MonitoringObject |Export-Csv c:\ClientListUnix.csv

Posted by no1ss
,