PrimalScript 2009 ships with a new Logon Script Wizard, generating VBScript code and providing easy customization. Most of the items are straight forward, like drive and printer shares. You can edit your Welcome message right there in the wizard and specify external command line tools to be executed. The section with the custom VBScript actions […]
Tag: logon script
Checking for group membership
Here’s a script that demonstrates how to check for group membership from within VBScript. http://www.rlmueller.net/IsMember8.htm
SAPIEN PowerShell Extensions updated, source available
I’ve updated the “SAPIEN Extensions for Windows PowerShell” cmdlets, and made the VB source code available. There are a dozen or so cmdlets, many of which provide functionality useful in logon scripts or displaying simple GUI elements. Note that they’re *primarily* designed as simple examples of cmdlet development for someone looking to get started. You […]