by Edward van Biljon | Apr 19, 2024 | PowerShell, Active Directory
Removing an Extension Attribute from an Account in Active Directory using PowerShell In this blog post, we will discuss how to remove an Extension Attribute from an account in Active Directory using PowerShell. Extension Attributes are custom attributes that can be...
by Edward van Biljon | Apr 18, 2024 | PowerShell, Active Directory
Introduction to Active Directory and PowerShell Active Directory is a directory service developed by Microsoft for Windows domain networks. It is used to manage and organize resources such as users, computers, and groups within a network. Active Directory provides a...
by Edward van Biljon | Apr 4, 2024 | PowerShell
PowerView is a module in the PowerSploit framework that was created by Will Schroeder. This module was designed specifically for penetration testers and red teamers to assist in gathering information about an Active Directory environment. It provides a wide range of...
by Edward van Biljon | Dec 11, 2023 | PowerShell, Active Directory, PowerShell ISE, PowerShell V7, Windows Server 2016 PowerShell, Windows Server 2019 PowerShell, Windows Server 2022 PowerShell
If you are running Service Accounts, having them not expire is something many admins want set because some applications stop working that use them if the password keeps changing. Applications such as System Center Configuration Manager (SCCM) or System Center...
by Edward van Biljon | Oct 19, 2022 | Windows Server 2019 PowerShell
I was tasked with updating a number of mobile numbers in Active Directory and the easiest way that this was accomplished was by using a CSV file and PowerShell. The CSV consisted of two columns. One for the UPN and another for the mobile number. With any script, I...