# Powershell #software #language ## 문법 ### 주석 `# Comment, one line` ```powershell <# Comment line one Comment line two #> ``` ### 파일/폴더 이동 `Move-Item -Path [Source] -Destination [Destination]`