Decode Windows userAccountControl flags.
Project description
MSuacCalc
msuaccalc is a lightweight Python module to decode userAccountControl flags used in Active Directory (AD) user objects.
Installation
pip install msuaccalc
Or with Poetry:
poetry add msuaccalc
Usage
As a Python module
import msuaccalc
# Decode UAC value
print(msuaccalc(66048))
# Output: ['NORMAL_ACCOUNT', 'DONT_EXPIRE_PASSWORD']
CLI (after installation)
msuaccalc 66048
# Output: ['NORMAL_ACCOUNT', 'DONT_EXPIRE_PASSWORD']
Flags Reference
Based on Microsoft documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
msuaccalc-0.1.0.tar.gz
(1.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file msuaccalc-0.1.0.tar.gz.
File metadata
- Download URL: msuaccalc-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
009e1ae8619eb41c035682c702cec210d412970e5fff6247bd2996929a04a986
|
|
| MD5 |
33172ea1f61976b1c7841e14e0c5a5e0
|
|
| BLAKE2b-256 |
2101777c0eda87d673632a365737816e5ec8b03b332efa90d57ff95db5782b1d
|
File details
Details for the file msuaccalc-0.1.0-py3-none-any.whl.
File metadata
- Download URL: msuaccalc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f116b59170b85d04077baa2b8fa50e536536909176d1fe5c44653858eebeb72b
|
|
| MD5 |
faa24b1339f755f835bfc550f8cea8ea
|
|
| BLAKE2b-256 |
5484ec6c27ae38a0946f44191e7054b44a827cd9e95681661a41584875a47e10
|