Is it possible to use an Asset Custom Field in deployment package or custom action?
Use Case:
Need to uninstall CrowdStrike on multiple PC's to install new EDR we are testing. Uninstall command requires individual token for each asset.
CsUninstallTool.exe MAINTENANCE_TOKEN=<your token> /quiet
If I load the tokens into the Assets as custom field2, could I do a deployment action "CsUninstallTool.exe MAINTENANCE_TOKEN=<LanSweeper.CustomField2> /quiet" pulling from the custom field of the asset? Using custom action would also be an option. Just want a way for other staff to be able to assist with roll out.