Michael Grafnetter

Results 101 comments of Michael Grafnetter

Yes, upgrading to a new version of the library is in my TODO list. On the other hand, it is currently only used for parsing values generated by Microsoft's code...

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

> 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...

> 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...

Hello @DiPersiaTech , line wrapping depends solely on the configuration of your terminal window, which is profile-specific. You should be able to bypass it by piping the output to the...

Interesting. Looking into the [source file](https://github.com/MichaelGrafnetter/DSInternals/blob/master/Src/DSInternals.PowerShell/Views/DSInternals.DSAccount.ExportViews.format.ps1xml), there is only a space.

I am currently working on this feature. Registering a new security key is way more difficult than removing an existing one.

I am repeating myself, but the command does not accept `$null` and your `$newCreds` variable is `$null`. At least that is what the error message says. I therefore asked you,...

So it is resolved then. You are able to unregister a single FIDO2 key or all keys at once using DSInternals. As already said several messages ago, I am currently...