Routing Exam 2025-2026 Question And Answers
Graded A+
What is the purpose of the Autodiscover service?
The Autodiscover service minimizes user configuration by providing clients access
to Exchange features.
How does Autodiscover assist Exchange Web Services (EWS) clients?
Autodiscover helps EWS clients find the EWS endpoint URL.
What changes were introduced in Exchange 2016 regarding Client Access
services?
Client Access services are now provided by the Mailbox server, eliminating the
need for standalone Client Access servers.
What role does Active Directory play in the Autodiscover service?
Active Directory stores and provides authoritative URLs for domain-joined
computers to locate Autodiscover servers.
,What is a common command to retrieve the internal and external URL values for
the EAC?
Get-EcpVirtualDirectory -Identity 'Mailbox01\ecp (Default Web Site)' | Format-
List *Url
What is the default behavior regarding access to the EAC?
By default, access to the EAC is not restricted and can be accessed via Outlook on
the web on an Internet-facing Exchange server.
What command creates a Client Access Rule that always allows remote
PowerShell?
New-ClientAccessRule -Name 'Always Allow Remote PowerShell' -Action Allow
-AnyOfProtocols RemotePowerShell -Priority 1
What does the Priority component of a Client Access Rule indicate?
It indicates the order in which rules are applied to client connections, with lower
numbers indicating higher priority.
What is the command to return a summary list of all Client Access Rules?
,Get-ClientAccessRule
What command would you use to block remote PowerShell access for a specific IP
range?
New-ClientAccessRule -Name 'Block PowerShell' -Action DenyAccess -
AnyOfProtocols RemotePowerShell -ExceptAnyOfClientIPAddressesOrRanges
192.168.10.1/24
What is the purpose of the Test-ClientAccessRule command?
It tests if a specific client connection matches a set of Client Access Rules based on
given properties.
What is the significance of the Exceptions component in a Client Access Rule?
Exceptions identify client connections that the Action shouldn't apply to,
overriding Conditions.
What is the command to retrieve detailed information about a specific Client
Access Rule?
Get-ClientAccessRule -Identity '<RuleName>' | Format-List [<Specific properties
to view>]
, What is a common external URL value format for the EAC?
It typically resembles a fully qualified domain name configured for external
access.
What is the role of the Transport Layer Security (TLS) in CAS?
TLS provides encryption for client connections managed by CAS.
What do SCP objects in Active Directory provide for domain-joined clients?
They provide an easy way for clients to look up Autodiscover servers.
What are the two types of SCP objects published by Exchange for the
Autodiscover service?
SCP Pointers and SCP URLs.
What is the purpose of SCP Pointers?
They contain information that points to specific LDAP servers for locating
Autodiscover SCP objects.