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,…