Category: Entra
-

Secure Score in Microsoft 365 with Business Premium: Quick and easy changes to up your score by ~40% (+ Powershell script for Teams and Exchange Online)
Trying to increase the secure score in Microsoft 365 can be a real time consuming task when adjusting each recommendation manually. Luckily, there are some really easy changes you can make to take your tenant security to the next level and also increase your secure score. I also decided to utilize the power of Powershell…
-

Two different ways to pre-provision OneDrive for users in Microsoft 365 using Powershell.
Prerequisites Different ways to provision OneDrive for new users When a new user is created their OneDrive isn’t automatically created. In order for OneDrive to be provisioned one of the following thing needs to happen: Why are we using both SPOnline and Graph? As many of you are aware of, Microsoft is clearly leaning towards…
-

How to configure TAP (Temporary Access Pass) in Entra ID for multiple users using Powershell
TAP is a great feature to use for recovering accounts that have lost access to their MFA token, for onboarding new users to Autopilot or enrolling devices in Intune or perhaps to setup strong authentication like Yubikeys. However in Azure when assigning TAP you can only do it for one user at a time which…