Category: Tips and Tricks

Self-service PowerShell throttling change

You can now relax the PowerShell throttling in your tenant, following these steps. Just like the EWS throttling change, you can do the same task for PowerShell. To request a relaxation of the PowerShell throttling, follow these steps. When logged into the O365 admin portal, simply select the ‘Need help?’ icon at the bottom right

What will administrators look like in the future

Another day to reflect on the labor of system administrators. What will a system administrator job look like in the future. One guess is, more of a developer than a server administrator. A system administrator role in Information Technology (IT) has certainly changed over the years and will continue evolve. Back in the day, there

Self-service EWS throttling change

Up until recently, the process to get a relaxed throttling limit during an O365 onboarding migration, was to open a Microsoft Support case. This process is now available as a self-service option. During an O365/M365 data migration, there are several performance best practices to follow. But even after following the guidelines, sometimes the cloud service

Pin virtual guests to specific physical hosts

This is a common discussion, who should be in charge of High Availability (HA), the host virtualization operating system or the application? If you ask an electrician how to fix something, they’ll tell you to rewire it. If you ask a carpenter what is wrong, they will say rebuild it. If you ask a virtualization

How to control O365 licensed products

I’ve had this conversation at least once a week for the past several months. Customers ask, how can they use PowerShell scripts to assign/control O365 licensing workloads assigned to end users? Don’t use a script, use Azure group-based licensing. The problem with a script is, you must assign all workloads, then remove the ones you

RSS feed

I'd recommend you setup an RSS feed process with your favorite web site(s). This allows you to simply get a message in your e-mail inbox whenever a site you follow updates their content. I recently added an RSS feed option to this blog site. For WordPress hosted sties, like this one, all you need to

Will Jetstress be updated for Exchange Server 2019?

Yes.  However, the PG chose not to extend Jetstress functionality to cover MCDB (on Flash/SSD storage), therefore, Jetstress will only validate HDD performance for Exchange Server 2019. What is JetStress? The JetStress tool (download) is a Microsoft supported tool that validates database hard drive performance before you install the Exchange Server application on a Windows

PowerShell easy location

What an easy way to clean up the view of your PowerShell path. Add this into your profile if you want to save some screen space and work in a directory other than c:\. You can also grab the current time and place that in the prompt. Use Get-Location to see which path you are

Set-AutoDiscoverSiteScopeExchangeServers Part 2

In the part 1 of this function, we covered an option to set all Exchange servers to use every AD site in an organization, minus any 'deployment' ones. But what if you have a very large organization, with multiple data centers hosting Exchange servers, various regions to support, and you want to target specific locations

Set-AutoDiscoverSiteScopeExchangeServers Part 1

In this blog post a few years ago: https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Exchange-Active-Directory-Deployment-Site/ba-p/604329 was a discussion around Exchange AutoDiscoverSiteScope information. The good news is, it worked perfectly in a lab, however, rarely is any production environment like a lab. Thus, there was some missing information. We're updating the article to include solutions to fix the problem. This post is