Hi, I am newbie to PowerShell. I am trying to get some mailbox properties of all users with their Department info but i can get either mailbox properties with Exchange PowerShell or user properties.
The exact thing i am trying to do is getting a list of all users with these properties: DisplayName,Alias,MaxSendSize,MaxReceiveSize,Department
but i fail as normally with this command: get-mailbox | Select DisplayName,alias,MaxSendSize,MaxReceiveSize
Thanks in advance. |