-
Automate creation of Settings Catalog policies in Intune with Microsoft Graph API
I have been getting really into the using the Graph API lately and let me tell you, once you open that door there is no going back. Below is what we’ll be covering in today’s post. Creating the reference policy in Intune In order to get the JSON file that we need to automate the…
-
Setting up and trying the new Windows Backup for Organizations in Intune (with video) and how to make it a more “complete” backup solution.
Recently the Windows Backup and Restore (preview) showed up in preview in the Intune portal. When I first heard about it I was like “This is really cool!” and then when I understood what it actually was I was like “Hmm… is this just crap?” and then I thought about it some more and went…
-
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…
-
Microsoft 365 Companion Apps – People, File Search and Calender. How to remove them and why we need them (or why we don’t?)
If you, like me, is on the Current Channel (preview) update channel of the Microsoft 365 apps update channel you might have seen three new apps pop-up in your taskbar when you start your computer lately. These are known as Companion Apps. These are light weight apps based on Microsoft Graph and according to Microsoft…
-
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…
-
Shared PCs + OneDrive = ❤️
DISCALIMER: THIS WAS ORIGINALLY A POST ON MY LINKEDIN HENCE THE STRUCTURE OF THE POST Shared devices can be incredibly practical in many different scenarios — maybe it’s a computer used by multiple people in a warehouse, in a production environment, or at a checkout counter? Setting up a SharedPC in Intune is simple, and…