The Active Directory Users and Computer (ADUC) graphical snap-in is not the only tool for managing security groups in Active Directory. You can use simple PowerShell commands for day to…
Windows Server 2019
- PowerShellWindows 10Windows 11Windows Server 2019
How to Check .NET Framework Version Installed on Windows
October 25, 2023On Windows, you can install and run multiple versions of the .NET Framework at the same time. When developing or deploying a new application based on .NET libraries, sometimes you…
- PowerShellWindows Server 2019Windows Server 2022
Deploying Remote Desktop Services (RDSH) in a Workgroup (without Domain)
October 26, 2022This article describes how to install and configure a terminal server role Remote Desktop Session Host in a workgroup (without an Active Directory domain) and without any other additional roles…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019
Using GPResult Command to Check Applied GPOs and RSoP Data
May 11, 2023The GPResult.exe command-line tool is used to get a Resultant Set of Policy (RSoP) that is applied to a user and/or computer in an Active Directory domain. GPResult allows you…
- SQL ServerWindows Server 2012 R2Windows Server 2019
Configuring Always-On High Availability Groups on SQL Server
May 10, 2023In this article, we’ll walk you through a step-by-step guide on how to install and configure Always On Availability Groups on SQL Server running on Windows Server 2019, discuss failover…
- Active DirectoryPowerShellWindows 10Windows Server 2019
How to Convert SID to User/Group Name and User to SID
June 8, 2023SID (Security IDentifier) is a unique identifier that is assigned to users, groups, computers, or other security objects when they are created in Windows or Active Directory domain. Windows uses…
- Active DirectoryPowerShellWindows Server 2019
Get-ADUser: Find Active Directory User Info with PowerShell
April 3, 2023The Get-ADUser PowerShell cmdlet allows you to get information about an Active Directory user, its attributes, and search among domain users. It is one of the more popular PowerShell cmdlets…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019
Display System Information on Windows Desktop with BgInfo
February 27, 2023If you manage a large number of servers or workstations running Windows, sometimes it is useful to display basic information about the operating system and environment right on the Windows…
- PowerShellWindows 10Windows Server 2019
PowerShell: Get, Modify, Create, and Remove Registry Keys or Parameters
January 19, 2022The Registry Editor (regedit.exe) and the reg.exe command-line utility aren’t the only tools to access and manage the registry in Windows. PowerShell provides a large number of tools for the…
- Group PoliciesWindows 10Windows 11Windows Server 2019
How to Hide or Show User Accounts from Login Screen on Windows 10/11?
February 27, 2023By default, the login screen on Windows 10/11 and Windows Server 2019/2016/2012R2 displays the account of the last user who logged in to the computer. You can configure different behavior…