PowerShell: Copy Directory

By Xah Lee. Date: .

Copy Directory

cp c:/Users/john/abc/ f:/backup/ -Recurse
# copy dir's content
cp c:/Users/john/abc/* f:/backup/ -Recurse

PowerShell, Working with Directory


PowerShell How-To

Install and Help

list files

list dirs

on dir

on file

Windows config

zip tar

misc