Active Directory Security Automation with PowerShell. PowerShell offers a vast collection of built-in commands-cmdlets to facilitate the management of system components. With its integration into the .NET Framework, PowerShell allows accessing to a wide range of functionalities, and and it interacts with various Windows components and services. It’s integration with various Microsoft products and services, […]
Remove (Demote) Domain Controller from Active Directory (Guide). Once we install new domain controllers (DC), a point arises where it becomes necessary to eliminate or, more precisely, demote the existing domain controller. We must do more than turn off old or unused DCs; we must decommission and disconnect them from the domain properly. We explain […]
Secure Collaboration in Office 365: Manage External Sharing & Guest Access. Do you need to secure your organization’s collaboration with external guests in Office 365? This article provides the steps and resources for managing external sharing and guest access in Microsoft 365. To provide you with options, I divided the article into 2 parts. Firstly, […]
Automating Azure AD Auditing PowerShell: Simplifying Log Analysis. Do you want to simplify Azure AD auditing by automating it with PowerShell? We guide you through the various ways to accomplish this, starting with an overview of Azure AD auditing. In the overview section, explain the Azure Active Directory audit and sign-in logs and the information […]
Managing Azure AD Applications with PowerShell. Do you need help automating and managing Azure AD applications with Windows PowerShell scripts? This article provides you with the PowerShell scripts to automate the provisioning of Azure AD apps. A major part of Azure AD app management is creating new apps. So, we start off by demonstrating how […]
How to Automate Azure AD RBAC Role Management with PowerShell. Do you want to learn the automation and management of Azure AD Role-based access control with PowerShell? Whether you’re new to PowerShell or a pro, after reading this article you’ll know to automate Azure RBAC roles using PowerShell. Azure has built in roles with pre-defined […]
Find Nested Groups & Members in Active Directory with PowerShell. Do you need to find nested groups and members in Active Directory using PowerShell? This article is your hands-on guide. But first, what is a nested group, and why do we need to explain how to use PowerShell to find their members? We answer this […]
Get-AzureADGroup: PowerShell Group Reporting Filter Examples. Do you need help using the Get-AzureADGroup PowerShell command-let to report on Azure AD groups? This article teaches you all you need to know about this AzureAD cmdlet with examples. We start with a quick overview of the cmdlet. The overview section also discusses the syntaxes and parameters of […]
Managing Azure AD Devices with PowerShell. To manage Azure Active Directory (AD) devices with PowerShell provides a powerful and efficient way to streamline device management tasks. Administrators automate device provisioning, configuration, and monitoring with PowerShell cmdlets specifically designed for Azure AD. Through PowerShell, admin easily perform tasks such as enrolling devices, setting device policies, retrieving […]
New-MgGroupMemberByRef – Add Users to Azure AD Group using Powershell. Do you want to simplify the process of adding users to Azure Active Directory Groups in your Azure tenant? Look no further as we introduce New-MgGroupMemberByRef, a powerful yet straightforward command to add users to Azure AD Groups via the Microsoft Graph PowerShell module. This […]