Forum Discussion
CS_HelpDesk
2 years agoGoTo Contributor
$caption = $null
$text = $null
Add-Type -AssemblyName PresentationFramework
[System.Windows.MessageBox]::Show($text, $caption)
$caption = $null
$text = $null
Add-Type -AssemblyName PresentationFramework
[System.Windows.MessageBox]::Show($text, $caption)