Everything-PowerShell
  • Home
  • Contact
  • About
  • Exchange 2019 PowerShell
  • Exchange 2016 PowerShell
  • Exchange 2013 PowerShell
  • Exchange 2010 PowerShell
  • PowerShell V7
  • PowerShell
  • Other Articles
Select Page
Exchange 2010 and above:- Bulk update move requests with PowerShell

Exchange 2010 and above:- Bulk update move requests with PowerShell

by edward | Mar 7, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

With mailbox moves, you do get the few that fail and instead of updating each one with the -BadItemLimit switch you can do this one liner command to update them all before resuming them, here is the command: Get-MoveRequest | Set-MoveRequest -BadItemLimit 500...
Exchange 2010 and above:- Bulk update move requests with PowerShell

Exchange 2010 – Export mail from a Hub Transport Queue

by edward | Feb 4, 2019 | Exchange 2010 PowerShell

As an Exchange admin, you will always come across mail stuck in a queue, there are so many reasons why this could happen but if you do need to export mail from a queue and not just simply delete it then you can do so running the following PowerShell command from the...
Exchange 2016 – Set the tarpit levels with PowerShell

Exchange 2016 – Set the tarpit levels with PowerShell

by edward | Jan 22, 2019 | Exchange 2016 PowerShell

Exchange comes with default tarpit levels which work for some organizations but not others, you can change these if you see a delay in delivery, to change it is very easy and you need to do this with PowerShell. Launch the Exchange Management Shell (EMS) and run the...
Windows Server 2012/2012 R2/2016 – Remove Malware embedded in WMI with PowerShell

Windows Server 2012/2012 R2/2016 – Remove Malware embedded in WMI with PowerShell

by edward | Jan 19, 2019 | Windows Server 2016 PowerShell

With Malware getting smarter each time and out running the Anti-Virus and embedding itself in the Operating System that it thinks its Legit, there is a way to remove it when it writes an encrypted entry or multiple entries to the WMI database. To remove it you will...
Exchange 2019 – Connect a deleted mailbox or recover it

Exchange 2019 – Connect a deleted mailbox or recover it

by edward | Jan 16, 2019 | Exchange 2019 PowerShell

In this example, we are going to connect/recover a mailbox that we deleted in the previous blog post. As an example, we created a new test user as shown below to connect to a mailbox. To do this you can use PowerShell to create the user or use Active Directory Users...
« Older Entries
Next Entries »
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Copyright © 2024 EVERYTHING-POWERSHELL