The 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 to display a list of domain policies (GPOs) that are applied to the computer and user, policy settings, GPO processing time and errors. It is the most commonly used administrator tool for analyzing settings and troubleshooting Group Policy issues in Windows.
If you have installed an evaluation (trial) Microsoft SQL Server edition, note that this MSSQL instance will work only for 180 days. Then you must either stop using this instance…
- ExchangeMicrosoft 365Office 365Outlook
Disable Outlook Mailbox Auto-Mapping in Exchange/Microsoft 365
February 10, 2023The Mailbox Auto-Mapping feature in on-premises Exchange Server and Exchange Online (Microsoft 365) is used to automatically connect shared mailboxes to an Outlook profile. When Outlook starts, it gets a…
- ExchangeMicrosoft 365PowerShell
How to Connect and Manage Exchange Online with PowerShell
April 27, 2022PowerShell is a primary administration tool both for on-premises Exchange Server organizations and cloud-based Exchange Online in Microsoft 365. In this article, we’ll show how to install the Exchange Online…
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…
- 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…
- 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…