System Manager USB lock?

SOLVED
LeonJVR
Comes here often

System Manager USB lock?

Hi everyone,

 

Can someone tell me if its possible to block any devices(Mac's/Laptops) USB ports on System Manager?

 

I have googled it and found some old threads that say its not possible but nothing in regards to the latest SM.

 

 

 

1 ACCEPTED SOLUTION
BlakeRichardson
Kind of a big deal
Kind of a big deal

@LeonJVR  I don't believe so, there are no "Finder" settings configurable in systems manager. Currently its very limited in what it can do for MacOS devices. 

View solution in original post

2 REPLIES 2
BlakeRichardson
Kind of a big deal
Kind of a big deal

@LeonJVR  I don't believe so, there are no "Finder" settings configurable in systems manager. Currently its very limited in what it can do for MacOS devices. 

jm_peterson
Getting noticed

If you are just looking to block mass storage USB devices you can use the following profile

<?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>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Configures Allowed Media settings</string>
<key>PayloadDisplayName</key>
<string>Allowed Media</string>
<key>PayloadIdentifier</key>
<string>9D5EA197-E941-48CD-84BA-28373017A52C.com.apple.systemuiserver.2C31DE6A-E143-4800-ABD4-369EA4474521</string>
<key>PayloadOrganization</key>
<string>MegaCorp</string>
<key>PayloadType</key>
<string>com.apple.systemuiserver</string>
<key>PayloadUUID</key>
<string>2C31DE6A-E143-4800-ABD4-369EA4474521</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>logout-eject</key>
<dict>
<key>harddisk-external</key>
<array>
<string>deny</string>
<string>eject</string>
</array>
</dict>
<key>mount-controls</key>
<dict>
<key>harddisk-external</key>
<array>
<string>deny</string>
<string>eject</string>
</array>
</dict>
<key>unmount-controls</key>
<dict>
<key>harddisk-external</key>
<array>
<string>deny</string>
<string>eject</string>
</array>
</dict>
</dict>
</array>
<key>PayloadDescription</key>
<string>USB Management</string>
<key>PayloadDisplayName</key>
<string>USB Settings</string>
<key>PayloadIdentifier</key>
<string>9D5EA197-E941-48CD-84BA-28373017A52C</string>
<key>PayloadOrganization</key>
<string>MegaCorp</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>9D5EA197-E941-48CD-84BA-28373017A52C</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.
Labels