Skip to content

Instantly share code, notes, and snippets.

@rayterrill
Last active March 28, 2019 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayterrill/39ae2e3d501ed384f8f0519674616d41 to your computer and use it in GitHub Desktop.
Save rayterrill/39ae2e3d501ed384f8f0519674616d41 to your computer and use it in GitHub Desktop.
Import-Module BurntToast
$dismiss = New-BTButton -Dismiss
$button = New-BTButton -Content 'More Info' -Arguments 'https://www.google.com'
New-BurntToastNotification -Text "Help Desk Message","Your apps have been upgraded!" -Button $dismiss,$button -AppLogo https://poprepo.portofportland.com/repository/POP/images/PortLogo.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment