Skip to content

Instantly share code, notes, and snippets.

View jmknight2's full-sized avatar
🏠
Working from home

Jon Knight jmknight2

🏠
Working from home
View GitHub Profile
@jmknight2
jmknight2 / ToastNotification_Windows10.ps1
Last active June 27, 2019 02:12 — forked from altrive/ToastNotification_Windows10.ps1
Windows 10 toast notification sample
Function Show-WindowsToast {
[CmdletBinding()]
param(
[Parameter(Mandatory=$true)]
[string]$Body,
[Parameter(Mandatory=$false)]
[string]$Title,
[Parameter(Mandatory=$false)]