Event banner
Cloud attach vs. cloud only: the debate
Event Ended
Monday, Oct 24, 2022, 09:00 AM PDTEvent details
Are you planning a new Microsoft Intune deployment? Are you wondering if you need Configuration Manager? Join Danny and Steve for a special edition of Unpacking Endpoint Management as they breakdown ...
Heather_Poulsen
Updated Oct 28, 2022
Philip Alloca
Oct 24, 2022Copper Contributor
Since we are migrating our GPOS to Intune Configuration Profiles, what is the recommended way to keep track of changes to those Intune Configuration Profiles? Basically, looking for Version Control for Config Profiles.
HeyHey16K
Oct 28, 2022Iron Contributor
In the absence of native policy versioning, we backup our Intune policies periodically using Graph. In PS: Install-Module -Name Microsoft.Graph.Intune, Install-Module -Name IntuneBackupAndRestore, Import-Module Microsoft.Graph.Intune, connect-msgraph, import-module intunebackupandrestore, Start-IntuneBackup -Path XXXX