Posted on
09-30-2024
09:43 AM
- last edited on
10-02-2024
07:41 AM
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.
Posted on 10-09-2024 04:00 AM
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/>
Posted on 10-09-2024 04:00 AM
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/>