Hi,
I'm testing out the PowerShell App Deployment Toolkit and can't seem to get the -CloseAppsCountdown working. It doesn't display the message "NOTE: The program(s) will be automatically closed in: <time>" and only shows 00:00:00 as the time.
The code I'm using:
I'm testing out the PowerShell App Deployment Toolkit and can't seem to get the -CloseAppsCountdown working. It doesn't display the message "NOTE: The program(s) will be automatically closed in: <time>" and only shows 00:00:00 as the time.
The code I'm using:
Show-InstallationWelcome -CloseApps "iexplore,word" -AllowDefer -DeferTimes 3 -CheckDiskSpace -PersistPrompt -BlockExecution -DeferDeadline "19/12/2013" -CloseAppsCountdown "600"
Has anyone experienced a similar/the same issue and found a solution?