
How To: Run a PowerShell Script with a Custom Action - Ivanti
Dec 27, 2025 · This article provides a step-by-step guide on how to configure a Deployment Template to execute a PowerShell script on the target endpoint (s).
Execute Powershell Script as Custom Actions in Deployment Template
Dec 9, 2018 · Since we updated Shavlik Protect to Version 9.2, the powershell scripts are no longer executed (command: powershell "C:\SYSMGR\Shavlik\BeforePatchingScript.ps1") as custom actions …
How To: Add Ivanti Automation parameters to a PowerShell script used …
Apr 24, 2023 · An Automation Module with an Execute Windows PowerShell Script Task. A PowerShell script with variables. Store the PowerShell script in the Ivanti Automation database as a resource …
Template - using Powershell to alter unattend.xml - Ivanti
The script works fine. But now the question : How do I get the variables in the unattend.xml during the provisioning process ? Do I have to run the script in the template or do I have to call it in the …
Creating Service Request Through API - forums.ivanti.com
Mar 7, 2025 · Creating Service Request Through API Hello Ivanti Community, I'm working on automating the creation of service requests in our Ivanti environment using PowerShell, and I've encountered …
How to Troubleshoot Provisioning Template Action Handlers - Ivanti
Jun 30, 2025 · Right-click desired provisioning template and go to " Properties ". In the left-hand pane, select " Options" and uncheck the box next to " Remove Client Provisioning folder ". Understanding …
How to use PowerShell Core in Ivanti Automation
Mar 14, 2023 · It is also possible to run a PowerShell script on Linux Automation Agent: In the Module window press Add, type in Linux and select Unix/Linux Command (Execute). In the Settings Window …
How To Execute an ITScript using Ivanti Security Controls
Apr 1, 2024 · ITScript template: When this option is selected, this area lets you choose the template you want to use when executing the script. You will see the parameters configured by the template listed …
Run powershell and DISM in OS provisioning - Ivanti
I deployed my Windows 10 template, installed my default app association with DISM, installed default startmenu with powershell and then made a new image for deployment.
Sample scripts/batch files to run an cmd uninstall command
Hello @Miguel_monitor (Partner) I believe the best path forward is to use a Custom Action to push and execute a batch file with the uninstall command. The article linked below demonstrates how to install …