Application.onTime can be used to schedule the execution of a procedure. application.onTime timeValue("17:00:00"), "someProcedure"
application.onTime now + timeValue("00:01:00"), "someProcedure"
application object. notif.ps1 is a PowerShell script that opens a message box with a given text at a given relative or absolute time in the future.