Update README.md

This commit is contained in:
Ben Whitmore 2020-07-22 15:42:29 +01:00 committed by GitHub
parent 02b316e879
commit f69da6c5ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,14 @@ Toast_Notify.ps1 will read an XML file on a file share so Toast Notifications ca
To create a custom XML, copy CustomMessage.xml and edit the text you want to display in the toast notification. Reference that file using one of the script parameters. To create a custom XML, copy CustomMessage.xml and edit the text you want to display in the toast notification. Reference that file using one of the script parameters.
The following files should be present in the Script Directory when you create the package in MEMCM:- The following files should be present in the Script Directory when you create the package in MEMCM:-
**
Toast_Notify.ps1
**Toast_Notify.ps1
BadgeImage.jpg BadgeImage.jpg
HeroImage.jpg HeroImage.jpg
CustomMessage.xml CustomMessage.xml**
**
.PARAMETER XMLScriptDirSource .PARAMETER XMLScriptDirSource
Specify the name of the XML file to read. The XML file must exist in the same directory as Toast_Notify.ps1. If no parameter is passed, it is assumed the XML file is called CustomMessage.xml. Specify the name of the XML file to read. The XML file must exist in the same directory as Toast_Notify.ps1. If no parameter is passed, it is assumed the XML file is called CustomMessage.xml.