Windows Server 2016 Active Directory Deployment
Автор: Woahson
Загружено: 2018-01-21
Просмотров: 1344
Описание:
Ever wanted to know how to deploy an Active Directory Domain Service to another server? Well in this video we learn just that.
Table of contents:
Breakdown of Setup: [ 1:00 ]
Installing Active Directory Remotely: [ 2:05 ]
Promote Domain Controller using Server Manager: [ 2:30 ]
Verify Domain Controllers: [ 3:25 ]
Deploy using PowerShell: [ 3:45 ]
PowerShell Script Used:
1. Install-WindowsFeature -Name AD-Domain-Services -ComputerName Server2
2. Invoke-Command -ComputerName Server2 -ScriptBlock {Import-Module ADDSDeployment;Install-ADDSDomainController -NoGlobalCatalog:$False -CreateDnsDelegation:$False -Credential (Get-Credential) -CriticalReplicationOnly:$False -DatabasePath "C:\Windwos\NTDS" -DomainName "woahson.com" -InstallDNS:$true -LogPath "C:\Windows\NTDS" -NoRebootOnCompletion:$False -SiteName "Default-First-Site-Name" -SysvolPath "C:\Windows\SysVol" }
Essentially we are just entering the requirements for Active Directory manually using PowerShell.
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: