From 46a5d9b239adf1b84ecb2ff32e61d645b0c193da Mon Sep 17 00:00:00 2001 From: Martin Bengtsson Date: Mon, 16 Nov 2020 16:00:50 +0100 Subject: [PATCH] Add files via upload --- New-ToastNotification.ps1 | 417 ++++++++++++++++++++----------- ToastNotificationScript2.1.0.zip | Bin 0 -> 860188 bytes config-toast-adpwexpiration.xml | 15 +- config-toast-officeupgrade.xml | 17 +- config-toast-osupgrade.xml | 19 +- config-toast-rebootpending.xml | 15 +- config-toast-waasfu.xml | 17 +- config-toast.xml | 23 +- 8 files changed, 340 insertions(+), 183 deletions(-) create mode 100644 ToastNotificationScript2.1.0.zip diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 18b6d6f..5ebd36c 100644 --- a/New-ToastNotification.ps1 +++ b/New-ToastNotification.ps1 @@ -14,7 +14,7 @@ .NOTES Filename: New-ToastNotification.ps1 - Version: 2.0.2 + Version: 2.1.0 Author: Martin Bengtsson Blog: www.imab.dk Twitter: @mwbengtsson @@ -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 - -