Hi,
I just modified the Splunk Intune App with command line parameters and run the Publishing Service sync.
I see the app in Intune but when I deploy it to some endpoints, the installation does not include those command line parameters.
Is there any way to check local logs on the endpoint to see if effectively the parameters were omited?
thanks
Hello there,
Modifying some customization options on content that has already been published, such as appending the command line, will require the content to be republished for the change(s) to take effect:
https://patchmypc.com/when-and-how-to-republish-third-party-updates
For Intune content, it can be quicker to delete the existing application(s) from Intune using the Application Manager Utility and running another sync to recreate the app content with a new ID.
The ScriptRunner log on the endpoint will show any/all command lines the content is actually executing with, which can be found here:
%ProgramData%\PatchMyPCIntuneLogs\PatchMyPC-ScriptRunner.log
https://docs.patchmypc.com/get-help/log-reference-guide
perfect, thanks!