Skip to main content
Jorge Bernhardt Jorge Bernhardt

Get-ADDomain

2019

How to Collect Information from Domain Controllers
·564 words·3 mins· 100 views · 5 likes
Active Directory dcdiag.exe Get-ADDomain Get-ADDomainController
Recently I have needed to collect information from domain controllers to generate a pre-migration report. To perform this task, I used different tools available on Windows Server. Today, in this post, I will show you how to collect information from domain controllers using a PowerShell script and command-line tools such as DCDIAG and NLTEST.
Transfer and Seize FSMO roles Using PowerShell
·314 words·2 mins· 100 views · 5 likes
Get-ADDomain Get-ADForest Microsoft Microsoft Windows
Today, in this post, I want to show you how to transfer or seize one or more flexible single master operations (FSMO) roles from one Domain Controller to another using PowerShell.