Does not look pretty, but gives you an idea of where Meraki has 3389 open to the outside world and what IPs are allow. If somone have a better looking metric, I would like to see it.
Networks[?State == 'Active'][].PortForwardingRules[].rules[?publicPort == '3389'].join(
,
, [join(
:
, [
Name
, to_string(name),
Allowed IPs
,to_string(allowedIps)])])