Jamf Pro
Powerful workflows for IT pros
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Jamf Pro 11 Beta is Now Available!!

Hello Jamf Nation! If you haven’t heard the news, Jamf Pro 11 is here! Featuring a new interface, ADDE, DDM software updates for iOS, and more! How to join the beta: Enroll in the Beta Program under Product Feedback at account.jamf.com. Once enrolled...  View more

  • 313 Views
  • 0 replies
  • 1 kudos

Jamf Pro Beta Server Maintenance

Hello all! Access to the personal Beta instances you are able to request when you join the Jamf Pro Beta Program will be unavailable for an extended period of time over the coming weeks for maintenance. We'll let you know when they're back online! Th...  View more

  • 402 Views
  • 0 replies
  • 3 kudos

Unable to Deploy in-House App

We are testing the deployment of in-House apps. We use the cloud based JSS. Support provided a test in-House app and it works fine. When we try to deploy an in-House app that was created by a developer internallly. We've added the in-house app to the...  View more

  • 381 Views
  • 1 replies
  • 0 kudos

Computername and user from JSS to LanDesk (API?)

I'm wondering if anyone else has used the API to export data from the JSS to another inventory application, i.e. LanDesk? Up to me, we'd just be using Casper for inventory but someone that gets paid more than me seems to think it's a good idea to use...  View more

  • 371 Views
  • 1 replies
  • 0 kudos

NetSUS 4.0.0 Error in software update branch

HiI hope I am posting this in the right location. If not please let me know where I should. The issue I am having is after a new install of NetSUS 4.0.0 and running the syncfor the first time I get one error on top of the software update branch that ...  View more

  • 411 Views
  • 4 replies
  • 0 kudos

Austin Apple Admins April Meetup @ HomeAway

If you're in Austin on April 20th please swing by HomeAway for our next meetup! There will be presentations, food, maybe drinks (?!), networking, good conversations, and more. Hope to see you there! JAMF RSVP: https://jamfnation.jamfsoftware.com/user...  View more

  • 328 Views
  • 4 replies
  • 0 kudos

9.9 and enrollmentcomplete trigger

Anyone else having issues running policies with the enrollment complete trigger? Iv'e been testing new DEP workflows with 9.9 and while the Mac pulls down the MDM Profile and installs the agent and Self Service, it never seems to fully enroll. The Ja...  View more

  • 182 Views
  • 1 replies
  • 0 kudos

(Yet Another) Firefox and CCK2 Post

All Im starting to manage Mozilla Firefox ESR via CCK2 and JAMF. I have a few questions regarding aspects that are still a bit unclear to me. 1) Since the managed settings live inside the Firefox.app bundle itself, I assume this means I must manage a...  View more

  • 336 Views
  • 2 replies
  • 0 kudos

Run GUI app from Self Service as root?

In the past uninstalling the WebEx productivity Tools only required me to index the package via Casper Admin, enable the uninstall option for it, then create a policy that uninstalls it. The recent version no longer works when I do that. I see that t...  View more

  • 355 Views
  • 3 replies
  • 0 kudos

Changing MDM Solution

We are currently in transition from MobileIron to Casper Suite for our iOS MDM solution. Since we were already using Casper Suite for Mac OS X management so it was natural progression to consolidate device management system into one. Any new devices ...  View more

  • 325 Views
  • 2 replies
  • 0 kudos

BASH/osascript: Show rsync progress in Dialog Window?

Hi All,I've been trying to find a "good way" of doing this and am coming up short - does anybody have a nice way of somehow showing progress or status from a terminal command in an osascript-created dialog? Is this even possible? :) I'm using rsync -...  View more

  • 1296 Views
  • 12 replies
  • 0 kudos

Moving to New JSS

Hi Guys, I have a bit of a weird issue, I am moving to a new JSS and I am trying to do a IP range recon, this keeps failing with a socket error, I have tried to push a quickadd and this has failed too through ARD. If however I do a single recon to on...  View more

  • 1721 Views
  • 8 replies
  • 0 kudos

