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 2013/2016/2019:- Bulk set OOF for multiple users with different messages.

Exchange 2013/2016/2019:- Bulk set OOF for multiple users with different messages.

by Edward van Biljon | Mar 17, 2021 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

In Exchange, whether it is Exchange 2010, Exchange 2013, Exchange 2016 or Exchange 2019, you may come across the request to set an Out off Office (OOF or OOO) for users. Generally when you set OOF for a user, they can do this from Outlook directly but there may come...
Exchange 2013/2016/2019:- Bulk set OOF for multiple users with different messages.

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 2010:- Test Multiple CAS Server logins using PowerShell

Exchange 2010:- Test Multiple CAS Server logins using PowerShell

by Edward van Biljon | Apr 26, 2020 | Exchange 2010 PowerShell

If you manage quite a few Exchange 2010 CAS servers, logging into each one to test that OWA works can be quite cumbersome. I put together a script that can check all of them and email you a report. Here is an example: The URL for each CAS server will show, for example...
Exchange 2013/2016/2019:- Bulk set OOF for multiple users with different messages.

Exchange 2019:- Remove alias from Distribution Group with PowerShell

by Edward van Biljon | Nov 16, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

Quick tip for the day. Ever wanted to remove an alias from a Distribution Group and wondered how to do this with the Exchange Management Shell (EMS). It is pretty simple, you run the following command below: Set-distributiongroup GroupEmailAddress –EmailAddresses...
Exchange 2013/2016/2019:- Bulk set OOF for multiple users with different messages.

Exchange 2019:- Reset RBAC to default

by edward | Oct 21, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

I have a strange problem in my lab where my main account is part of the org admin group however I cannot run half the commands, I thought I would reset everything with the commands below but have not seen any change. Still cannot do much. However in my Exchange 2016...
Exchange 2016:- Check last backup using PowerShell

Exchange 2016:- Check last backup using PowerShell

by edward | Oct 3, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

Here is a quick tip for checking the last backup on an Exchange database using the Exchange Management Shell (EMS): Get-MailboxDatabase -Status | FT name, Last* Simple enough and there you have the information. Hope it helps.
« Older 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