Update README.md
This commit is contained in:
parent
63f7ed4052
commit
ad5204c097
1 changed files with 14 additions and 14 deletions
28
README.md
28
README.md
|
|
@ -4,27 +4,27 @@ Toast_Notify.ps1 is a simple Toast Notification script designed to be deployed a
|
||||||
Toast_Notify.ps1 will read an XML file on a file share so Toast Notifications can be changed "on the fly" without having to repackage.
|
Toast_Notify.ps1 will read an XML file on a file share so Toast Notifications can be changed "on the fly" without having to repackage.
|
||||||
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.
|
||||||
|
|
||||||
.PARAMETER XMLOtherSource
|
.PARAMETER XMLOtherSource
|
||||||
Specify the location of the Custom XML file used for the Toast when it is not in the MEMCM package
|
Specify the location of the Custom XML file used for the Toast when it is not in the MEMCM package
|
||||||
|
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
Toast_Notify.ps1 -XMLOtherSource "\\fileserverhome\xml\CustomMessage.xml"
|
Toast_Notify.ps1 -XMLOtherSource "\\fileserverhome\xml\CustomMessage.xml"
|
||||||
|
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
Toast_Notify.ps1 -XMLSciptDirSource "PhoneSystemProblems.xml"
|
Toast_Notify.ps1 -XMLSciptDirSource "PhoneSystemProblems.xml"
|
||||||
|
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
Toast_Notify.ps1
|
Toast_Notify.ps1
|
||||||
|
|
||||||
**Known Issues**
|
**Known Issues**
|
||||||
Currently, the images in the XML can only be read from the local files system. This is not an issue if we are deploying the package from MEMCM. Further development will see the ability to convert images to Base64 or host them on a web server
|
Currently, the images in the XML can only be read from the local files system. This is not an issue if we are deploying the package from MEMCM. Further development will see the ability to convert images to Base64 or host them on a web server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue