Hello everyone, I recently created a new deployment with PSADT V4. The software to be released is ‘SmartGIT’. Unfortunately, I'm having some problems because I need to copy two files to a subfolder of roaming appdata, but through Intune, the files have been saved to c:\windows\system32\conf\systemprofile\appdata... while I need to save them to the appdata of the logged-in user. Can anyone help me? Thank you.
Hi guys,
i solved with this command:
Copy-ADTFileToUserProfiles -Path "$($adtSession.DirSupportFiles)\file1","$($adtSession.DirSupportFiles)\file2" -Destination "AppData\Roaming\Syntevo\Smartgit\folder"
thank you