From d9b0eefe84dbeb08904e8f30741928f1877da45e Mon Sep 17 00:00:00 2001 From: Martin Bengtsson Date: Tue, 10 Nov 2020 15:17:35 +0100 Subject: [PATCH] Update New-ToastNotification.ps1 --- New-ToastNotification.ps1 | 62 +++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 8b6d593..18b6d6f 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 - -