You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an included OU has been removed from AD (or moved), Get-OrganizationalUnitHierarchy fails when calling FindAll. Need to either test for existence first, or handle the exception. Should probably just ignore it. As a workaround, the Inclusion OU list is updated and the offending OU removed when re-visiting the "containers" selection screen on the MA.
The text was updated successfully, but these errors were encountered:
Thanks @kcrosby! I'll keep this open as a know issue and workaround. The whole codebase needs upgrade to PowerShell 3.0 at the minimum, so if someone from the community is willing to spend efforts on the upgrade, they can fix this and other previously reported issues as well.
This is much more than that! At a high level this is discussed in Issue #21. There are also various bugs and bugfixes reported that can be incorporated as well.
When an included OU has been removed from AD (or moved), Get-OrganizationalUnitHierarchy fails when calling FindAll. Need to either test for existence first, or handle the exception. Should probably just ignore it. As a workaround, the Inclusion OU list is updated and the offending OU removed when re-visiting the "containers" selection screen on the MA.
The text was updated successfully, but these errors were encountered: