Maybe this can help. https://rahuljindalmyit.blogspot.com/2021/01/how-to-configure-macros-self-signed.html
Error unzipping downloaded content. (0x87D30067)
I am attempting to simply copy a single file to workstations from InTune. I am using the most up to date version of the IntuneWinAppUtil.exe app (downloaded yesterday).
My install.cmd is this:
xcopy EOSBrandColorPalette.xml "%appdata%\Microsoft\Templates\Document Themes\Theme Colors" /y
It fails every time. What am I doing wrong?
2 additional answers
Sort by: Most helpful
-
Simon Ren-MSFT 26,051 Reputation points Microsoft Vendor
2023-11-10T07:28:47.3166667+00:00 Hi,
Thank you for posting in Microsoft Q&A forum.
1,Does the command work outside of Intune?
2,Do you set the install behavior to the user or to the system? If it is set to the user, please change it to the system to have a try.
Thanks for your time. Have a nice day!
Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
-
Pavel yannara Mirochnitchenko 10,771 Reputation points
2023-11-10T11:29:18.7166667+00:00 Did you set Win32 to be executed in User Context? Not System?