I am trying to install an application with a powershell script using MDT. Below is what I have in the Quiet Install Command field.
powershell -ExecutionPolicy Bypass -noprofile -File \\server\folder\scripts\McAfee\AgentInstall.ps1
have tried it with " " around the location, with and without the .exe after the powershell. I keep getting the error code -196608.
I am using Management Console 3.0 version 20H2.