A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
Category: Exchange
Microsoft Exchange Server
PowerShell Tip of the Week – 10-15-2018
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
PowerShell Tip of the Week – 10-08-2018
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
Soft Deleting Emails from Exchange Online
Emails in Exchange Online can be removed in a variety of ways. Not all of the methods remove emails in the same fashion: Exchange Online Search-Mailbox • This cmdlet allows for permanent deletion, moving messages to another mailbox or logging only. • Limit of 10,000 results New-MailboxSearch • No way to delete content, only good…
PowerShell Tip of the Week – 10-01-2018
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
Practical PowerShell Office 365 Exchange Online made it to the Best New PowerShell Books
I’m happy to announce that my book, “Practical PowerShell Office 365 Exchange Online”, made it to BookAuthority’s Best New PowerShell Books: https://bookauthority.org/books/new-powershell-books?t=to8na7&s=award&book=0998749885 BookAuthority collects and ranks the best books in the world, and it is a great honor to get this kind of recognition. Thank you for all your support! The book is available for…
Exchange 2016/2019 – Find those Pesky System Mailboxes
Every upgrade, every time, there seems to be one forgotten mailbox that wasn’t moved and we get the infamous pop-up like so: So what to do? There are so many possible types of mailboxes that could be causing us issues: Arbitration AuditLog AuxAuditLog Archive Monitoring RemoveArchive Migration How can discover be handled programmatically? Well, we…
PowerShell Tip of the Week – 09-24-2018
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
PowerShell Tip of the Week – 09-17-2018
A new PowerShell Tip of the Week has been posted on my Practical PowerShell website. Please click the image below to go to the post. Thanks!
Quick PowerShell Stuff 27
For this Quick PowerShell post, I am going to cover something that I am learning to expand my skill set – Microsoft Identity Manager (MIM) 2016. I want to briefly cover different ways to create user accounts needed for a best practice installation of MIM. First, we will start with Microsoft’s code from the DOCS…