< Back

Get-AADIntEndpointIps

Fri Jan 10, 2020 5:44 pm

NAME Get-AADIntEndpointIps



SYNOPSIS

Get Office 365 endpoint ips and urls





SYNTAX

Get-AADIntEndpointIps [[-Instance] <String>] [<CommonParameters>]





DESCRIPTION

Get Office 365 endpoint ips and urls





PARAMETERS

-Instance <String>

The instance which ips and urls are returned. Defaults to WorldWide.



Required? false

Position? 1

Default value Worldwide

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-AADIntEndpointIps



id : 1

serviceArea : Exchange

serviceAreaDisplayName : Exchange Online

urls : {outlook.office.com, outlook.office365.com}

ips : {13.107.6.152/31, 13.107.9.152/31, 13.107.18.10/31, 13.107.19.10/31...}

tcpPorts : 80,443

expressRoute : True

category : Optimize

required : True



id : 2

serviceArea : Exchange

serviceAreaDisplayName : Exchange Online

urls : {smtp.office365.com}

ips : {13.107.6.152/31, 13.107.9.152/31, 13.107.18.10/31, 13.107.19.10/31...}

tcpPorts : 587

expressRoute : True

category : Allow

required : True









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-AADIntEndpointIps -Instance Germany



id : 1

serviceArea : Exchange

serviceAreaDisplayName : Exchange Online

urls : {outlook.office.de}

ips : {51.4.64.0/23, 51.5.64.0/23}

tcpPorts : 80,443

expressRoute : False

category : Optimize

required : True



id : 2

serviceArea : Exchange

serviceAreaDisplayName : Exchange Online

urls : {r1.res.office365.com}

tcpPorts : 80,443

expressRoute : False

category : Default

required : True











RELATED LINKS