Adventures in Exchange
Menu
  • Home
  • About
  • Download links
A blog about exactly that
Browse: Home » 2015

Determine whether a user has an online archive using PowerShell

September 20, 2015 · by dave.webb · in Exchange 2010, Exchange 2013, PowerShell Commands

A user posted a question on Windows 2012 Forums asking if it is possible to determine whether or not a user has an online archive using PowerShell.  This is indeed possible, and here is how: $Mailbox = Get-Mailbox user@yourdomain.com $Mailbox.ArchiveDatabase…

Delete a disconnected mailbox

Delete a disconnected mailbox

July 16, 2015 · by dave.webb · in Exchange 2010, Exchange 2013, PowerShell Commands, Tips and Tricks

Today I needed to remove a mailbox that has been disconnected, but this option isn’t available from the Exchange Management Console so I turned to PowerShell.  First, I used the Get-MailboxStatistics cmdlet to generate a list of disabled mailboxes: Get-MailboxStatistics…

Determine if a mailbox is a linked mailbox using PowerShell

Determine if a mailbox is a linked mailbox using PowerShell

July 14, 2015 · by dave.webb · in Exchange 2010, Exchange 2013, PowerShell Commands, Tips and Tricks

If you need to determine whether a mailbox is a linked mailbox using PowerShell you can achieve this with the Get-Mailbox cmdlet: $Mailbox = Get-Mailbox user@domain.com $Mailbox.RecipientTypeDetails

Schedule an out of office message using PowerShell

June 5, 2015 · by dave.webb · in Exchange 2010, Exchange 2013, PowerShell Commands, Tips and Tricks

Today I had to configure an out of office message for a mailbox that needed to activate at a specific time.  Exchange 2010 allows me to do this easily using the Set-MailboxAutoReplyConfiguration PowerShell cmdlet: Set-MailboxAutoReplyConfiguration <alias> -AutoReplyState Scheduled -ExternalAudience All -InternalMessage…

Manually start messaging records management (MRM) processing

May 20, 2015 · by dave.webb · in Exchange 2010, Exchange 2013, PowerShell Commands, Tips and Tricks

I have just created an online archive for a user that has far exceeded their mailbox quota and can no longer receive mail.  In order to ensure their mailbox gets archived straight away, instead of waiting until the process is…

User PowerShell to get a recursive list of group members

April 27, 2015 · by dave.webb · in Exchange 2010, Exchange 2013, PowerShell Commands, Tips and Tricks

Today I was asked to provide a list of recipients for a distribution list.  The group was full of nested groups, so may have taken a little time to work out if it wasn’t for PowerShell.  I used the Get-ADGroupMember…

Search Exchange Message Tracking Logs with a wildcard

January 2, 2015 · by dave.webb · in Exchange 2010, Exchange 2013, PowerShell Commands, Tips and Tricks

When using the Get-MessageTrackingLog cmdlet you can’t use wildcards with the Sender or Recipient parameters.  Instead, I pipe the output of Get-MessageTrackingLog to Where-Object: Where-Object {$_.Recipients -Like *@gmail.com} The following PowerShell command will return all results from a server named…

Blog search

Categories

  • Configuration (8)
  • Exchange 2010 (43)
  • Exchange 2013 (20)
  • Exchange 2016 (35)
  • Exchange Online (4)
  • IIS (1)
  • Installation (10)
  • Maintenance (3)
  • News (1)
  • Office 365 (9)
  • Outlook Web App (1)
  • PowerShell Commands (47)
  • Security (1)
  • Tips and Tricks (39)
  • Troubleshooting (19)
  • Uncategorized (5)

Monthly archives

  • November 2021 (1)
  • October 2021 (1)
  • June 2021 (1)
  • April 2021 (2)
  • January 2021 (2)
  • August 2020 (1)
  • July 2020 (1)
  • April 2020 (2)
  • March 2020 (1)
  • February 2020 (1)
  • January 2020 (1)
  • November 2019 (4)
  • October 2019 (1)
  • July 2019 (3)
  • May 2019 (1)
  • March 2019 (1)
  • January 2019 (1)
  • October 2018 (3)
  • June 2018 (1)
  • February 2018 (1)
  • January 2018 (1)
  • August 2017 (1)
  • July 2017 (1)
  • June 2017 (1)
  • April 2017 (1)
  • January 2017 (3)
  • December 2016 (1)
  • November 2016 (3)
  • October 2016 (1)
  • September 2016 (1)
  • April 2016 (2)
  • February 2016 (1)
  • January 2016 (1)
  • September 2015 (1)
  • July 2015 (2)
  • June 2015 (1)
  • May 2015 (1)
  • April 2015 (1)
  • January 2015 (1)
  • September 2014 (1)
  • March 2014 (1)
  • January 2014 (1)
  • July 2013 (6)
  • June 2013 (1)
  • May 2013 (1)
  • March 2013 (2)
  • January 2013 (2)
  • December 2012 (1)
  • October 2012 (1)
  • February 2012 (1)
  • December 2011 (2)
  • November 2011 (1)
  • November 2010 (1)
  • August 2010 (1)
  • July 2010 (1)
  • June 2010 (1)
  • May 2010 (2)
  • April 2010 (7)

Exchange links

  • Exchange home page
  • Exchange support forum

General links

  • Adventures in SharePoint
  • Adventures in VMware
  • GiaKonda IT
  • Windows 2012 Forums

Copyright © 2022 Adventures in Exchange

Powered by WordPress and Origin