You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example Office 365 group sync script does only import IPv4 and IPv6 addresses, but MS also publishes (mostly wildcard) dns domains.
Please add a method to create domain objects, so we can import these dns domains as non-fqdn domain objects.
The text was updated successfully, but these errors were encountered:
Domain object creation does already existing in back-end CheckPoint.NET so just need to add POSH interface to it. I will add this to the list.
As for importing all the O365 wildcard domains, this may not give you the desired effect depending on what all the IPs reverse lookups resolve to (Some don't resolve to any name, some resolve to Azure domains, not the wildcard domains listed). It also will add a performance hit to your gateways.
The example Office 365 group sync script does only import IPv4 and IPv6 addresses, but MS also publishes (mostly wildcard) dns domains.
Please add a method to create domain objects, so we can import these dns domains as non-fqdn domain objects.
The text was updated successfully, but these errors were encountered: