Hi Everyone, we just recently switched from PDQ to Automox and im new to this platform, and im migrating our baseline applications to Automox.. im using required software policy to install it on endpoint devices.. simples stuff attaching msi or exe and writing installation command in there but the thing it comes out at installed software in Automox policy activity log but its not actually installed at endpoint.. im pasting command here that im using.. let me know if im doing something wrong here..
For more advanced software deployments where multiple install arguments and logging are needed such as this, I recommend pivoting from a Required Software Policy to using a Worklet.
With this worklet, you will need to upload the CitrixWorkspaceApp.exe to the payload of the worklet.
You will then want to update the Evaluation Code to include your application requirements:
The Remediation Code should also be updated to include the DisplayName, target version, payload name, and the arguments you’d like to pass during installation. Note, the $fileName variable should be an exact match of the payload that you upload to the worklet.
When configuring a worklet you have the option to associate a schedule. With a schedule associated, when an Automox scan occurs on the device it will run the Evaluation Code to determine if the device is compliant with the policy. In this case, if the Citrix Workspace app is installed, the device is compliant and the worklet will Exit 0, thus ending the policy run.
If the device is deemed “not-compliant” in that it does not have the Citrix Workspace App, the worklet will Exit 1 and trigger the remediation code to run based on the next scheduled time defined within the policy.
If you wish to perform an immediately policy action to install the software, you can either run the policy manually from the device page or through the worklet itself. Note, the latter option will run the worklet against all online devices within the group the worklet is associated to:
With the worklet configured as you see above, when the policy Remediation action completes, you will see a report within your Automox Activity Log indicating whether or not the worklet run was successful:
I hope this helps!
Have a great day!
Thanks a lot John, It worked and gonna use that for other exe as well