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 […]
Get-ADUser Filter OU – List Users from a Specific OU. Do you need a quick and efficient way to list all the users that belong to a specific Organizational Unit (OU) in Active Directory (AD)? Look no further than the Get-ADUser commandlet. This versatile PowerShell cmdlet has a Filter parameter that determines which users in an […]
Create Active Directory Logon Reports with PowerShell. As we know, auditing in an Active Directory (AD) environment is crucial for security. It is vital to find out what the user has done and which system they logged in to. Therefore, one of the essential tasks most administrators are dealing with nowadays is finding where a […]
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, […]
How to – Office 365 to Office 365 Migration (Step by Step). Moving from one Office 365 environment to another demands careful planning and execution to ensure a seamless transition without compromising data integrity. This comprehensive guide outlines the step-by-step process for an Office 365 cross-tenant mailbox migration, emphasizing essential stages. By following these detailed […]
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 […]
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 […]