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 timeout value of OWA

Exchange 2019:- Change timeout value of OWA

by edward | Oct 29, 2019 | Exchange 2019 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

In the world we live in today, information is vital and having your email open for everyone to view is also not such a good thing. In Exchange you have the option to set a timeout value so that if you are in-active for a certain period then the OWA page will log you...
Exchange 2019:- Change timeout value of OWA

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.
Exchange 2016:- Check last backup using PowerShell

Exchange 2016:- Remove mailbox database fails.

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

Ever had it where you want to remove a database and it just doesn’t work? Well this happened this morning. I got a weird error saying that the database is in a backup status? Well it wasn’t but here is the error: This is a lab so no backups are running, to...
Exchange 2019:- Change timeout value of OWA

Exchange 2019:- Resume mailbox database copy

by edward | Sep 26, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

When you do maintenance on an Exchange server, you would expect everything to be fine after a reboot? Correct? Well in some cases that does not happen. For example, one of my Database availability Groups (DAG) had the passive copy all in a Suspended state. How do you...
Exchange 2019:- Change timeout value of OWA

Exchange 2019:- Export Calendar to PST

by edward | Sep 26, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

Quick tip when exporting certain folders to a PST file in Exchange. Ensure that RBAC is setup for the Mailbox Import/export to work.Ensure your share is setup. Here is the command to export, just like a normal PST export but you including folders”...
Exchange 2010 and higher:- Fix a DAG’s ContentIndexState that failed

Exchange 2010 and higher:- Fix a DAG’s ContentIndexState that failed

by edward | Sep 13, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

Quick tip: If you have a DAG with a ContentIndexState showing failed, you can fix it with a simple command in the Exchange Management Shell (EMS): Update-MailboxDatabaseCopy -Identity “DAGNAME\store” -CatalogOnly This will then start a re-seed and it...
Exchange 2019:- Change timeout value of OWA

Exchange 2019:- Find all mailboxes access rights

by edward | Sep 10, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

Ever wanted to quickly find all mailboxes and view the mailbox rights for each of those? Now you can with a PowerShell command that will show it to you. Here is the command below: ForEach($mailbox in (Get-Mailbox)) { Get-MailboxFolderPermission -Identity...
Exchange 2010 and higher:- Fix a DAG’s ContentIndexState that failed

Exchange 2010 and higher:- Test-ReplicationHealth

by edward | Sep 6, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

Here is a quick tip on how you can check the health of your server that is part of a database availability group (DAG). The command to run is as follows using the Exchange Management Shell (EMS): Test-ReplicationHealth -Identity <ServerName> Below is the 2010...
Exchange 2010 and higher:- Fix a DAG’s ContentIndexState that failed

Exchange 2010 and higher:- Remove a database copy and database using PowerShell

by edward | Sep 6, 2019 | Exchange 2019 PowerShell, Exchange 2010 PowerShell, Exchange 2013 PowerShell, Exchange 2016 PowerShell

Removing an Exchange Database copy or a database should not be hardwork, especially when it can be done with the Exchange Management Shell. **Take note, if you have circular logging enabled, you need to firstly disable it before you can remove an Exchange database...
« 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