I'm a newbie with managing Macs already did a quick google search about this. I was able to find a script to do it but I'm not sure how to deploy this yet.
"
#!/bin/bash
sudo networksetup -removepreferredwirelessnetwork en0 GuestNetworkName
exit 0"
Is this possible using the Configuration Profile or is deploying the Bash Script via Package Deployment the only way to do this at the moment?
We need to block a WiFi AP because the Macs are unreachable by PMM when their on this network.
"
#!/bin/bash
sudo networksetup -removepreferredwirelessnetwork en0 GuestNetworkName
exit 0"
Is this possible using the Configuration Profile or is deploying the Bash Script via Package Deployment the only way to do this at the moment?
We need to block a WiFi AP because the Macs are unreachable by PMM when their on this network.