Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

copy

  1. A

    SOLVED can't copy file with powershell

    Hi, I Have 1706 sccm version and i want use a simple file copy. My powershell command : $path = "\\xxx\x$\xxx\xxx\xxx\license.xml" $destination = "C:\ProgramData\xxx" Copy-Item -path $path -Destination $destination On my computer it work perfectly but when i insert this command in script...
Back
Top