cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3898
Views
0
Helpful
2
Replies

System Manager USB lock?

LeonJVR1
Community Member

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

Accepted Solutions

BlakeRichardson
Meraki Community All-Star
Meraki Community All-Star

@LeonJVR1 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.

If you found this post helpful, please give it Kudos. If my answer solves your problem, please click Accept as Solution so others can benefit from it.

View solution in original post

2 Replies 2

BlakeRichardson
Meraki Community All-Star
Meraki Community All-Star

@LeonJVR1 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.

If you found this post helpful, please give it Kudos. If my answer solves your problem, please click Accept as Solution so others can benefit from it.

jm_peterson
Community Member

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>