Due to replacement of the Office 365 IP list with new web service, I wrote a new, improved script that returns all IPs needed for all services of O365 in format for Cisco ASA: # CHANGE PATH $Path = ‘E:’ $Report = "$Path\Report.txt" $date = Get-Date -format "yyyyMMdd" $dateReport…
Office 365
I had problem with Office 365 because of firewall, so I wrote script that makes list of all IPs needed for O365 that can be easily imported to Cisco ASA: # CHANGE PATH $Path = ‘E:’ $Report = "$Path\Report.txt" $date = Get-Date -format "yyyyMMdd" $dateReport = Get-Date -format "dd.MM.yyyy"…