i'm working on pulling user attributes from an ADAM environment, specifically i need 'manageddepartmentnumber' and 'manageddepartment.' after hours though, i'm still at a loss of what's the best way to pull this information??
currently attempting
Connect-QADService -service 'directory.blah.com'
Get-QADUser -Name 'sam*'
this ofcourse... doesnt work. Any help is greatly appreciated.
Thanks