What I am trying to do is simplify the process of granting users VPN access. I don't have the ability to use Powershell (Wish I did). Understandably everything that needs to be done can be done in the AD GUI. But I would like to put together a short script to add a requested user to two AD groups and enable the Remote Access Permission (Dial-in or VPN) Allow Access (msNPAllowDialin) attribute.
I know how to get the groups added using the "net group [
Also, I have set this into the AD group because I did not see a scripting group outside of Powershell. If this should be in another group, please move it.