I have a requirement within an SCCM Application (Deployment) to copy Files (and Folders/Sub Folders) to various locations on the endpoint. Sounds cryptic, let me try explain:
Destination folders include
%ProgramFiles%\Microsoft Office\Templates\
%ProgramData%\FolderName\Destination
%ProgramFiles%\FolderName\Destination
I am familiar with the Copy-File or Copy-Item functions, but it looks like I can only specify this once ($dirSourceFiles for example)