Steven_Xu
Wednesday
Contributor
Contributor

Joined: June 2012

User Statistics

  • 43 Posts
  • 0 Solutions
  • 4 Kudos given
  • 14 Kudos received

User Activity

If the Apple Silicon Mac computers can not be enrolled through PreStage Enrollment, the Recovery Lock can only be set from remote command, here's how to do it in Jamf API.1. First, we need to know the managementId of the target computer. we can copy ...
spent 2 hours to figured out how to enable Okta extension for Safari, post it here if someone need it. #!/bin/zsh # Safari Extensions File Path(my is macos 11.6): # ~/Library/Containers/com.apple.Safari/Data/Library/Safari/WebExtensions/Extensions.pl...
Environment:JSS Server: Ubuntu 16.0.4Java Version: openjdk-11.0.4Jamf Pro: 10.15.1LDAP Proxy Server-Infrastructure Manager: Windows 2016AD: Windows 2016 Issues:LDAP configured and can query user and group, if enable LDAP Proxy, query failed with erro...
Create a custom loginitems plist file. defaults write ~/Desktop/com.apple.loginitems.managed AutoLaunchedApplicationDictionary-managed -array-add '{Path="/Applications/NoMAD.app"}' plutil -convert xml1 ~/Desktop/com.apple.loginitems.managed.plist Che...
Here are two scripts can be used to create the extension attribute to check the Parental Control status on Client, take it if you need. I'm not good at coding, but they work. #!/bin/sh find /Library/Managed Preferences/*/ -name "com.apple.familycontr...