Import Intune Backup and Assign Group

if you import an Intune Backup via the Powershell Module (IntuneBackupAndRestore), it does not assign a group automatically. There is no option in that module. This blog features a script that assigns a group automatically to all imported profiles. The script assigns the following policies: Configuration Policies Administrative Templates Windows Update Policies Compliance Policies Powershell … Read more

Create Autopilot Profile via Powershell

This post describes the actions to create a Windows 10 Autopilot Profile via Powershell. I am always trying to automate as much as possible to reduce repeating actions. Now it is time to automate my Windows 10 Autopilot deployment. Firstly, I need to make a shoutout to Rudy Ooms and his blog (Call4Cloud). I got … Read more