PowerShell 기본 명령어
윈도우 파워쉘 콘솔은 빠르고 편리하며 오류가 발생할때도 이용하기 편리하다. [파워쉘 버전 변수명] $psversiontable [시스템 변수명] $host [도움말] Get-Help -Name help -Name help -Name -Online help -Name -ShowWindow help Get-Process -example [명령어 윈도우 창지원] Show-Command -Name [결과 내용 파일로 내보니기] Get-Service > services.txt (메모장에서 내용 보기) notepad services.txt [명령창에서 텍스트 파일 내용 보기] type ". 메모장.txt" Get-Content ". 메모장.txt" [파워쉘 스크립트 실행 정책 변경] Set-ExecutionPoli..