Active Directory

Replicate AD in Powershell

February 8, 2020

Here is the example command to replicate all AD in powershell command: function Replicate-AllDomainController {(Get-ADDomainController -Filter *).Name | Foreach-Object

by Amanulloh

Copyright ©2023 All rights reserved