Introduction
For this module we will work with Active Directory and look at some of the concepts herein. After installing the A.D D.S role we start of by implementing an AGDLP strategy under certain parameters - the exact structure and naming convention will be up to you.
We will then setup group policies on these and assure that we have a proper delegation of control.
Lab memo will be found below
If you somewhere get stuck and need directions ask your question on Slack, but try to be specific of what problem you are facing. You are also recommended to keep a well documented overview of the network and configuration files you have worked with.
Reference Demos
Demo - Install Active Directory
- Add ADDS role
Import-Module ServerManager Add-WindowsFeature AD-Domain-Services
- Set Administrator Password
net user administrator *
- Promote DC
Import-Module ADDSDeployment Install-ADDSForest ` -CreateDnsDelegation:$false ` -DatabasePath "C:\Windows\NTDS" ` -DomainMode "Win2012R2" ` -DomainName "corp.mediawork.com" ` -DomainNetbiosName "MEDIAWORK" ` -ForestMode "Win2012R2" ` -InstallDns:$true ` -LogPath "C:\Windows\NTDS" ` -NoRebootOnCompletion:$false ` -SysvolPath "C:\Windows\SYSVOL" ` -Force:$true
Deadline
Follow the instructions on the page Lab Examination
The lab report should be sent to jacob.lindehoff@lnu.se in PDF-format no later the 08.00AM 14 March 2019. During the examination we will not only read the report but also check your solution in CS Cloud to make sure it fulfills all requirement.