No announcements
Found 2343047 threads
-
0 Votes
Get-MailboxStatistics for an Office 365 mailbox returns MailboxLocation was not found when using GUID for the identity
get-mailboxstatistics -identity efc9490f-345b-4944-a391-06138fe746d3 MailboxLocation was not found for id "James Martin".Answered | 6 Replies | 5578 Views | Created by paulj2 - Tuesday, January 3, 2017 8:52 PM | Last reply by Winnie Liang - Tuesday, January 10, 2017 1:58 AM -
0 Votes
get-mailboxstatistics -identity doesnt' work on a disconnected mailbox
Get-DisconnectedMailbox will give you the list of disconnected mailbox.Answered | 2 Replies | 4354 Views | Created by Minniti Sergio - Friday, January 11, 2013 2:20 PM | Last reply by Zi Feng - Monday, January 14, 2013 6:11 AM -
0 Votes
Return result on both Get-Mailbox, and Get-MailboxStatistics
#have no exchange on my MAC at the moment( ;-) ), butif u can use the guid like that "Get-MailboxStatistics ExchangeGuid" than the below might work...Answered | 2 Replies | 26547 Views | Created by AiyaThomas - Wednesday, May 4, 2011 3:52 AM | Last reply by Shay Levi - Wednesday, May 4, 2011 7:47 AM -
0 Votes
Pipeline get-mailbox and get-mailboxstatistics
Get-Mailbox -filter {name -like "test*"} |%{$_.name +";"+ $_.displayname + ";" + (Get-MailboxStatistics ...Answered | 7 Replies | 8635 Views | Created by Naveed Siddiqi - Thursday, March 13, 2014 6:49 AM | Last reply by Naveed Siddiqi - Thursday, March 13, 2014 8:07 AM -
0 Votes
combining Get-Mailbox | Get-MailboxStatistics
Get-MailboxStatistics -Server sbs01|select DisplayName,TotalItemSize ¯\_(ツ)_/¯Answered | 2 Replies | 962 Views | Created by chinpohpang851 - Monday, February 9, 2015 3:20 AM | Last reply by jrv - Monday, February 9, 2015 4:13 AM -
1 Votes
get-mailboxstatistics and disconnected mailboxes
Yeh, that's true, it takes time to believe when entire method is changed to manage the environment but trust me, Exchange 2007 PowerShell has even better capability and easier way to ...Answered | 4 Replies | 11136 Views | Created by d42d01 - Friday, February 27, 2009 2:11 PM | Last reply by Amit Tank - Saturday, February 28, 2009 2:31 PM -
2 Votes
Recover a list of Deleted Mailboxes in Office 365 Exchange using powershell
When you delete an Exchange Online mailbox using the Shell, the corresponding Office 365 user is deleted and removed from the list of ...Answered | 9 Replies | 48546 Views | Created by blacksten - Tuesday, October 6, 2015 3:49 PM | Last reply by Vasil L. Michev - Wednesday, October 7, 2015 7:39 PM -
1 Votes
Combining get-mailbox and get-mailboxstatistics
Using just get-mailboxstatistics will not be sufficient as I also need to get department and country.Answered | 4 Replies | 6103 Views | Created by Alfogeek - Wednesday, October 12, 2016 7:43 AM | Last reply by Lynn-Li - Thursday, October 13, 2016 5:17 AM -
0 Votes
Get-MailboxStatistics vs Get-Mailbox
Hi, Get-MailboxStatistics seems to list SystemMailbox and mailboxes which have been moved (an old copy still ...Answered | 2 Replies | 4504 Views | Created by kotfare - Friday, January 13, 2012 7:36 PM | Last reply by John Grenfell - Friday, January 13, 2012 9:10 PM -
0 Votes
Export Office 365 Mailbox
How to Export Office 365 Mailbox to .PST as an Admin?Answered | 6 Replies | 2938 Views | Created by Keith P Mills - Wednesday, February 10, 2016 8:47 PM | Last reply by - Wednesday, September 6, 2017 1:13 PM -
0 Votes
PowerShell Get-MailboxStatistics - Convert to MB
The "Value" property is not returned when querying Exchange remotely.Answered | 4 Replies | 5527 Views | Created by jac.chr - Thursday, April 27, 2017 8:28 AM | Last reply by jac.chr - Thursday, April 27, 2017 4:29 PM -
0 Votes
Combining Get-ADUser with Get-Mailbox and Get-MailboxStatistics
It is pulling the mailbox info for each of those accounts pulled using Get-ADUser that is the problem.Answered | 3 Replies | 7145 Views | Created by IT 4 Life - Friday, September 23, 2016 12:04 AM | Last reply by Niko.Cheng - Monday, September 26, 2016 9:05 AM -
1 Votes
get-mailbox vs get-mailboxstatistics
Hi,SK, Have you ever moved the user mailbox from one server to another server?Answered | 2 Replies | 2139 Views | Created by SK l - Monday, December 24, 2012 1:30 AM | Last reply by Sharon.Shen - Tuesday, December 25, 2012 7:42 AM -
0 Votes
Get-MailboxStatistics
c:\SG1.txt # This extra FT serves no purpose that I can see Now, the following should give you what you want.Answered | 1 Replies | 1660 Views | Created by sphilip14 - Thursday, April 2, 2015 8:11 AM | Last reply by Will Martin, PFE - Thursday, April 2, 2015 1:48 PM -
0 Votes
Office 365 powershell to inventory mailbox size and lastlogon.
Visit the dedicatedAnswered | 8 Replies | 4009 Views | Created by EdKC - Thursday, April 12, 2018 6:54 PM | Last reply by EdKC - Thursday, December 5, 2019 5:11 PM -
1 Votes
How to verify the Office 365 online archive mailbox auto expanding working or not
From above, we can know that Office 365 need consume some time to expand the additional storage space: So, I would suggest you keep waiting for ...Answered | 6 Replies | 1985 Views | Created by Nagarajan Kolappan - Tuesday, March 17, 2020 1:05 PM | Last reply by Kyle.Xu - Friday, March 27, 2020 9:07 AM -
2 Votes
Get-LogonStatistics v.
If you receive "WARNING: There is no data to return for the specified mailbox 'm682122m', because it has not been logged on to.Answered | 8 Replies | 15713 Views | Created by Tertius - Thursday, July 21, 2011 6:32 PM | Last reply by vaibhavsd - Tuesday, December 6, 2011 2:16 PM -
0 Votes
Combining get-mailbox with get-mailboxstatistics output
Hi, Just as Ed's advise, you have to use script to combine the results of two cmdlets, because the results you want have to use two cmdlets to get.Answered | 3 Replies | 1876 Views | Created by Buzz Saw - Wednesday, March 20, 2013 3:09 PM | Last reply by wendy_liu - Monday, April 1, 2013 2:42 AM -
1 Votes
Why is "Get-MailboxStatistics -Database XXX" not reporting accurately on the mailboxes from that database?
Running the Get-MailboxStatistics -database XX | where {$_.Disconnectreason -ne "$null" }| measure -line command returned more that 4000 soft ...Answered | 3 Replies | 6594 Views | Created by runBy - Friday, November 25, 2011 7:23 PM | Last reply by runBy - Monday, November 28, 2011 8:06 PM -
1 Votes
Resource Mailbox creation using Exchange 2013 in a hybrid environment with Office 365
Did you move the mailbox to Office 365 afterward?Answered | 14 Replies | 15642 Views | Created by Roger2014 - Tuesday, February 13, 2018 1:28 PM | Last reply by Allen_WangJF - Thursday, March 1, 2018 2:20 AM - Items 1 to 20 of 2343047 Next ›
No announcements