inventory collection

ollyfurr
New Contributor

HI

Im trying to setup a custom path on the inventory collection i want it to collect everything in the Users application folder but i dont know the syntax i need to use

 

users/johndoe/applications ??

1 REPLY 1

mjhersh
Contributor

You can use a tilde to represent home folders. If you make an entry for ~/Applications then it will catch apps in every user's Applications folder. Unfortunately, they will all display in Jamf as "~/Applications/whatever.app", so you will not know which user has which app without further inspection.

If you have a standard user name (in a computer lab, perhaps?), you could also use the full path, /Users/johndoe/Applications . You need the leading slash for absolute paths.