Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to implement the script of the AD log startup script nableKerbLog by vbs

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article will explain in detail how vbs implements the script nableKerbLog of the AD log opening script. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.

Dim wsObj Set wsObj = CreateObject ("Wscript.Shell") 'Add the LogLevel Value to Kerberos Key in Registry. On Error Resume Next WScript.Echo "Enabling Kerberos Logging..." WsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 1 Knowledge Consistency Checker", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 2 Security Events", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 3 ExDS Interface Events", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 4 MAPI Interface Events", 3 "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 5 Replication Events", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 6 Garbage Collection", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 7 Internal Configuration", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 8 Directory Access", 3 "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 9 Internal Processing", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 10 Performance Counters", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 11 Initialization/Termination", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 12 Service Control", 3 "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 13 Name Resolution", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 14 Backup", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 15 Field Engineering", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 16 LDAP Interface Events", 3 "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 17 Setup", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 18 Global Catalog", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 19 Inter-site Messaging", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 20 Group Caching", 3 "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 21 Linked-Value Replication", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 22 DS RPC Client", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 23 DS RPC Server", 3, "REG_DWORD" wsObj.RegWrite "HKLM\ SYSTEM\ CurrentControlSet\ Services\ NTDS\ Diagnostics\ 24 DS Schema", 3 The article "REG_DWORD" Set wsObj = Nothing WScript.Echo "- = [Complete!] = -" about how vbs implements the AD log startup script nableKerbLog "ends here. Hope that the above content can be helpful to you, so that you can learn more knowledge, if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report