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 – Enable mailbox with 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 – Enable mailbox with 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 – Enable mailbox with 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...
Exchange 2019 – Enable mailbox with PowerShell

Exchange 2019 – Change the URL’s with PowerShell

by edward | Dec 27, 2018 | Exchange 2019 PowerShell

In one of my previous articles we looked at updating the autodiscover internal URL, today we will update the rest using PowerShell, this includes the following: EWSOABOWAActiveSyncPowerShellECP Here are the list of PowerShell commands that were run to update my lab...
Exchange 2019 – Enable mailbox with PowerShell

Exchange 2019 – Assign Services to an SSL Certificate

by edward | Dec 26, 2018 | Exchange 2019 PowerShell

In Exchange 2019, viewing and assigning an SSL certificate services is basically the same as Exchange 2013 and 2016. In this example we will use PowerShell to firstly view the certificates we have and then assign services to that SSL certificate along with setting...
Exchange 2019 – Enable mailbox with PowerShell

Exchange 2019 – Create a send connector with PowerShell

by edward | Dec 25, 2018 | Exchange 2019 PowerShell

In Exchange, whether it is Exchange 2019 or 2013 or 2016 or 2010, you need a send connector to be able to route email to the internet etc. You can create a send connector using the Exchange Admin Center (EAC) but what fun would that be when you can use PowerShell....
Exchange 2019 – Enable mailbox with PowerShell

Exchange 2019 – Update the Autodiscover Internal URL

by edward | Dec 25, 2018 | Exchange 2019 PowerShell

In Exchange 2019, to have clients connect without error from the outside, one of the URL’s that need to be updated is the Autodiscover record. The update process is similar/the same as Exchange 2016 and can be done with a single PowerShell command. You can first...
Exchange 2019 – Enable mailbox with PowerShell

Exchange 2019 – Check edition with PowerShell

by edward | Dec 24, 2018 | Exchange 2019 PowerShell

In Exchange 2019, like previous versions, you can check your edition of Exchange by running the following command: Get-ExchangeServer | fl or by adding another section to the script: Get-ExchangeServer | fl *Edition* You can see the one command gives you less...
Windows Server 2019 – Stop Server Manager loading at startup using a PowerShell command

Windows Server 2019 – Stop Server Manager loading at startup using a PowerShell command

by edward | Dec 24, 2018 | Windows Server 2019 PowerShell

Part of any Operating System that you install, whether it is Server 2012 or Server 2019, Server Manager launches on startup. A quick command below will create a registry key and disable it so it doesn’t start on windows boot. Here is the command: Invoke-Command...
Exchange 2019 – Enable mailbox with PowerShell

Exchange 2019 – Move Transport Database to new drive.

by edward | Dec 23, 2018 | Exchange 2019 PowerShell

In Exchange, whether it is Exchange 2013 or 2016 and the new version 2019, you can move the transport database off the C:\ drive to another drive so you don’t hit back pressure firstly and run out of space. You can find the script to move the database in the...
« 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