Skip to content

Configuration profile not defining multiple settings #170

Closed Answered by mthielemann
cfsievers asked this question in Q&A
Discussion options

You must be logged in to vote

If you use the Upload function in Jamf Pro, your profile must just look like this, because Jamf tried to make it easier for their users:

<?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>LimitToUser</key>
	<array>
		<string>test1</string>
		<string>test3</string>
	</array>
	<key>ExpirationIntervalMax</key>
	<integer>30</integer>
</dict>
</plist>

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@cfsievers
Comment options

@cfsievers
Comment options

@mthielemann
Comment options

@mthielemann
Comment options

Answer selected by cfsievers
@cfsievers
Comment options

@cfsievers
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants