by Wesley Ellis | Apr 29, 2024 | Active Directory, Azure, Directory Services, IT Administration, Organizational Units
Introduction: This post provides a PowerShell script that automates the creation of a “Tier 2” Organizational Unit (OU) in Active Directory, along with several sub-OUs and a management group. It also configures custom Access Control Lists (ACLs) for the OU...
by Wesley Ellis | Dec 4, 2023 | Active Directory, Azure, Intune, IT Management, Mobile Device Management
Active Directory (AD) management is an essential aspect of system administration, ensuring the security and efficiency of network operations. Today, I’m sharing a PowerShell script that simplifies the task of retrieving crucial information about service accounts...
by Wesley Ellis | Oct 2, 2023 | Active Directory, Directory Services, IT Security, Management Delegation, Past Projects
Introduction: This post outlines a PowerShell script designed to create and configure a delegation group for Tier 0 management within Active Directory. This delegation group is assigned specific permissions and access control lists (ACLs) to manage critical...
by Wesley Ellis | Sep 7, 2023 | Active Directory, Automation, CSV Export, Directory Services, IT Management
Introduction: This post outlines a PowerShell script designed to export Organizational Units (OUs) from Active Directory into a CSV file. This can be particularly useful for administrators needing a detailed list of OUs for auditing or documentation purposes....
by Wesley Ellis | Aug 14, 2023 | Active Directory, Device Management, IT Automation, PowerShell, Scripts
Overview This PowerShell script automates the deletion of computer objects from Active Directory based on a list of device names. It reads the device names from a specified text file and attempts to delete each corresponding computer object from AD, while logging the...