Notifications , ContentType = WindowsRuntime ] > $null $Template = [ Windows.UI.Notifications.ToastNotificationManager ]:: GetTemplateContent ([ Windows.UI.Notifications.ToastTemplateType ]:: ToastText02 ) $RawXml = [ xml ] $Template . OuterXml ) $Toast = [ Windows.UI.Notifications.ToastNotification ]:: new ( $SerializedXml ) $Toast . The interesting part here is that for me to manipulate the toast notification, I need to know the XML structure of the template.