configurePcIp
Configure IP settings on a PC or end device by assigning a static IP address, subnet mask, default gateway, and DNS server, or enabling DHCP for automatic network configuration.
Instructions
Configure IP settings on a PC or end device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dnsServer | No | DNS server. | |
| ipaddress | No | IP address (if static). | |
| deviceName | Yes | PC name (must exist). | |
| subnetMask | No | Subnet mask (if static). | |
| dhcpEnabled | No | True for DHCP, false for static IP. | |
| defaultGateway | No | Default gateway. |