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 (중요)

여기서 get-command *disable*를 실행하여 disable과 관련된 cmdlet를 모두 알 수 있다

get-command -verb Get 명령을 실행하면 Get 동사를 사용하는 모든 Cmdlet을 알 수 있다

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

트랙백 주소 : http://BlogLee.egloos.com/tb/4695326
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

◀ 이전 페이지          다음 페이지 ▶