Tip: You can get the tombstone lifetime in Active Directory:
1 |
(Get-ADObject -Identity “CN=Directory Service,CN=Windows NT,CN=Services,$((Get-ADRootDSE).configurationNamingContext)” -Properties tombstoneLifetime).tombstoneLifetime |
Note: The tombstone lifetime in a forest determines how long a deleted object exists in AD before it is purged (removed from the directory services).
Pingback: Powershell Tip #22: Find GC (Global Catalog) | Powershell Guru
Pingback: Powershell Tip #24: List loaded and installed modules | Powershell Guru