#PSTip Identifying read-only domain controllers
Note: This tip requires PowerShell 2.0 or above. When you get a list of domain controllers using the AD module, one of the properties each DC has is the IsReadOnly property.
Read MoreNote: This tip requires PowerShell 2.0 or above. When you get a list of domain controllers using the AD module, one of the properties each DC has is the IsReadOnly property.
Read MoreBuilt-in groups are predefined security groups, defined with domain local scope, that are created automatically when you create an Active Directory domain.
Read MoreNote: This tip requires PowerShell 2.0 or above. Today I was asked if there was a way to find out which groups have the same group members.
Read MoreNote: This tip requires PowerShell 2.0 or above. When you need to manage Active Directory, the Active Directory PowerShell module is the first admin choice as it provides many cmdlets for administering and interfacing with various AD objects.
Read MoreThe System.DirectoryServices.AccountManagement namespace provides a nice way of testing if a set of Active Directory credentials are correct (also discussed in PSTip Validating Active Directory user credentials ).
Read MoreThis question was asked on the forums recently, is it possible to list all the Active Directory attributes that are currently in use for Active Directory users.
Read More