From 2637451442ff4f04f7b860c0e365aef546c41923 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 20 Sep 2024 15:45:39 -0700 Subject: [PATCH] Update Get-ConnectionInformation.md Link fix per build report --- exchange/exchange-ps/exchange/Get-ConnectionInformation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Get-ConnectionInformation.md b/exchange/exchange-ps/exchange/Get-ConnectionInformation.md index 8e92437b48..97f9d3efd2 100644 --- a/exchange/exchange-ps/exchange/Get-ConnectionInformation.md +++ b/exchange/exchange-ps/exchange/Get-ConnectionInformation.md @@ -46,7 +46,7 @@ The output of the cmdlet contains the following properties: - Id: An integer that identifies the session in the PowerShell window. The first connection is 1, the second is 2, etc. - Name: A unique name that's based on the PowerShell environment and Id value. For example, ExchangeOnline_1 for Exchange Online PowerShell or ExchangeOnlineProtection_1 for Security & Compliance PowerShell. - UserPrincipalName: The account that was used to connect. For example, `laura@contoso.onmicrosoft.com`. -- ConnectionUri: The connection endpoint that was used. For example, for Exchange Online PowerShell or for Security & Compliance PowerShell. +- ConnectionUri: The connection endpoint that was used. For example, `https://outlook.office365.com` for Exchange Online PowerShell or `https://nam12b.ps.compliance.protection.outlook.com` for Security & Compliance PowerShell. - AzureAdAuthorizationEndpointUri : The Microsoft Entra authorization endpoint for the connection. For example, `https://login.microsoftonline.com/organizations` for Exchange Online PowerShell or `https://login.microsoftonline.com/organizations` for Security & Compliance PowerShell. - TokenExpiryTimeUTC: When the connection token expires. For example, 9/30/2023 6:42:24 PM +00:00. - CertificateAuthentication: Whether certificate based authentication (also known as CBA or app-only authentication) was used to connect. Values are True or False.