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
It wold be great, if there was an easy way to read UserAccountControl. I know you probably can read them as an int and convert them with the magic numbers etc. However, that requires me to maintain custom logic for that, which could be implemented in a library like this.
It wold be great, if there was an easy way to read UserAccountControl. I know you probably can read them as an int and convert them with the magic numbers etc. However, that requires me to maintain custom logic for that, which could be implemented in a library like this.
https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/useraccountcontrol-manipulate-account-properties
E.g. like this to define a start for the most common ones:
Or see https://stackoverflow.com/questions/10231914/useraccountcontrol-in-active-directory?rq=3
The text was updated successfully, but these errors were encountered: