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.
|
feedback
|
|
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: | |||
|
feedback
|