From 042d1ad59007dd4f3126d4cd18d3a69638ea1890 Mon Sep 17 00:00:00 2001 From: Tuttu Date: Thu, 7 Jan 2021 20:43:58 +0100 Subject: [PATCH] Added support for RunOnce and RunOncePerDay features --- New-ToastNotification.ps1 | 112 ++++++++++++++++++++++++-------- config-toast-adpwexpiration.xml | 2 + config-toast-officeupgrade.xml | 2 + config-toast-osupgrade.xml | 2 + config-toast-rebootpending.xml | 2 + config-toast-waasfu.xml | 2 + config-toast.xml | 2 + 7 files changed, 97 insertions(+), 27 deletions(-) diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 5ebd36c..bf3cddb 100644 --- a/New-ToastNotification.ps1 +++ b/New-ToastNotification.ps1 @@ -82,18 +82,18 @@ ** As well as added support for dynamic deadline retrieval for software updates ** ** Stuff has been rewritten to suit my understanding and thoughts of the script ** - 2.0.0 - Huge changes to how this script handles custom protocols - Added Support for Custom Actions/Protocols within the script under user context removing the need for that to be run under SYSTEM/ADMIN - -