We are trying to run:
get-aduser username -Properties * | select name, publicDelegates, publicDelegatesBL
But the output only returns Microsoft.ActiveDirectory.Management.ADPropertyValueCollection, despite knowing there are delegates setup.
Is there anyway round this? I dont understand why it doesnt return the correct information. I did wonder if its perhaps because there are a number of entries in both fields?
Do you see the property in there?
I know some properties won't show if they have empty values
what happens when you pipe get-aduser username -properties * | get-member