2 weeks ago - last edited 2 weeks ago by talkingmoose
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
Solved! Go to Solution.
Wednesday
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/>
Wednesday
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/>