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 invoking an access rule where it tries to create a new access rule, it resolves that accessrule identity using Convert-Principal.
When translating a name fails, it falls back to using Get-ADObject with an ldap filter.
If that fails to find an object, it will return empty and not lead to an error.
Following that, the access rule creation fails with a constructor error, as it gets a null-identity!
The text was updated successfully, but these errors were encountered:
When invoking an access rule where it tries to create a new access rule, it resolves that accessrule identity using Convert-Principal.
When translating a name fails, it falls back to using Get-ADObject with an ldap filter.
If that fails to find an object, it will return empty and not lead to an error.
Following that, the access rule creation fails with a constructor error, as it gets a null-identity!
The text was updated successfully, but these errors were encountered: