Forum Discussion
JayWilliams
Jul 24, 2019Brass Contributor
Duplicating Device Configuration Profiles
Duplicating Device Configuration Profiles 7/24/2019 - 13 Minutes to read One of the highest voted feature requests in Intune UserVoice is the ability to duplicate Device Configuration profiles a...
Jul 29, 2019
Hey JayWilliams,
there is also the option to use some PowerShell code provides by MS for this:
- Intune PowerShell SDK (https://github.com/microsoft/Intune-PowerShell-SDK)
- PowerShell Intune Samples (https://github.com/microsoftgraph/powershell-intune-samples).
In the PowerShell Intune Samples you have functional scripts for Export/Import of Device Configurations, see here: https://github.com/microsoftgraph/powershell-intune-samples/tree/master/DeviceConfiguration
best,
Oliver