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: Change POP/IMAP Service Startup Type with PowerShell

Exchange 2019: Change POP/IMAP Service Startup Type with PowerShell

by Edward van Biljon | Oct 27, 2020 | Exchange 2019 PowerShell, Windows Server 2019 PowerShell

When you configure your POP/IMAP Service on Exchange 2019, manually going to services and changing the startup from Manual to Automatic just takes time. With PowerShell, you could add this to a script so when you license your server and enable your SSL certificate,...
Windows PowerShell:- Remove files and folders from the Temp directory

Windows PowerShell:- Remove files and folders from the Temp directory

by Edward van Biljon | Aug 27, 2020 | Windows Server 2016 PowerShell, Windows Server 2012 PowerShell, Windows Server 2019 PowerShell

Quick PowerShell Script!! If you have a temp directory that has many items in, selecting all from Explorer and then deleting them takes longer than using a simple PowerShell command: Here is the command you can run: Get-ChildItem -Path “C:\Windows\Temp”...
Exchange 2019: Change POP/IMAP Service Startup Type with PowerShell

Exchange 2019:- How do I open the Exchange Management Shell on Windows Server 2019 Core?

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...
Exchange 2019: Change POP/IMAP Service Startup Type with PowerShell

Exchange 2016/2019:- Check your move requests with a form that uses PowerShell

by Edward van Biljon | Jul 17, 2020 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

Mailbox migrations in an Organization are part of many Exchange Admins duties, this can be to a newer version of Exchange or simply migrating off a large database to smaller ones. If you are looking after a big organization and need to monitor migrations, PowerShell...
Exchange 2016:- Check the Outlook Provider Settings with PowerShell

Exchange 2016:- Check the Outlook Provider Settings with PowerShell

by Edward van Biljon | Jul 17, 2020 | Uncategorized

Here is a quick tip, if you need to view your Outlook Provider Settings in Exchange 2016 or other versions, you can run a simple command as shown below to find the value: Get-OutlookProvider The value will show after msstd:, it can be for example mail.domain.com or...
« 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