Provisioning – PowerShell in Task with Ivanti EPM

Provisioning PowerShell Task – Step-by-step guide to Provisioning – PowerShell in Task with Ivanti EPM, including configuration, deployment, troubleshooting and practical administration

Useful external reference: Ivanti resources.

Provisioning PowerShell Task – For PowerShell commands in a LANDESK provisioning task, I use sysnative.

Useful external reference: Ivanti resources.

Provisioning PowerShell Task – To disable PowerShell security:

Useful external reference: Ivanti resources.

  • File name: C:WindowsSystem32WindowsPowerShellv1.0powershell.exe
  • Argument: -noprofile -command “Set-ExecutionPolicy bypass LocalMachine”
Provisioning PowerShell Task screenshot

Provisioning PowerShell Task – And to run a PowerShell script:

Useful external reference: Ivanti resources.

  • File name: C:WindowsSystem32WindowsPowerShellv1.0powershell.exe
  • Argument: -file c:configIPConfigIP.ps1
Run PowerShell script in LANDESK

Provisioning PowerShell Task Overview