Hello want the user details with below properties; tried with Get-mailbox and Get-mailboxstatistics but not getting all the details .. Can some please help Thanks
DisplayName, RealName, Alias, SAMAccountName, Title, Department, Office, Database, UseDBDefaults, TotalItemSize (Bytes), StorageLimitStatus
get-mailbox -ResultSize Unlimited | ft DisplayName,RealName,Alias,SAMAccountName,Title Department,Office,Database,UseDBDefaults,TotalItemSize (Bytes),StorageLimitStatus