通过使用本网站, 您同意 隐私政策.
接受
进入IT进入IT进入IT
  • 家
  • 信息技术专家
  • 技术
  • 微软
    • 天蓝色
    • 配置管理器/SCCM
    • 数字PM
    • 协调者
    • Hyper-V
    • 微软 Edge 预览体验
    • 微星指数
    • 办公室 365
    • 办公室内幕
    • 电力商业智能
    • Skype
    • SQL服务器
    • 团队
  • 视窗
    • Windows 管理中心
    • Windows客户端
    • Windows服务器
  • SCCM查询集合列表
阅读: How to Refresh Active Directory Group Membership in Windows
字体调整器氨基酸
进入IT进入IT
字体调整器氨基酸
  • 家
  • 信息技术专家
  • 技术
  • 微软
  • 视窗
  • SCCM查询集合列表
搜索
  • 家
  • 信息技术专家
  • 技术
  • 微软
    • 天蓝色
    • 配置管理器/SCCM
    • 数字PM
    • 协调者
    • Hyper-V
    • 微软 Edge 预览体验
    • 微星指数
    • 办公室 365
    • 办公室内幕
    • 电力商业智能
    • Skype
    • SQL服务器
    • 团队
  • 视窗
    • Windows 管理中心
    • Windows客户端
    • Windows服务器
  • SCCM查询集合列表
IT专业人士

How to Refresh Active Directory Group Membership in Windows

出版: 二月 18, 2024
2 最小阅读量
分享

How to Refresh Active Directory Group Membership in Windows.

内容
Reset Kerberos Tickets cacheComputer membershipUser membership

There are two paths to refresh user group membership in Active Directory and apply new settings or changes without waiting for automatic applies:

  • Log off and log in again. This action checks all groups that the user is a member of. (Simplest way)
  • Reset Kerberos Tickets cache (Hard way)

Reset Kerberos Tickets cache

笔记: This method will work only for network services supporting Kerberos authentication (as for example access to network printers). The services working only with NTLM authentication still require logoff and logon of a user or Windows restart.

You can get the list of groups the current user is a member of in the Windows PowerShell 或者 命令提示符 (指令管理系统) using the following command:

whoami /groups

or GPResult

gpresult /r

笔记: The list of groups a user is a member of is displayed in the section The user is a part of the following security groups.

Kerberos tickets can be reset without the restart of a computer using klist.exe. Klist is included in OS Windows since Windows 7.

Computer membership

1. Right mouse button click on 开始 按钮并运行 Windows PowerShell (Admin)(Also you can use cmd);

2. To reset the whole cache of Kerberos tickets on a computer and update the computer membership in AD groups, run the following:

klist -lh 0 -li 0x3e7 purge

笔记: 0x3e7 is a special identifier showing the session of the local computer (Local System).

After running the command and updating the policies, all policies assigned to the Active Directory group using Security Filtering will be applied to the computer.

User membership

1. Right mouse button click on the Start 按钮并运行 Windows PowerShell (Admin)(Also you can use cmd);

2. Reset all Kerberos tickets of the user with this command:

klist purge
标记:活动目录命令提示符 (指令管理系统)组策略Powershell视窗视窗 10
上一篇 如何更改 Windows 上的虚拟内存大小 10: Step-by-Step Guide
下一篇 如何修复Windows上的Microsoft Store错误0x80D03805 10
发表评论 发表评论

发表回复 取消回复

您的电子邮件地址不会被公开. 必填字段已标记 *

该网站使用 Akismet 来减少垃圾邮件. 了解您的评论数据的处理方式.

翻译

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
经过 Transposh - translation plugin for wordpress

热门帖子

Windows Server 的系统要求 2016
Windows服务器
配置管理器查询集合列表
配置管理器查询集合列表
configmgr
在经典团队网站的新式页面上启用结构化/托管导航
技术
SCCM 无法从 MP 获取预期版本的 DP 位置
configmgr

最近的帖子

在 Ubuntu 上安装和配置 Fail2ban 以实现 SSH 保护 24.04
Linux
在AlmaLinux上启用和配置FirewallD
Linux
AlmaLinux中的用户创建和SSH密钥设置
Linux
如何在AlmaLinux上重置密码
Linux

© 2023 进入IT

转到移动版本
欢迎回来!

登录您的帐户

用户名或电子邮件地址
密码

丢失密码?