Forum Discussion
JayWilliams
Jul 25, 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
JayWilliams
Jul 29, 2019Brass Contributor
Oliver Kieselbach Thanks! I'm sure those work just as well. This was a good opportunity to show the power of using the Graph API.
A benefit for me using this vs PowerShell is not having an environment to maintain. Probably doesn't matter if using Cloud Shell but never hurts to know more than one way to skin the cat.