Skip to content

Commit 1b5160d

Browse files
author
Simonx Xu
authored
Merge pull request #8406 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/SupportArticles-docs (branch main)
2 parents db74fa4 + 2943094 commit 1b5160d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/windows-server/active-directory/information-lingering-objects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Lingering objects in an AD DS forest
33
description: Provides information about lingering objects in a forest, including events that indicate lingering objects, causes of lingering objects, and methods to remove lingering objects.
4-
ms.date: 01/15/2025
4+
ms.date: 03/10/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
8-
ms.reviewer: kaushika, v-tappelgate
8+
ms.reviewer: kaushika, v-tappelgate, ziggyn
99
ms.custom:
1010
- sap:active directory\active directory replication and topology
1111
- pcy:WinComm Directory Services
@@ -211,7 +211,7 @@ To use PowerShell to increase the TSL, open an administrative PowerShell window,
211211
```powershell
212212
$ADForestconfigurationNamingContext = (Get-ADRootDSE).configurationNamingContext
213213
214-
Set-ADObject -Identity CN=Directory Service,CN=Windows NT,CN=Services,$ADForestconfigurationNamingContext -Partition $ADForestconfigurationNamingContext -Replace @{tombstonelifetime=180}
214+
Set-ADObject -Identity "CN=Directory Service,CN=Windows NT,CN=Services,$ADForestconfigurationNamingContext" -Partition $ADForestconfigurationNamingContext -Replace @{tombstonelifetime='180'}
215215
```
216216

217217
ADSI Edit is available on the **Tools** menu in Server Manager. To change the TSL, follow these steps:

0 commit comments

Comments
 (0)