Adding a Windows Built-In Group to a Local Group
|
Posted Wednesday, 02 May 2007 by Michael Khanin
The Interactive group holds all users who logon to a machine interactively (after pressing Ctrl+Alt+Del).
You can add a built-in group to a local group, but not from the Windows GUI (using NT's User Manager - MMC). Instead, you must use the Net Localgroup command. The following command adds the Interactive built-in group to the Backup Operators local group:
Net localgroup "Backup Operators" Interactive /add
In the Windows GUI (for example, in the properties for the Back-up Operators group), the Interactive group will appear as NT Authority\Interactive. |
Add comment
You have no rights to add a new comment. May be you need to register on the site.