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 – Create an Exchange database using PowerShell

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 – Create an Exchange database using PowerShell

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...
Exchange 2019 – Create an Exchange database using PowerShell

Exchange 2019 – Enable mailbox with PowerShell

by edward | Dec 30, 2018 | Exchange 2019 PowerShell

Quick tip for Enabling a Mailbox for a user already active in Active Directory. Launch the Exchange Management Shell (EMS) and run the following command: Enable-Mailbox -Identity UserName Once it runs you will see the info below the command as shown above, to check...
Exchange 2019 – Create an Exchange database using PowerShell

Exchange 2019 – Create a DAG using PowerShell

by edward | Dec 29, 2018 | Exchange 2019 PowerShell

In Exchange, creating a DAG using the GUI is very easy, you fill in your DAG name, Witness Server and Witness Directory and optional to enter an IP address, let’s look at how to do this using Powershell in Exchange 2019. Exchange should create the witness folder...
Exchange 2019 – Create an Exchange database using PowerShell

Exchange 2019 – Check a mail-queue that is giving an error with PowerShell

by edward | Dec 28, 2018 | Exchange 2019 PowerShell

In Exchange, you have the option to view your mail queues using the GUI interface and you can at a quick glance view the error of a specific domain or if something is wrong. With Powershell, you can do the same thing. To firstly get a list of all the queues you run...
« 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