2008년 10월 27일
PowerShell에서 사용가능한 모든 Verb 목록
참고: http://tech-comments.blogspot.com/2007/01/powershell-some-thoughts-on-cmdlet.html
참고2: http://msdn.microsoft.com/en-us/library/ms714428.aspx (중요:이것을 꼭 봐라!)
참고3: http://www.computerperformance.co.uk/powershell/powershell_verbs.htm (중요)
참고2: http://msdn.microsoft.com/en-us/library/ms714428.aspx (중요:이것을 꼭 봐라!)
참고3: http://www.computerperformance.co.uk/powershell/powershell_verbs.htm (중요)
여기서 get-command *disable*를 실행하여 disable과 관련된 cmdlet를 모두 알 수 있다
get-command -verb Get 명령을 실행하면 Get 동사를 사용하는 모든 Cmdlet을 알 수 있다

# by | 2008/10/27 14:33 | PowerShell따라하기 | 트랙백 | 덧글(0)





☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]