Users & Permissions Lab - A+ Core 2

← Back to Chapter Users & Permissions Lab
Progress: 0 / 13 tasks

User & Group Management

1. List All Users
Use net user to display all local accounts
2. Create a New User
Create a user named "labuser"
3. View User Details
Inspect user account properties
4. Set Password Policy
Configure minimum password requirements
5. Configure Account Lockout
Set lockout threshold and duration
6. List Local Groups
View all groups on the system
7. Add User to Administrators
Add labuser to the Administrators group
8. Check Group Membership
View members of Administrators group
9. View NTFS Permissions
Use icacls to view folder permissions
10. Grant Permissions
Grant Read permission to labuser
11. View Share Permissions
Check network share access settings
12. Check UAC Settings
View User Account Control configuration
13. Permission Inheritance
View and configure permission inheritance

Hint

Type 'net user' to list all local user accounts on this system.

C:\Windows\System32> Command Prompt (Administrator)
Microsoft Windows [Version 10.0.19045]
(c) Microsoft Corporation. All rights reserved.
 
Welcome to the Users & Permissions Lab!
Complete each task using Windows command-line tools.
 
C:\>