Steven_Xu
Thursday
New Contributor III
New Contributor III

Joined: June 2012

User Statistics

  • 39 Posts
  • 0 Solutions
  • 4 Kudos given
  • 13 Kudos received

User Activity

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...
If you need the flash player offline installer, you can download it from this official link: http://get.adobe.com/flashplayer/otherversions/you'd better download both the NPAPI and PPAPI if your environment has Firefox and Google Chrome deployed.Then...