Summary: Learn how to query Active Directory via Windows PowerShell.
Can you name five ways to query Active Directory from within Windows PowerShell?
- Use ADO and perform an LDAP dialect query.
- Use ADO and perform an SQL dialect query.
- Use the Get-ADOObject cmdlet from the Active Directory module.
- Use DSQuery.
- Use the [ADSISearcher] type accelerator.