I'm quite new to MDT so bear with me if I missed something basic or obvious.
I have a few applications in an inherited MDT setup that are installed with powershell scripts. They are installed through install single application steps located in the state restore->install applications phase in a task sequence.
The ZTIApplication log shows the installation as successful and I don't see any obvious errors in the windows event log either.
Excerpt from the ZTIApplication log:
Validating connection to \\shareserver\DeploymentShare$\Applications\Microsoft Forefront Endpoint Protection
Already connected to server shareserver as that is where this script is running from.
Change directory: \\shareserver\DeploymentShare$\Applications\Microsoft Forefront Endpoint Protection
Run Command: \\shareserver\DeploymentShare$\Tools\X64\bddrun.exe powershell.exe -NoProfile -ExecutionPolicy Bypass -File "Install-FEP.ps1"
ZTI installing application
About to run command: \\shareserver\DeploymentShare$\Tools\X64\bddrun.exe powershell.exe -NoProfile -ExecutionPolicy Bypass -File "Install-FEP.ps1"
Return code from command = 0
Application Microsoft Forefront Endpoint Protection installed successfully
But FEP is not installed on the computer.
What would the next step be for troubleshooting this?