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 – Move mailbox database with the built-in scripts

Exchange 2019 – Move mailbox database with the built-in scripts

by edward | Jan 2, 2019 | Exchange 2019 PowerShell

In Exchange 2019, like Exchange 2010/2013 and 2016, you can move your active mailbox databases to another server using the scripts that come with your Exchange Installation. They are located in the V14\Scripts or V15\Scripts folder depending on your version you have...
Exchange 2019 – Move mailbox database with the built-in scripts

Exchange 2019 – Granting rights to another users calendar with PowerShell

by edward | Jan 2, 2019 | Exchange 2019 PowerShell

In Exchange you will get the requests now and again to grants rights to users calendar, based on the situation it can be a PA to a Director or a colleague needing access to another ones calendar. To grant the rights, you can run the following command:...
Exchange 2019 – Move mailbox database with the built-in scripts

Exchange 2019 – Create a new mailbox with PowerShell

by edward | Jan 2, 2019 | Exchange 2019 PowerShell

Here is a quick tip on creating a mailbox with PowerShell in Exchange 2019, it is a simple command that will prompt you for the password and once done you will have a new user. There are more options you can set with the command but we will just create a simple user...
Exchange 2019 – Move mailbox database with the built-in scripts

Exchange 2019 – Export SSL Certificate to .PFX using PowerShell

by edward | Jan 1, 2019 | Exchange 2019 PowerShell

In Exchange 2019 like other versions you can export your SSL certificate to import to another server, we first need to get the thumbprint of the SSL certificate that we want to export, to do this you can run the following command: Get-ExchangeCertificate In this...
Exchange 2019 – Move mailbox database with the built-in scripts

Exchange 2019 – Create a CSR with PowerShell and Import Certificate

by edward | Jan 1, 2019 | Exchange 2019 PowerShell

In Exchange 2019, you can generate a new CSR and then import the signed certificate from your registrar like Digicert or RapidSSL or Godaddy etc. To generate a CSR in Exchange 2019, you can run the following command from the Exchange Management Shell (EMS): $cert =...
Exchange 2019 – Move mailbox database with the built-in scripts

Exchange 2019 – Mailbox has a completed move request associated with it

by edward | Jan 1, 2019 | Exchange 2019 PowerShell

In Exchange, if you try and move a mailbox that h as a completed move request, you will receive the following error: To fix this error, you need to clear the move requests, to do so you can run the following command: Get-MoveRequest | Remove-MoveRequest As you can see...
Exchange 2019 – Move mailbox database with the built-in scripts

Exchange 2019 – Install the anti-spam Agent

by edward | Dec 31, 2018 | Exchange 2019 PowerShell

In Exchange, whether it is 2013,2016 or 2019, you have a list of Transport Agents. To view them you can run the following command: Get-TransportAgent In the scripts folder with the Exchange installation directory you can install the Anti-Spam Agents Transport Agent...
Exchange 2019 – Move mailbox database with the built-in scripts

Exchange 2019 – Move mailbox from Exchange 2016 to 2019

by edward | Dec 31, 2018 | Exchange 2019 PowerShell

Moving mailboxes is a daily task for Exchange Admins. The process is the same as Exchange 2013 or 2016. To move a single user mailbox you can use the following command: New-MoveRequest -Identity edwardvbs -TargetDatabase Store1 To check the status of the mailbox move...
Exchange 2019 – Move mailbox database with the built-in scripts

Exchange 2019 – Create an Exchange database using PowerShell

by edward | Dec 31, 2018 | Exchange 2019 PowerShell

In Exchange it is easy to create a database with the Exchange Admin Center but you can create it very easily with PowerShell. Most Exchange Admins use mount-points to store an Exchange database and logs as this is stored on a SAN and not on the Server itself. To...
Exchange 2019 – Move mailbox database with the built-in scripts

Exchange 2019 – Disable Admin Access to the Exchange Admin Center (EAC) with PowerShell

by edward | Dec 30, 2018 | Exchange 2019 PowerShell

Not only in Exchange 2019 but 2016 and 2013, you can remove access from the Exchange Admin Center so that Administrators cannot access it, some companies only allow PowerShell as they don’t want the EAC exposed to the internet etc. None the less, to disable it...
« 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