Add users to AD Group based on office location with Powershell

Recently i did some work for an organisation which was based out of an 8 story building. They advised me that one of the things that they needed my help with, is automating the distribution list that users get added to based on their office location. The office location attribute they were referring to was…

How to remove Proxy Addresses using Powershell

There is a requirement as part of domain migrations, that none of the domains being released can be referenced in the ProxyAddresses attribute using SIP or SMTP. In order to tackle this requirement I created a powershell script to remove the proxy addresses that use any of the domains which are being removed as part…

How to export SIP and SMTP proxy addresses with powershell

As part of a domain migration, there is a requirement that none of the domains being migrated can be referenced within a SIP or SMTP attribute in AzureAD or the “release” of the domain wont go through. One of these attributes which can contain these addresses is the “proxyaddresses’ attribute in AD. As a result,…