I'm using a Scheduled Task under Windows 8 to trigger a simple .cmd file which contains a series of steps, some of which trigger an external Powershell script.
I want to use the MessageDialog() features of Windows 8 to display a model message.
Is it possible to do this via Powershell? Or another simple script?