Michael Grafnetter

Results 94 comments of Michael Grafnetter

@limp15000 That still seems to be an unrelated exception. Please check the $Error variable for the exception with the "Currency not on a record" message (which should of course be...

Thanks @joef12345 and @limp15000 for testing. I have to admit that I have not tested DSInternals with the most recent builds of Windows Server 2016, nor 2019. Your error descriptions...

Thanks, @PrzemyslawKlys , for confirming that the online cmdlets work fine with 2016. The offline ones are trickier, as they leverage much more totally undocumented stuff.

@joef12345 Thanks. Or you could create an IFM backup which uses Volume Shadow Copy on a running DC. The bad thing is that if the problem persists, I probably won't...

Thanks @joef12345 . So the DB was not in a clean state and the API did not detect it. Strange. It seems like broken index then. I just wonder if...

Hello @ThalesVinayak , are you please able to replicate the bug in a test environment? From what Windows Server version are you replicating the data?

Hello @ThalesVinayak , I still was not able to replicate this issue. I received a similar report yesterday and it seems to be caused by a non-US version of Windows...

Well, anything is possible in PowerShell, you just need to script it. Depending on your exact needs, you could do something like this: ```powershell $results = Get-ADReplAccount -All -Server DC01...

Hi @gw1966 , Test-PasswordQuality is currently only storing strings (SamAccountName), so I would need to rewrite some portions of it. But it is a good idea. In the meantime, you...