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!
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...