Hello all,
Maybe a newbie question here but here is my problem, I send a request on powershell like this :
Get-ADUser -Filter {(Office -eq "something") -and (msRTCSIP-Line -like "tel:*")} | fl name, Office, msRTCSIP-Line
Fact is : the request sent me the valid names, but the fileds Office and msRTCSIP-Line are empty in the result of the cmd... When I check in the attribute editor of AD, the fields are filled with something.
What am I doing wrong ?
Thanks,