0.Requirements
First: Infrastructure Setup
-
Create the Domain (Domain Controller):
-
Domain Name:
AAAS.LOCAL -
Server Name:
PDC-SRV -
IP Address:
192.168.56.20
-
-
Configure the Client Machine:
-
Computer Name:
PC-01 -
IP Address:
192.168.56.50 -
Join the machine to the domain.
-
Second: User and Group Management (AD Users & Computers)
-
Create Organizational Units (OUs): Create separate OUs for (HR, Sales, IT).
-
Create Groups: Create a group for each department (HR-Group, Sales-Group, IT-Group).
-
Create and Assign Users:
-
HR Department: Create
User1_HR_AdminandUser2_HR, and add them to the HR group. -
Sales Department: Create
User1_Salesand add it to the Sales group. -
IT Department: Create
User1_ITand add it to the IT group.
-
Third: Security and Password Policies (Password & Account Policies)
-
Password Policy:
-
Change password every 90 days.
-
Minimum length: 4 digits.
-
Disable password complexity.
-
Enforce password history of the last 2 passwords.
-
-
Account Lockout Policy:
- Lock the account for 60 minutes after 5 failed attempts.
Fourth: Group Policy Objects (GPO)
1. Restrictions and Control:
-
Programs and Features: Hide it from Control Panel for HR and Sales users.
-
Context Menu: Remove "Properties" from the "This PC" menu.
-
Command Line & Run: Disable CMD and Run for HR and Sales users.
-
Task Manager: Remove it for all domain users (Force Remove), with an exception for the IT team.
2. Storage and Network Management:
-
External Storage: Disable USB and flash drives for HR users, with an exception for the HR manager (
User1_HR_Admin). -
Windows Firewall: Allow Ping traffic for all devices via GPO.
3. Deployment & Local Admin:
-
Desktop URL: Create a desktop shortcut for HR users pointing to:
http://hrapp.test.local -
Local Admin (Group): Add the
IT-Groupas local administrators on domain machines. -
Local Admin (User): Create a local user named
itadminon all domain machines using GPO.