Using PSADT v4 to give defer 50 times but the prompt should appear only twice a day.
However, when deployed by Intune, the prompt reappears after 10 minutes.
What code should be used?
Using the below code as of now
Show-ADTInstallationWelcome -AllowDefer -DeferTimes 50 -DeferDays 25 -PersistPrompt
You should be setting DeferRunInterval in the upcoming 4.1.0 to limit the frequency. There’s not much that can be done about Intune’s retry time.