VPP Configuration

Hello - I am having trouble getting the JSS to communicate to iTunes for VPP. I am seeing the following error on the JSS. 2016-04-11 08:00:51,198 [ERROR] [Tomcat-5258] [ITunesStoreUtils ] - Error performing iTunes API Search: java.net.ConnectExceptio...  View more

  • 585 Views
  • 2 replies
  • 0 kudos

Script to Name Computers

My team has nobody with any scripting ability, so this is tough for us because it takes a lot of the power of Casper Suite out of our hands. When we currently manually image a machine, we name our machine under a "Dept-Building-Asset Tag" naming sche...  View more

  • 652 Views
  • 8 replies
  • 0 kudos

Pre-configure Citrix Receiver iOS app

Greetings and salutations, I'm wondering if anyone is deploying the Citrix Receiver iOS app with their Citrix server "pre-populated" so that it is already setup when a user opens it for the first time. Is anyone doing this now and may I ask how? I'm ...  View more

  • 918 Views
  • 5 replies
  • 0 kudos

whereis jamf binary

Hi JAMF NATION I am In the process of upgrading our JSS from 9.73 -> 9.9 (testing done on 9.82) We have a number of scripts that reference the full jamf binary path at /usr/sbin/jamfI received advice to remove the full binary path within the scripts ...  View more

  • 2344 Views
  • 4 replies
  • 0 kudos

lpadmin group missing

how do i create a new lpadmin group ? this is what i have tested after checking man dseditgroup. I am just running this command right on the effected computer in terminal. dseditgroup -o create lpadmin -u admin -P passw doesn't work, i get 'username ...  View more

  • 311 Views
  • 1 replies
  • 0 kudos

JSS Not Saving New Mobile Device Name

Hello All,I don't know if I have found a bug or if I'm missing a step.I can enforce a mobile device name from JSS and if the user renames the device the name is reset by JSS to its correct value as expected. Manually enforcing device names works corr...  View more

  • 1419 Views
  • 7 replies
  • 0 kudos

Security & Privacy Settings

Hello Everyone, I am struggling a bit with the Security & Privacy settings on our macs. It looks initially if I configure a configuration profile that has anything in the login window or in the Security & Privacy settings, we lock users out of being ...  View more

  • 580 Views
  • 3 replies
  • 0 kudos

Creating Alias on User Desktop at Login

Hello! I am trying to create an alias for 3 folders that live in /Users/Shared on every User's Desktop when they log in. I am using this... #!/bin/sh #Gets Current Logged In User and Creates Alias ln -s /Users/Shared/Folder 1 /Users/$(who | awk '/con...  View more

  • 839 Views
  • 4 replies
  • 0 kudos

sudo jamf runScript: Example, Please?

Can someone please post an example of how to use the sudo jamf runScript syntax to call an existing script on the JSS server? I was hoping I could use it like such: sudo jamf runScript -id 128 But alas it does not work like Policies do. No mention of...  View more

  • 1514 Views
  • 6 replies
  • 0 kudos

Casper Suite 9.9

Next week, JAMF Software is releasing Casper Suite 9.91. Casper Suite 9.91 is a maintenance release that resolves the following defects in Casper Suite 9.9: -Apps and config profiles will be reinstalled if you click edit then save on an object that h...  View more

  • 1013 Views
  • 12 replies
  • 0 kudos

OS X Configuration Profiles Applied but not enforced?

There's been a few threads regarding config profiles in the last few weeks, and I was definitely a victim of those. But something different (though possibly related?) seems to be happening to me. I am working through deploying our 10.11 upgrade (yes,...  View more

  • 307 Views
  • 2 replies
  • 0 kudos

Windows Capablities with JSS?

Hey All, I have gotten curious and enroll one of my Windows 7 Machines into my JSS. Its seems like this could be useful for inventory or something along those lines. My main question: Can we perform any management or push anything to the Windows side...  View more

  • 426 Views
  • 5 replies
  • 0 kudos
Labels
Top Kudoed Authors