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!

PENDING File not being moved to target computer

  • Thread starter Thread starter rlongfield
  • Start date Start date
  • Replies Replies 3
  • Views Views 675

rlongfield

New Member
Messages
3
Reaction score
0
Points
1
I have an program that I am pushing out as an Application. One of the files in the source directory is not being copied over to the target computer during the deployment.
The file in question is a .ps1 file which copies an icon into it's proper location on the target computer. All the other files in the source folder are being moved just not the .ps1 file.
I have other applications that also use a .ps1 file (an example is one that creates a shortcut), these .ps1 files are being copied over to the target computer in their respective application deployments.
I don't know where to look to find out why this file isn't being copied over.

Update: I did find some information in the DataTransferService.log file.
I can see the download (Content_<string_of_characters>) and the contents of that Content file, the .ps1 file is indeed not being included in this file.
 
Last edited:
Update the content source. Make sure you AV isn't blocking the ps1.
 
Solution
Update the content source. Make sure you AV isn't blocking the ps1.
Thanks, I remembered this shortly before you posted. For future reference there is a noticeable delay between refreshing the content and when the refresh is noticeable.
 
Thanks, I remembered this shortly before you posted. For future reference there is a noticeable delay between refreshing the content and when the refresh is noticeable.
That is to be expected as it is comparing the existing source to what is new before it packages it up and send it out.
 
Back
Top