Show-InstallationWelcome -AllowDefer -DeferDeadline $universal -PersistPrompt:$true
from log i have this
[Installation] :: Convert the date [01/01/2021 08:00:00] to a universal sortable date time pattern based on the current culture [da-DK]. | Get-UniversalDate | 08/01/2021 15.25.12 | 5376 (0x1500) |
---|---|---|---|
[Installation] :: User has until [2021-01-01 08:00:00Z] remaining. | Show-InstallationWelcome | 08/01/2021 15.25.12 | 5376 (0x1500) |
[Installation] :: Convert the date [01/08/2021 15:25:12] to a universal sortable date time pattern based on the current culture [da-DK]. | Get-UniversalDate | 08/01/2021 15.25.13 | 5376 (0x1500) |
[Installation] :: Deferral has expired. | Show-InstallationWelcome | 08/01/2021 15.25.13 | 5376 (0x1500) |
I want a prompt with PersistPrompt until user said yes how do i do that?