We have a couple profiles (wifi ) that have needed to be reinstalled manually. Is there a way to push a script to reinstall a specific profile?
In general you could deploy it as a Software Package: 1) Create your configuration profile 2) Create a Shell/Python/etc script that installs the profile 3) Create a Software Package from this files in SCCM Console. If the install command is simple (e.g. just run the profiles tool) then you could use it directly in the Software Package's Program command line.
Hi, Just an example #!/bin/bash /usr/bin/profiles install -type configuration -path /Library/Caches/New_profile.mobileconfig