https://github.com/thestaticturtle/dnuserviewer
DNUserViewer is a simple query tool to see information about a user on an Active Directory server
https://github.com/thestaticturtle/dnuserviewer
active-directory csharp dotnet ldap
Last synced: 21 days ago
JSON representation
DNUserViewer is a simple query tool to see information about a user on an Active Directory server
- Host: GitHub
- URL: https://github.com/thestaticturtle/dnuserviewer
- Owner: TheStaticTurtle
- License: mit
- Created: 2021-07-22T13:40:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T14:17:28.000Z (almost 5 years ago)
- Last Synced: 2026-03-01T22:49:43.697Z (3 months ago)
- Topics: active-directory, csharp, dotnet, ldap
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNUserViewer
DNUserViewer is a simple query tool to see information about a user on an Active Directory server

It also allow to export the data as a json file.
DNUserViewer tries to autoconvert data, for instance the LDAP timestamps are converted to localtime ( but the raw value is saved in a field of the same name with `_RAW` appended), it also converts normal GMT datetimes to localtime (Whilst still keeping the original value id a `_GMT` field)
# License
This little tool is licensed under MIT see the [LICENSE](https://github.com/TheStaticTurtle/DNUserViewer/blob/master/LICENSE) file