Disable Ethernet Port on Force 200 SM from cnMaestro

Hey, I am unsure of what command to send to an SM to disable the ethernet port in cnMaestro?
Just looking to turn somebody’s internet off. But, may turn it back on later.

Thanks

Barry

JUst create template and run remotly on SM

{
    "device_props": {
         "networkLanEnabled": "0"
    }
}
1 Like