1/11
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What does the Local Users and Groups console let you manage?
User accounts by creating, modifying, disabling, deleting, and resetting passwords
Why are security groups used?
To group user accounts with similar permissions
Which default groups define account types available through the settings interface?
Administrators, Users, and Guests
What does adding a user account to the Administrators group give the account?
Full privileges
What categories appear in the left panel of the Local Users and Groups console?
Users and Groups
What does the Administrators group grant?
Complete and unrestricted access to the computer
What can PowerShell be used for instead of the Local Users and Groups Console?
The same tasks, such as creating users and assigning them to groups
Which command and switch add a new user account?
net user with /add
What does net user UserName Password /add do?
Creates a new user account with the specified name and password
Which switch forces the user to change their password at the next logon?
/logonpasswordchg:yes
Which command adds a user to a local group?
net localgroup with /add
What does net localgroup GroupName UserName /add do?
Adds the specified user to the specified local group