Tag: microsoftgraph
-

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…
-

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…