Windows Event Viewer Logs store useful information that is needed when analyzing the status of services and applications in Windows, troubleshooting errors, and auditing security events. By default, the sizes…
Windows Server 2019
- Group PoliciesPowerShellWindows 10Windows Server 2019
How to Detect Who Changed the File/Folder NTFS Permissions on Windows
June 8, 2023In some cases, the administrator needs to find out which process (program) or user has changed the NTFS permissions on a specific folder or file on a Windows file server.…
- Active DirectoryWindows 11Windows Server 2016Windows Server 2019Windows Server 2022
Enable Single Sign-On (SSO) Authentication on RDS Windows Server
May 23, 2023Single Sign-On (SSO) allows an authenticated (signed-on) user to access other domain services without having to re-authenticate (re-entering a password) and without using saved credentials (including RDP). SSO can be…
- Active DirectoryGroup PoliciesWindows Server 2016Windows Server 2019
Allow Non-admin Users RDP Access to Windows Server
May 23, 2023By default, the RDP access to the desktop of Windows Server member servers or Active Directory domain controllers are restricted to users added to the local Administrators or Domain Admins…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Create, Change, and Remove Local Users or Groups with PowerShell
June 8, 2023You can use the built-in PowerShell module, Microsoft.PowerShell.LocalAccounts, to manage local users and groups in Windows. This module allows you to create or delete local users and security groups, and…
- PowerShellWindows 10Windows 11Windows Server 2019
View Success and Failed Local Logon Attempts on Windows
May 2, 2023When investigating various incidents, an administrator needs to know who logged on to a particular Windows computer and when. You can get a history of user logons in a domain…
- PowerShellWindows 10Windows 11Windows Server 2019
Querying Windows Event Logs with PowerShell
May 2, 2023The Windows Event Log is an important tool for administrators to track errors, warnings, and other information reports that are logged by the operating system, its components, or programs. You…
- Active DirectoryGroup PoliciesWindows 10Windows 11Windows Server 2019Windows Server 2022
Configure Windows LAPS (Local Administrator Passwords Solution) in AD
September 8, 2023Windows LAPS (Local Administrator Password Solution) allows you to centrally manage the passwords for the local administrators on the computers in your AD domain. The current local administrator password is…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
How to Integrate Security Updates into Windows Image (ISO/WIM)
June 8, 2023In order to ensure that the Windows image that you deploy to computers in your network always has the latest security updates, you can add new update packages to your…
- PowerShellWindows Server 2016Windows Server 2019
Configuring DNS Conditional Forwarding and DNS Policies on Windows Server
April 17, 2023In this article, we will look at two ways to organize conditional name resolution in a DNS server on Windows Server 2016/2019/2022: DNS Conditional Forwarding and DNS Policies. These technologies…