티스토리 뷰
import module
먼저 사용 가능한 모듈을 보는 명령어는
get-module -ListAvailable
입니다.
그리고 모듈을 import 하고 싶다면
import-module grouppolicy
같은 형식으로 임포트 합니다.
그리고 해당 모듈에서 제공하는 커맨드를 보고 싶다면
get-command -module grouppolicy
명령어를 사용합니다.
Get-member (gm)
명령어를 사용할 때 현재 사용 가능한 명령어에 어떤 것이 있는지 궁금할 때가 있으며 이럴 때 사용하는 명령어 입니다.
dir | gm
예를 들어 위와 같은 명령어를 사용했다면 dir | 뒤에 사용할 수 있는 명령어들을 보여줍니다.
명령어 여러 개 한 줄에서 실행
dir ; get-services
이런 식으로 중간에 ; 를 붙여주면 된다.
컴퓨터 정보 출력
get-wmiobject -class win32_operatingsystem -computer $computername
'Programming > Powershell' 카테고리의 다른 글
powershell Script tutorial 배열(Array) (0) | 2017.03.18 |
---|---|
Powershell Script tutorial 변수, 문자열 (0) | 2017.03.18 |
powershell tutorial 3 (0) | 2017.03.18 |
powershell tutorial 2 (0) | 2017.03.17 |
powershell tutorial 1 (0) | 2017.03.17 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- rootkit
- DriverEntry
- BP
- gdb명령어
- GDB
- PNP 드라이버
- 레거시 드라이버
- 변환
- 리눅스 모듈
- 모듈
- 백도어
- 루트킷
- gdb intel
- 디바이스
- IRP
- gdb intel 변환
- vmware cannot connect to the virtual machine
- vmware 오류
- Intel
- VMware
- 드라이버
- LKM
- gdb 명령어
- breakpoint
- backdoor
- module
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함