Update to AADConnect Network Communications Test

It’s been a few months since I’ve updated this tool, but feedback from two individuals led me to a couple of small updates:

  • Updated the method by which domain controllers are selected for testing.  Previously, I just used the $env:LOGONSERVER variable to find the authenticating DC and didn’t actually use any of the other DCs in site (any of which AAD Connect can bind to). 
[ Continue reading ]

Announcing: Workflow Automation with Microsoft Power Automate, Second Edition

I’m super excited to announce another forthcoming title: Workflow Automation with Microsoft Power Automate, Second Edition!

Workflow Automation with Microsoft Power Automate - Second Edition

I’ve updated the second edition to reflect our new terminology and UI enhancements as well as introduced working with Robotic Process Automation (RPA), Microsoft Graph via the HTTP connector, and a sample of AI Builder sentiment analysis.… [ Continue reading ]

Update to AADConnect Network Communications Test

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.… [ Continue reading ]

Creating a Symlink on Windows 11

So, I finally got a new device and have been getting it set up the way I use it.

I still do a lot of scripting between authoring, customer assistance, and tooling for the general public.  While I do store all of my scripts in OneDrive, having to navigate to \Users\<username>\OneDrive - Microsoft\Scripts is a pain when you need to do it frequently.… [ Continue reading ]