diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 5ebd36c..7accdd3 100644 --- a/New-ToastNotification.ps1 +++ b/New-ToastNotification.ps1 @@ -31,7 +31,7 @@ Added ToastReboot protocol example, enabling the toast to carry out a potential reboot. 1.3 - All text elements in the toast notification is now customizeable through the config.xml - Expanded the options for finding given name. Now also looking in WMI if no local AD is available. + Expanded the options for finding given name. Now also looking in WMI if no local AD is available. Added Get-WindowsVersion function: Testing for supported Windows version Added Test-WindowsPushNotificationsEnabled function: Testing for OS toast blockers Added some more detailed logging @@ -40,13 +40,13 @@ - Fixed a few script errors - More text options - 1.4 - Added new feature for checking for local active directory password expiration. + 1.4 - Added new feature for checking for local active directory password expiration. If the password is about to expire (days configured in config.xml), the toast notification will display reminding the users to change their password 1.4.1 - Get-ADPasswordExpiration function modified to not requiring the AD Powershell module. Thank you @ Andrew Wells :-) Improved logging for when no toast notifications are displayed More commenting - + 1.4.2 - Bug fixes to the date formatting of ADPasswordExpiration now correctly supporting different cultures 1.4.3 - Some minor corrections to the get-givenname function when retreiving first name from WMI and registry @@ -61,10 +61,10 @@ Created Display-ToastNotification function - Displaying the toast notification as been trimmed and merged into its own function Created Test-NTsystem function - - Testing if the script is being run as SYSTEM. This is not supported + - Testing if the script is being run as SYSTEM. This is not supported Converted all Get-WMIObject to Get-CimInstance - Get-WMIObject has been deprecated and is replaced with Get-CimInstance - + 1.7 - Added multilanguage support. Thank you Matt Benninge @matbe - Script and config files now support multiple languages - Note that old config xml files needs to be updated to support this @@ -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 - -