Give logged on user a choice
Has anyone come up with a solution to give the logged on user a choice whether or not to accept the deployment?
I have some large deployments and want to give the user a choice, to wait for the deployment or postpone it, or just cancel it.
0
Comments
You can use a PowerShell step like this:
See here for more options: https://ss64.com/vb/popup.html
Set the success code to 6 for a "Yes", have the step run as the logged user and choose to stop with success or stop with an error.
Got this working, thanks!
See my post here:
https://support.pdq.com/hc/en-us/community/posts/360000338492-TIP-Custom-Install-Dialog-Prompt-with-Proceed-Wait-timer-for-user
https://support.pdq.com/hc/en-us/community/posts/360000338492-TIP-Custom-Install-Dialog-Prompt-with-Proceed-Wait-timer-for-user
Will try this as well.