I'm writing a Powershell 5.0 script with a form in which the user can optionally select an AD object.
Upon clicking a button, I need to present them with the "AD Object Picker" dialog (I'm not sure if that's what it's called), eg:
...and store their selected object in a variable.
I'm not sure how to properly call this dialog in Powershell as I don't even know what it's officially named (which makes researching it difficult), let alone if there's a .NET control or wrapper for it.
Can you show me a method to call up this dialog (and what the darned thing is actually called)?
