by Edward van Biljon | Sep 16, 2024 | Azure, Active Directory, Exchange Online PowerShell, Office 365 PowerShell, PowerShell
Understanding the Error The ‘get-mgserviceprincipal: insufficient privileges to complete the operation’ error is a common issue encountered by users of PowerShell, particularly when handling Microsoft Graph service principals. This error primarily...
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 | 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...