Suppose i was selecting only a particular property from a pipeline output , but i just want the data which excludes the property name label is it possible ?
Example : Get-mailbox xyz@abc.com | select servername
the output is in the following format :
servername
----------------
mbx1.abc.com
Instead of that i just want mbx1.abc.com to be in the output without servename .