-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
DSAccount XML Serialization #96
Comments
Hi @arnydo , for this to work, one would have to implement XML serialization in the DSAccount class and its subclasses. The default one does not go deep enough. |
Good point. Trying to compare against HIBP list and didn't want to lug the 20+ GB file around. Thank you! |
It is recommended to have a dedicated Privileged Access Workstation for this purpose. In a multi-forest environment, you could either use BTW, I am working on cross-domain password duplicate discovery using |
This would be great. Looking forward to it! Considering the security implications for the proposed task...this issue can be closed, unless you had another idea. Thanks again. |
Well, I still want to implement Export-CliXml support, because I have never done such thing and I want to learn how to do it. So I will leave this issue open as a reminder for myself. |
Working on auditing multiple domains and exported the results of
Get-ADReplAccount
via... | Export-CliXML report.xml
.Upon importing the XML and piping to
Test-PasswordQuality
the following error is received.The only difference I can see between the original object and the imported XML object is that the XML version is deserialized.
Is there any way that we can follow this process to import saved XMLs and then pipe them to
Test-PasswordQuality
?Full process:
The text was updated successfully, but these errors were encountered: