Here is an easy way to pull a list of all the domain controllers in your environment using powershell.
Get-ADDomainController -filter * | Select-Object name | format-table
Here is an easy way to pull a list of all the domain controllers in your environment using powershell.
Get-ADDomainController -filter * | Select-Object name | format-table
No comments:
Post a Comment