From 22b11e23faaf1d78655900ef7d13c44ba7481a73 Mon Sep 17 00:00:00 2001 From: ondrejs4 Date: Fri, 22 Jan 2021 09:35:56 +0100 Subject: [PATCH] added support for running any powershell command encoded as base64 through new protocol ToastRunPSBase64 --- New-ToastNotification.ps1 | 117 ++++++++++++++++++++++++++++---------- 1 file changed, 87 insertions(+), 30 deletions(-) diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 5ebd36c..fc9aa9c 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 - -