Install Domain Controller on a Server Core add an additional (second) domain controller
Channel:
Subscribers:
268
Published on ● Video Link: https://www.youtube.com/watch?v=vIc5wcIwc0U
شرح كامل لطريقة ترقية Windows Server 2022 Core كDomain Controller رئيسي وانشاء Active Directory باستخدام PowerShell.
في هذا المثال، سأقوم بشرح عملية استخدام PowerShell لترقية Windows Server 2022 Core كDomain Controller رئيسي، واضافة Domain Controller ثانوي إلى مجال Active Directory الموجود.
الCommand المستخدمه بالترتيب :
1-
Install-WindowsFeature -Name AD-Domain-Services -IncludeAllSubFeature -IncludeManagementTools
2-
Get-Command -Module ADDSDeployment
3-
Get-Help Install-ADDSForest
4-
Get-WindowsFeature domain
5-
Install-ADDS -DomainName "(هنا اسم الدومين المستخدم)"