Looks like the September update for this book was published a week or so ago, which is awesome. This is how authors can show value in the digital age by keeping their book up to date for their readers. Also, for the level of content, the price is hard to beat. As I announced a…
New Book – Coming Soon
In the past two years I have produced three new PowerShell books – Exchange 2019, Security and Compliance Center and an intro to basic PowerShell. I am now in the process finalizing the post production of my Exchange Online PowerShell book, Second Edition, which is an update to the original one I created two years…
New Project – Less Articles [ :-| ]
As many readers may have noticed, my content publishing has slowed considerably this summer and I think I owe everyone an explanation. Currently I am taking on a lot of side projects which includes some book writing and some code writing. The largest hurdle I face at the moment is also the most exiting. I…
Microsoft MVP for 2020 – 2021!
Just got the mythical email that states I am again renewed as a Microsoft MVP for the 8th year in a row! Pretty cool stuff … and again I am humbled to be considered in this group of people. “We’re once again pleased to present you with the 2020-2021 Microsoft Most Valuable Professional (MVP) award…
Teams PowerShell [004]
Microsoft Teams Users For this blog post we will review admin Role management for Teams, with PowerShell, as well as the interconnects with Azure AD. In terms of users in Teams, there are a few levels of users that we can deal with and some of what is exposed in Teams is visible in PowerShell…
Configuring Safety Tips for Anti Phishing
Today I was working with a client to change settings on various policies to make sure that we had all of the Safety Tips enabled in their Exchange Online Environment. The exercise wasn’t too bad, but there are some strange crossover confusion between Exchange Online and the Security and Compliance Center as well as just…
Transition from TechNet Gallery to Github
Microsoft, after a long run, had decided to deprecate and eventually remove access to scripts on the Technet Gallery. As such, I’ve had to find a new home for my scripts which for now this new home is GitHub. This repository will hold a copy of all of the scripts that were posted in the…
Exchange Online Management is now GA! [v1.0.0]
** UPDATE 2 !!** [2020-06-05] Well, it looks like the module is back, now as version 1.0.1. Not entirely sure why it was pulled and put back, probably a bug of some type. Go get the new version here: https://www.powershellgallery.com/packages/ExchangeOnlineManagement/1.0.1 ** UPDATE ** This module has been pulled. Not sure why at the moment, but…
.NET Checker and Installer
For this post I wanted to preview a script that I am working on, one which will eventually need to go to Github instead of the Technet Gallery as that is end of life now. This script performs two functions. One is that it checks the dot net version installed on a server. Second, the…
Teams PowerShell [003]
Team Channels Channels are a way to category or separate out communications within a Team. These channels could be set up to parse out multiple internal or client based projects. Or they can be used to organize a large team into smaller groups to align with working groups or some other form of organization. Each…