목차

pageinfo
status
Draft

Powershell

문법

주석

# Comment, one line

<#
Comment line one
Comment line two
#>

파일/폴더 이동

Move-Item -Path [Source] -Destination [Destination]


Backlinks