Tag Archives: active directory

Get All Members of a Local Group Using PowerShell

I wrote a function a while back that is used to query a local group on a remote or local system (or systems) and based on the –Depth parameter, will perform a recursive query for all members of that group … Continue reading

Posted in powershell, scripts | Tagged , , , , , | 40 Comments

Quick Hits: Determine Tombstone Lifetime in Active Directory

Recently, I wanted to know what the tombstone lifetime was in my environment and decided to find this using PowerShell. Given, I could have done something with dsquery or dug in using the ADSI type accelerator to connect to my … Continue reading

Posted in powershell, Tips | Tagged , , , | 3 Comments