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 2019 – Delete a mailbox using PowerShell

Exchange 2019 – Delete a mailbox using PowerShell

by edward | Jan 14, 2019 | Exchange 2019 PowerShell

In Exchange 2019, like other versions like 2016 or 2013, you can delete a mailbox using a single command. To firstly find the list of mailboxes you can run the following command: Get-Mailbox In this example we are going to remove the mailbox called...
Exchange 2019 – Delete a mailbox using PowerShell

Exchange 2019 – Check the Services with PowerShell

by edward | Jan 13, 2019 | Exchange 2019 PowerShell

In Exchange, I pretty much do everything with PowerShell. A quick tip if you want to make sure everything is running, service wise, you can do so in Powershell: Get-Service *MSExchange* Just by running a simple command you have a complete overview of what is not...
Exchange 2019 – Delete a mailbox using PowerShell

Exchange 2019 – Enable Circular logging on a Database

by edward | Jan 5, 2019 | Exchange 2019 PowerShell

In Exchange, whether it is 2013 or higher, you may look at enabling Circular logging on your databases. While this will constantly flush the logs, you cannot run Circular logging and have backups running as they will be inconsistent all the time. To firstly check if...
Exchange 2019 – Delete a mailbox using PowerShell

Exchange 2019 – Remove Ambiguous Address from Transport Queue with PowerShell

by edward | Jan 4, 2019 | Exchange 2019 PowerShell

In Exchange, you might come across mail stuck in your queue that only show <> and nothing else. This is most likely your journal mail but for some reason it is stuck and does not want to clear from the Transport Queue, you can run the following command to remove...
PowerShell – Setting all offline disks online with single command

PowerShell – Setting all offline disks online with single command

by edward | Jan 4, 2019 | Exchange 2019 PowerShell, Windows Server 2019 PowerShell

In Exchange, if you have created a large number of disks to cater for your DAG or multiple DAG’s, setting them online one by one can be a very time consuming job. With PowerShell you can set all the offline disks online and then create your mount points but we...
« 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