Skip to content

Commit 9db8108

Browse files
author
Simonx Xu
authored
Merge pull request #1810 from ziggyn-msft/patch-1
2 parents cb8c3eb + 6603b5e commit 9db8108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)