Update to AADConnect Network Communications Test

5/5 - (2 votes)

Today’s a bugfix day! Woo!

One of my peers, @DerrickBaxter, brought a few issues to my attention that I resolved:

  • Updated password write-back endpoints
  • Updated syntax for checking for RODCs
  • Error resolving Administrator Roles
  • Failing Azure AD Credential check functionality that logged both failure AND success

I’ve also updated a few other things, including updating the checks for DCOM/OLE permissions, trusted sites, and execution policies.

It’s located in the PowerShell Gallery (https://www.powershellgallery.com/packages/AADConnect-CommunicationsTest/4.4).

You can install it on a target machine using:

Install-Script -Name AADConnect-CommunicationsTest

You can also update an existing installation:

Update-Script -Name AADConnect-CommunicationsTest

Cheerio!