< Back

Get-AADIntEASAutoDiscover

Fri Jan 10, 2020 5:42 pm

NAME Get-AADIntEASAutoDiscover



SYNOPSIS

Performs autodiscover for the given user and protocol





SYNTAX

Get-AADIntEASAutoDiscover [-Email] <String> [[-Protocol] <String>] [<CommonParameters>]





DESCRIPTION

Performs autodiscover for the given user using AutoDiscover V2. Returns the url of the requested protocol,

defaults to ActiveSync





PARAMETERS

-Email <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Protocol <String>



Required? false

Position? 2

Default value All

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-AADIntEASAutoDiscover -Email user@company.com



Protocol Url

-------- ---

ActiveSync https://outlook.office365.com/Microsoft ... ActiveSync









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



PS C:\\>Get-AADIntEASAutoDiscover -Email user@company.com -Protocol All



Protocol Url

-------- ---

Rest https://outlook.office.com/api

ActiveSync https://outlook.office365.com/Microsoft ... ActiveSync

Ews https://outlook.office365.com/EWS/Exchange.asmx

Substrate https://substrate.office.com

Substratesearchservice https://outlook.office365.com/search

AutodiscoverV1 https://outlook.office365.com/autodisco ... scover.xml

substratesearchservice https://outlook.office365.com/search

substratenotificationservice https://substrate.office.com/insights

outlookmeetingscheduler https://outlook.office.com/scheduling/api

outlookpay https://outlook.office.com/opay











RELATED LINKS