Windows - Disable WWAN - Limit Data Usage
Sample scripts which can be deployed to Windows devices via AirWatch's Product Provisioning. The main use case was to limit data overages from the mobile broadband card, while forcing devices to use LAN or Wifi networks as much as possible. The PowerShell file creates a schedule task, which is based on the detection of wifi/lan successful connection and disconnection using event IDs. The batch (.bat) files are to enable and disable the WWAN network, in this case it was a Verizon broadband network, you can update the batch file with the name of the network adapter you want to disable. These scripts require modifications before using in production environments, to best suit your use-cases.
Sign in to be able to add comments.