Copying files in PowerShell is easy. Copy-Item is your friend. Simply specify the source and destination and you're done. The same even goes for entire folders. It's easy to copy entire folders or all ...
Before you can change an ACL, you must get the current one. There are two ways to do this with PowerShell. Learn how to get the current ACL and modify it.