Problem scenario: Using a CM tool, you transfer a PowerShell script to do an unattended installation on Windows Server 2012. The CM tool transfers the media and the PowerShell script and launches the script once transferred. However, when you log into the Windows Server, you do not see the application installed. When you manually run the PowerShell script and transfer the media over, there is no problem. You want the CM tool to do the installation (transfer of media and execution of the PowerShell script).
…