by Edward van Biljon | Jul 21, 2020 | Exchange 2019 PowerShell, Exchange 2019
Here is a quick tip on how you can open the Exchange Management Shell (EMS) on Windows Server 2019 Core. In your Elevated command prompt, type in PowerShell and Press Enter. Next, type in the following command and then press enter: Add-PSSnapin...
by edward | Jul 20, 2019 | Exchange 2019 PowerShell, Exchange 2019
Quick tip: In your organization, you get a call from a departmental managers secretary to advise he/she forget to set there Out of Office and have requested you to do so. To set it, quickly launch the Exchange Management Shell (EMS) and run the following command:...
by edward | Jul 20, 2019 | Exchange 2019 PowerShell, Exchange 2019
Quick tip: If you want to change your Deleted Item Retention on your mailbox database, you can do so running a simple command in PowerShell using the Exchange Management Shell: Set-MailboxDatabase -Identity “Mailbox Database Name” -DeletedItemRetention 30...
by edward | Jun 8, 2019 | Exchange 2019 PowerShell, Exchange 2019
As an Exchange Admin, you might have help desk staff that need to run commands or do things on Exchange but you don’t want them logging into the Exchange Servers directly for company policy prevents it. Each case is unique and each business has it’s set of...