Remotely reinstall profiles

Discussion in 'Parallels Mac Management for Microsoft SCCM' started by ErikF1, Jul 11, 2018.

Tags:
  1. ErikF1

    ErikF1 Bit poster

    Messages:
    1
    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?
     
  2. ChadA2

    ChadA2 Bit poster

    Messages:
    2
    I would like to second this request :)
     
  3. Evgeny Smirnov

    Evgeny Smirnov Parallels Developers

    Messages:
    53
    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.
     
  4. BobT4

    BobT4 Bit poster

    Messages:
    6
    Anyone has script that add a new profile that can share. Appreciate it.
     
  5. Konstantin6

    Konstantin6 Bit poster

    Messages:
    3
    Hi,
    Just an example
    #!/bin/bash
    /usr/bin/profiles install -type configuration -path /Library/Caches/New_profile.mobileconfig
     
    PatK1 likes this.

Share This Page