Get-AdfsEndpoint

Get-AdfsEndpoint is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.

Synopsis

Retrieves an endpoint in AD FS.

Description

The Get-AdfsEndpoint cmdlet retrieves a specified endpoint from Active Directory Federation Services (AD FS). The collection of AdfsEndpoint objects is a list of all the supported endpoints that are on the server. You can use this list to view the configuration of endpoints and enable or disable them. To see the full list of endpoints, use this cmdlet with no parameters.

Parameters

 -AddressPath
Specifies an array of address paths that do not include the AD FS service name. The cmdlet gets endpoints that correspond to the paths that you specify. An example of such a path is /adfs/portal/updatepassword.

    Required?                    false
    Position?                    1
    Default value                none
    Accept pipeline input?       True (ByValue)
    Accept wildcard characters?  false

-FullUrl <Uri[]>
    Specifies the full URL of the endpoint to retrieve.

    Required?                    true
    Position?                    1
    Default value                none
    Accept pipeline input?       True (ByValue)
    Accept wildcard characters?  false

Syntax

Get-AdfsEndpoint [[-AddressPath] <String[]>] [<CommonParameters>]

Get-AdfsEndpoint [-FullUrl] <Uri[]> [<CommonParameters>]

Notes
Endpoints provide access to the federation server functionality of AD FS, such as token issuance and the publication of federation metadata. Depending on the type of endpoint, you can enable or disable the endpoint or control whether the endpoint is published to Web Application Proxy.

————————–Example 1————————–
Get an endpoint
PS C:>Get-AdfsEndpoint -AddressPath “/adfs/services/trust/13/Windows”
This command gets the WS-Trust 1.3 endpoint.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-AdfsEndpoint

Get-Command Get-AdfsEndpoint powershell script command cmdlet

You can also read about

  • Disable-AdfsEndpoint
  • Enable-AdfsEndpoint
  • Set-AdfsEndpoint

To know more PowerShell cmdlets(Commands) on Active Directory Federation Services(ADFS) click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *