A new native package manager, WinGet (Windows Package Manager), appeared on Windows 10 and 11. You can use it to install apps from the command prompt (similar to Linux package…
Using PowerShell for System Administration and Automation Tasks
- 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…
- AzureMicrosoft 365PowerShell
Using Microsoft Graph API to Access Azure via PowerShell
November 30, 2021Microsoft Graph API allows you to access any objects in the Azure AD (Microsoft 365) tenant using a single REST API point (https://graph.microsoft.com). You are likely to think that it…
- AzureMicrosoft 365PowerShell
Get User or Group Creation Date in Azure AD (or MS365) with PowerShell
February 20, 2023In this article, we’ll show how to get a date when a user or group was created in Azure AD or Microsoft 365 using PowerShell.
- 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 DirectoryAzureMicrosoft 365PowerShell
Configuring UserPrincipalName and UPN Suffixes in Active Directory
April 18, 2022In this article, we’ll look at what UPN (UserPrincipalName) suffixes in Active Directory are, how to add alternative suffixes in an AD forest, and change UPN suffixes of Active Directory…
- 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…
- Active DirectoryPowerShellWindows Server 2016Windows Server 2019
How to Enable DNS Query Logging and Parse Log File on Windows Server?
February 20, 2023In this article, we’ll show how to enable DNS logging for all user queries on a DNS server running Windows Server, how to parse and analyze DNS logs. I faced…
- Active DirectoryPowerShellWindows Server 2019Windows Server 2022
Install and Configure a Read-Only Domain Controller (RODC) on Windows Server 2019/2022
September 7, 2023The read-only domain controller (RODC) feature was first introduced in Windows Server 2008. The main purpose of the RODC is the secure installation of the own domain controller in remote…
Current Windows versions collect information about the health of hard drives in your computer via SMART and may notify a user in case of any problems. Let’s see what a…