編集

次の方法で共有


Enable-AdfsEndpoint

Enables an endpoint in AD FS.

Syntax

Address

Enable-AdfsEndpoint
    [[-TargetAddressPath] <String>]
    [-PassThru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

TargetObject

Enable-AdfsEndpoint
    [-TargetEndpoint] <Endpoint>
    [-PassThru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

FullUrl

Enable-AdfsEndpoint
    [-TargetFullUrl] <Uri>
    [-PassThru]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Enable-AdfsEndpoint cmdlet enables an endpoint in Active Directory Federation Services (AD FS).

Examples

Example 1: Enable an endpoint

PS C:\> Enable-AdfsEndpoint -TargetAddress "/adfs/services/trust/13/Windows"

This command enables the WS-Trust 1.3 endpoint for AD FS.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TargetAddressPath

Specifies the address path of the endpoint. The cmdlet enables the endpoint that you specify.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Address
Position:0
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-TargetEndpoint

Specifies the endpoint to enable. This value is typically taken from the pipeline.

Parameter properties

Type:Endpoint
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

TargetObject
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-TargetFullUrl

Specifies the full URL of the endpoint to enable.

Parameter properties

Type:Uri
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

FullUrl
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.IdentityServer.PowerShell.Resources.Endpoint

A class structure that represents the endpoints for the Federation Service.

Outputs

None

Notes

  • Endpoints provide access to the federation server functionality of AD FS, such as token issuance and the publishing 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.