What would be an alternative in vbscript to

NET LOCALGROUP /ADD "Power Users" Everyone

I know how to add a single group or user but Everyone isn't found.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I'm not sure you can script the 'everyone' built-in group and you probably shouldn't. MS best practice says not to assign resource permissions or user rights to this account. Use Authenticated Users or specific user accounts and groups where necessary. More info here:

http://technet.microsoft.com/en-us/library/dd277461.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.