Quantcast
Channel: Software Communities : Popular Discussions - ActiveRoles
Viewing all articles
Browse latest Browse all 1277

PowerShell: how to Raise Error with Window Popup?

$
0
0
PowerShell: how to Raise Error with Window Popup as described in ARS SDK for VBScript?

Err.Raise< Error Code> < Error Source> < Error Description>
- this create Popu


Sub onPreCreate(Request)
       Err.Raise 1, "Administrative policy", strError
End Sub

thanks,
Aidar


Viewing all articles
Browse latest Browse all 1277

Trending Articles