How to enable migrating local account with cloud identify

Lion55
New Contributor III

Hi All,

 

Has anyone got the script enable the migrating local account with cloud identify (Azure), Pleas see link for more information:  https://learn.jamf.com/en-US/bundle/jamf-connect-documentation-current/page/Existing_Local_Account_M...

Kind Regards

1 ACCEPTED SOLUTION

Lion55
New Contributor III

if anyone ever need help with the following issue above, please use the following PLIST Script below:

 

<key>OIDCNewPassword</key> <false/> <key>CreateNewUserHide</key> <true/> <key>MigrateUsersHide</key> <array> <string>admin</string> <string>ladmin</string> </array> <key>Migrate</key> <true/> <key>OIDCDefaultLocal</key> <false/>

View solution in original post

1 REPLY 1

Lion55
New Contributor III

if anyone ever need help with the following issue above, please use the following PLIST Script below:

 

<key>OIDCNewPassword</key> <false/> <key>CreateNewUserHide</key> <true/> <key>MigrateUsersHide</key> <array> <string>admin</string> <string>ladmin</string> </array> <key>Migrate</key> <true/> <key>OIDCDefaultLocal</key> <false/>