Hey all, I have a HTA application setup to allow non IT people to enable or disable dial-in access for certain users. The script I have can successfully disable dial-in access (msNPAllowDialIn = FALSE), but when I test re-enabling to the default of controlling dial-in access via policy (msNPAllowDialIn = null) it will not set it properly. Just so I'm not going nuts I should be able to code:
curUser.Put "msNPAllowDialin", vbnull
curUser.SetInfo
and it should in effect set the dial-in property to the default, right??
I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
curUser.Put "msNPAllowDialin", vbnull
curUser.SetInfo
and it should in effect set the dial-in property to the default, right??
I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)