K1jaff

Results 5 issues of K1jaff

sudo /usr/local/bin/dockutil --add "/Applications/Microsoft Outlook.app" --allhomes --no-restart -v verbose mode 1 [file:///Users/Deleted%20Users/, file:///Users/_mbsetupuser/, file:///Users/.localized, file:///Users/Shared/, file:///Users/root/, file:///Users/anuser/, file:///Users/anuser2/] /Users/Deleted Users/Library/Preferences /Users/_mbsetupuser/Library/Preferences /Users/.localized/Library/Preferences /Users/Shared/Library/Preferences /Users/root/Library/Preferences /Users/anuser/Library/Preferences /Users/anuser2/Library/Preferences Plist paths: ["/Users/_mbsetupuser/Library/Preferences/com.apple.dock.plist", "/Users/root/Library/Preferences/com.apple.dock.plist",...

Pretty sure i mean Alias here but correct me if i'm worng, .app is "re-labelled" to a friendly name, this fails to add via this alias, when you drag the...

Testing this out on Ventura 13.1 and ABM enrollments are working fine but UAMDM devices are left with no profile as /usr/local/bin/jamf enroll -invitation xxxxxxx -noRecon -noPolicy -noManage is used...

Attempting to get a list of computers missing a Recovery lock password, target report was: "is not" Recovery Lock Enabled = Enabled "is" Recovery Lock Enabled = arm64 "member of"...

bug

### Steps to Reproduce Attempt to push a mdm command using send_mdm_command_preview() method. ```python import jamf_pro_sdk from jamf_pro_sdk.models.pro.mdm import SetRecoveryLockCommand bobs_managementId = '1234' newPass = 'longandcomplex' command_out = client.pro_api.send_mdm_command_preview( management_ids=[bobs_managementId],...

bug