{
  "name": "Get-NetIpAddress",
  "description": "Run the Get-NetIpAddress cmdlet to find all IP Addresses belonging to the host.",
  "hosts": ["local", "remote"],
  "result_type": "ip_addresses",
  "run": {
    "command": "Get-NetIpAddress",
    "method": "cimsession",
    "json": true,
    "result": "IPAddress"
  }
}