LibKey Nomad Jamf Deployment (Edge)

Modified on Fri, 17 Oct at 9:38 AM

TABLE OF CONTENTS


Deploy Edge Enterprise Using Jamf


First, you must deploy Microsoft Edge Enterprise onto your computers. If you're interested in seeing an example step-by-step approach that Third Iron has taken, click here.


Configure LibKey Nomad for Deployment

Part 1: Log in to your Jamf Dashboard @ YOUR-CLOUD-URL.jamfcloud.com

Part 2: Configure Jamf LibKey Nomad Deployment

  1. On the left side of the screen click on "Computers"
  2. Under "Content Management" click on "Configuration Profiles"
  3. Click on "+ New"
  4. Under "General", name the Profile "Microsoft Edge - Deploy Nomad"
  5. Click on "Application & Custom Settings" under the "Options" section
  6. Then click on "Upload"
  7. Click on "+ Add"
  8. Under "Preference Domain" type: "com.microsoft.Edge" 
  9. Under "Property List" enter the following script:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
     <dict>
          <key>ExtensionInstallForcelist</key>
          <array>
               <string>aegommgkkknipcpebmcbepdapjdojiji</string>
          </array>
     </dict>
</plist>
     10. Click on "Scope"
     11. Set the Scope for the devices that will receive the LibKey Nomad Extension. (Note: This is based on the                 needs of your organization and will differ for everyone)
     12. Click on "Save"

Part 3: Configure LibKeyNomad Preferences

  1. Under "Content Management" click on "Configuration Profiles"
  2. Click on "+ New"
  3. Under "General", name the Profile "Microsoft Edge - Nomad Preferences"
  4. Click on "Application & Custom Settings" under the "Options" section
  5. Then click on "Upload"
  6. Click on "+ Add"
  7. Under "Preference Domain" type: "com.microsoft.Edge.extensions.aegommgkkknipcpebmcbepdapjdojiji"
  8. Under "Property List" enter the following script:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
	<dict>
		<key>libraryId</key>
		<string>INSERT-LIBRARY-ID-HERE</string>
	</dict>
</plist>
      9. 
Change the value for libraryId from "INSERT-LIBRARY-ID-HERE" to your Library ID (For Example: 1234)
          (Note: This should be a numerical value only)
How to locate your Third Iron Library ID

Via BrowZine: Log in to BrowZine. Your Third Iron ID is the number in your library's BrowZine URL: 
https://browzine.com/libraries/###

Via LibKey.io: Log in to LibKey.io. Your Third Iron ID is the number in your library's LibKey URL: 
https://libkey.io/libraries/###

     10. Click on "Scope"
     11. Set the Scope for the devices that will receive the LibKey Nomad Extension. (Note: This is based on the needs of your organization and will differ for everyone)
     12. Click on "Save"


Deploy Jamf Changes

At this point, based on your Jamf Check-In Frequency settings, devices will now have Edge deployed, LibKey Nomad deployed, and the LibKey Nomad Preference settings deployed. Typical default Jamf Check-In Frequency settings are either 15 minutes, or once per day. Please allow the appropriate time that your organization has set to be able to see the deployments take effect.