■ Copy-Item 명령에서 -Path/-Destination 스위치를 사용해 소스 파일을 타겟 디렉토리에 복사하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
Copy-Item -Path "d:\source\sample.txt" -Destination "d:\target" |
■ Copy-Item 명령에서 -Path/-Destination 스위치를 사용해 소스 파일을 타겟 디렉토리에 복사하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
Copy-Item -Path "d:\source\sample.txt" -Destination "d:\target" |