Hi Beal, Tony A •
Here’s the quick way to grab the OU path for an AD group. Open up Active Directory Users and Computers, find the group you’re targeting, right‑click it, and hit Properties. From there, jump into the Attribute Editor tab (you might need to enable “Advanced Features” under the View menu first). Look for the attribute called distinguishedName that string is basically your OU path. It’ll look something like CN=FirewallGroup,OU=Security,DC=corp,DC=contoso,DC=com. That’s the exact path you can plug into your firewall update script or policy. I hope this information can help you solve the problem.