GPO Configuration
Prerequisites
-
Domain-joined Windows workstation
-
DOMUS-ROOT-CA trusted via GPO
-
Client certificate in Local Machine store
-
Active Directory with Group Policy Management
Step 1: Create GPO
# On Domain Controller
New-GPO -Name "802.1X Wired EAP-TLS" -Comment "Wired 802.1X with Vault PKI certificates"
Step 2: Configure Wired AutoConfig Service
Navigate to: Computer Configuration → Policies → Windows Settings → Security Settings → System Services
Set Wired AutoConfig to Automatic.
Step 3: Configure Wired Network Policy
Navigate to: Computer Configuration → Policies → Windows Settings → Security Settings → Wired Network (IEEE 802.3) Policies
-
Right-click → Create A New Wired Network Policy
-
Name:
Domus Wired 802.1X -
Check: Use Windows Wired Auto Config service
Step 4: Configure Authentication
In the policy properties:
-
Authentication Mode: User or Computer authentication
-
Authentication Method: Smart Card or other certificate
-
Click Properties:
-
Check: Use a certificate on this computer
-
Check: Use simple certificate selection
-
Trusted Root CAs: Select DOMUS-ROOT-CA
-
Step 5: Configure Advanced Settings
-
Enable single sign on for this network
-
Perform immediately before user logon
Step 6: Link GPO
# Link to target OU
New-GPLink -Name "802.1X Wired EAP-TLS" -Target "OU=Workstations,DC=inside,DC=domusdigitalis,DC=dev"
Step 7: Verify Deployment
# Force GPO update
gpupdate /force
# Check applied policies
gpresult /r | Select-String "802.1X"
# Check Wired AutoConfig service
Get-Service dot3svc