Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 5 : AD DS Install the AD DS role on DC 1 a . Log into the DC 1 as the local administrator account

Part 5: AD DS
Install the AD DS role on DC1
a. Log into the DC1 as the local administrator account
b. Promote to be a domain controller
c. Create a Domain in a new forest called YOURFIRSTNAME.com replacing YOURFIRSTNAME with your first name using integrated DNS
d. Use the Administrator account for Delegation
e. Login as YOURFIRSTNAME\Administrator (replacing YOURFIRSTNAME with your first name)
f. Open an administrative PowerShell prompt, and type the following Powershell cmdlets:
function global:prompt {[Environment]::MachineName+""+[Environment]::UserName+" PS>"}
Then
Get-WindowsFeature | Where-Object {$_. name -eq "DNS"}| Format-List Name,Installstate
Then
Get-WindowsFeature | Where-Object {$_. name -eq "AD-Domain-Services"}| Format-List Name,Installstate
g. Take a screenshot in the workbook attached

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

More Books

Students also viewed these Databases questions