AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 534375
Accepted
Mikhail
Mikhail
Asked: 2013-08-29 00:07:56 +0800 CST2013-08-29 00:07:56 +0800 CST 2013-08-29 00:07:56 +0800 CST

不同版本的 Windows Server 中的 AD DS 默认逻辑删除间隔?

  • 772

我无法找到一些技术网文章,其中列出了此设置对于不同版本的 Windows Server 的值。各种博客中有一些信息,但有时看起来有争议......有完整和准确列表的链接吗?

active-directory
  • 1 1 个回答
  • 6273 Views

1 个回答

  • Voted
  1. Best Answer
    Mathias R. Jessen
    2013-08-29T01:16:29+08:002013-08-29T01:16:29+08:00

    自 Windows 2000 以来的每个 Windows Server 版本都在 Active Directory 中实现了 tombstoneLifetime 属性,默认值为 60 或 180 天。

    默认意味着什么?

    该tombstoneLifetime属性在ConfigurationNC 中设置,因此是森林范围的设置。

    林中第一个域控制器的版本决定了整个林中 tombstoneLifetime 的值。

    什么时候改变?

    将林功能级别从 Windows Server 2003 提升到 2008 或更高版本后,会将林中的 tombstoneLifetime 值从 60 更改为 180,但在 Windows Server 2003 SP1 或 Windows Server 2003 R2 SP2 上创建的林除外,在这种情况下该值已经设置为 180。由于 2003 R2 中的 AD 安装程序中的错误,Windows Server 2003 R2 的第一个版本不受此规则的约束。

    2000 年前的域升级呢?

    如果您有一个现有的 NT4.0 域并希望对其进行升级,则tombstoneLifetime引入的值取决于升级方法和目标林。

    当您将 NT 域升级到现有林中的 2000 或 2003 域时,该tombstoneLifetime值已设置并且没有任何更改。

    当您将 NT 域升级到新的 2000 或 2003 林时,它取决于用于升级 NT4.0 PDC 的安装媒体。如果您使用 2003 SP1 CD,则应用 180 天值,否则仍为 60 天

    我怎样才能自己改变它?

    该tombstoneLifetime属性在 Active Directory 中的以下容器上设置:

    CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=myforest,DC=tld
    

    假设林根域 FQDN 是myforest.tld

    启动 ADSI Edit 并将值设置为要在数据库中保留逻辑删除的天数。

    给我数据!

    如果您想全面了解每个版本的 Windows Server 自推出以来的默认 TSL,请点击此处:

    Windows Version              Default TSL
    ----------------------------------------
    Windows Server 2000         -    60 days
    Windows Server 2003         -    60 days
    Windows Server 2003 SP1     -   180 days
    Windows Server 2003 R2      -    60 days
    Windows Server 2003 R2 SP2  -   180 days
    Windows Server 2008         -   180 days
    Windows Server 2008 R2      -   180 days
    Windows Server 2012         -   180 days
    Windows Server 2012 R2      -   180 days (not confirmed)
    

    参考:
    - http://support.microsoft.com/default.aspx?scid=kb;EN-US;216993
    - http://support.microsoft.com/kb/924890
    - http://blogs.technet.com /b/askds/archive/2009/08/27/the-ad-recycle-bin-understanding-implementing-best-practices-and-troubleshooting.aspx

    • 6

相关问题

  • 如果以域用户身份远程登录,PC 速度极慢

  • 如何在 Windows 2003 的 ou 级别应用策略

  • 允许用户更改其 Active Directory 密码的 Web 界面

  • MOSS 2007 无法使用 ActiveDirectoryMembershipProvider 配置表单身份验证

  • 通过 VPN 更改 Active Directory 密码

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve