fbpx
Active Directory PowerShell

DCDiag: How to Check Domain Controller Health using Powershell

DCDiag: How to Check Domain Controller Health using Powershell. DCDiag is a powerful command line tool used to diagnose problems with domain controllers in a Microsoft Windows Active Directory environment. We use it to check the health of domain controllers, identify errors or inconsistencies, and troubleshoot replication issues. DCDiag also helps administrators detect and resolve […]

Azure AD PowerShell

Get-MgUserMemberOf – List Group Memberships of Azure AD User PowerShell

Get-MgUserMemberOf – List Group Memberships of Azure AD User PowerShell. Have you been using Microsoft.Graph.Users PowerShell module and wonder how to use the Get-MgUserMemberOf cmdlet? This cmdlet lists the groups and directory roles to which an Azure AD user belongs.  In other words, you use the Get-MgUserMemberOf command to display a list of all the […]

Active Directory PowerShell

How to Setup and Manage Active Directory Password Policy

How to Setup and Manage Active Directory Password Policy. Organizations need a strong password policy now more than ever with the rise in cyberattacks throughout the globe. Sadly, hackers use users and administrators to access company networks, which results in security breaches and compliance failures. This article covers the development and upkeep of a solid […]

Active Directory PowerShell

Get Members of Active Directory Group and Export to CSV using PowerShell

Get Members of Active Directory Group and Export to CSV using PowerShell. The Windows PowerShell AD module is one of the most used modules for managing Active Directory (AD) domains and objects and retrieving data about users and computers. The AD module gathers several cmdlets used to control various objects, obtain AD group members, and […]