From 184972b7e84fbdda16c2710eaf3ef264764c136c Mon Sep 17 00:00:00 2001 From: Ben Whitmore <44303264+byteben@users.noreply.github.com> Date: Thu, 28 Jan 2021 22:55:23 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 79ae856..ccc08c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # Version History +**Version 1.2.28 - 28/01/2021** + +-For AzureAD Joined computers we now try and grab a name to display in the Toast by getting the owner of the process Explorer.exe +-Better error handling when Get-xx fails + +**Version 1.2.26 - 26/01/2021** + +-Changed the Scheduled Task to run as -GroupId "S-1-5-32-545" (USERS). +When Toast_Notify.ps1 is deployed as SYSTEM, the scheduled task will be created to run in the context of the Group "Users". +This means the Toast will pop for the logged on user even if the username was unobtainable (During testing AzureAD Joined Computers did not populate (Win32_ComputerSystem).Username). +The Toast will also be staged in the $ENV:Windir "Temp\$($ToastGuid)" folder if the logged on user information could not be found. +Thanks @CodyMathis123 for the inspiration via https://github.com/CodyMathis123/CM-Ramblings/blob/master/New-PostTeamsMachineWideInstallScheduledTask.ps1 + **Version 1.2.14 - 14/01/21** -Fixed logic to return logged on DisplayName - Thanks @MMelkersen