Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-ADDBAccount: LAPS passwords #124

Open
modem2k2 opened this issue Jul 29, 2021 · 5 comments
Open

Get-ADDBAccount: LAPS passwords #124

modem2k2 opened this issue Jul 29, 2021 · 5 comments
Assignees

Comments

@modem2k2
Copy link

I have been testing the tool in my AD environment with LAPS enabled on many machines, although Get-ADDBAccount it works perfectly on my ntds.dis does not seem to be able to extract the clear credentials associated with the local Administrator computer accounts (stored under ms-MCS-adminpwd ). I think it would be an interesting feature and there is no tool right now that allows to do this.

@MichaelGrafnetter
Copy link
Owner

Hi @modem2k2 yes, that would be nice and I actually already thought about adding such feature.

@arsalanaltaf432
Copy link

arsalanaltaf432 commented Oct 3, 2022

Does DSInternals support getting password hash from Azure Active Directory(AAD)? (In AAD password hash are stored in SHA256)

@MichaelGrafnetter
Copy link
Owner

Does DSInternals support getting password hash from Azure Active Directory(AAD)? (In AAD password hash are stored in SHA256)

It's PBKDF2 actually and nope, there is no publicly available API for retrieving hashes from AAD.

@arsalanaltaf432
Copy link

arsalanaltaf432 commented Oct 4, 2022

Does DSInternals support getting password hash from Azure Active Directory(AAD)? (In AAD password hash are stored in SHA256)

It's PBKDF2 actually and nope, there is no publicly available API for retrieving hashes from AAD.

Thanks Michael. I have one more question does DSInternals support remote calls or it just works locally for Active Directory?

@MichaelGrafnetter
Copy link
Owner

Thanks Michael. I have one more question does DSInternals support remote calls or it just works locally for Active Directory?

Depends on what command you are asking about, as there are 30+cmdlets in DSInternals and some of them work with local backups of AD data and others communicate with DCs remotely over the network. See the documentation.

I'd be happy to answer any other questions you might have, but just please open new threads/issues, if they are unrelated to LAPS support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants