ADFS metadata URL

What is the ADFS metadata URL? For an unspecified reason, you do not know the ADFS metadata URL.

Solution

On the AD FS server, make and start a PowerShell command that retrieves the full URL.

Sample code:

Get-AdfsEndpoint -AddressPath "/FederationMetadata/2007-06/FederationMetadata.xml"

Note
This sample code is for illustrative purposes only. This sample code have not been thoroughly tested under all conditions. Zivver, therefore, cannot guarantee or imply reliability, serviceability, or function of this code.