When I run this line in Powershell, for example
get-aduser someUserName -properties department | select department
I get these results:
department
----------------
Information Technology
I would like to just get the following:
Information Technology