Hello,
I'm looking for correct way to add my IP address to white list on tenant.
I found a cmdlet New-HostedConnectionFilterPolicy which allows to create a new policy with new set of IP addresses. I found that i can have a few connection policies. And i found no way to specify policy scope etc.
The question is : if i have multiple connection filter policies how is it calculated effective policies set? Is it enough to add my IP to default connection policy and can it be overridden by another policy?
For example:
I have a three policies:
- Default - empty
- MyIpAlloweed - ip 1.1.1.1 in white list
- MyIpDisallowed - ip 1.1.1.1 in black list
How it will works?
Thank You!