I was testing the installation of an application deployed with the latest version of PSADT and it did not install. Luckily I remembered that I changed the date from US to Dutch format (day-month-year), unaware of the fact that Powershell only accepts the ISO8601 or US-style dates for a System.DateTime object as mentioned in the post below.
The strange thing however is that I didn't get any error messages. This is what I did:
On my test workstation I started a CMD.exe as Admin and ran psexec -i -s -d cmd.exe. Then as system I started the Invoke-AppDeployToolkit.exe -DeploymentType Install -DeployMode Interactive command. But then nothing happend. No error message, no log file in C:\Windows\Logs\Software
How can I test my PSADT installation and get error messages like in the post above ?