Enable-ADFSEndpoint
Enables an endpoint in the Federation Service.
Enable-ADFSEndpoint
[[-TargetAddressPath] <String>]
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Enable-ADFSEndpoint
[-TargetEndpoint] <Endpoint>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Enable-ADFSEndpoint
[-TargetFullUrl] <Uri>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Enable-ADFSEndpoint cmdlet enables an endpoint in the Federation Service.
C:\PS>Enable-ADFSEndpoint -TargetAddress /adfs/services/trust/13/Windows
Description
Enables the WS-Trust 1.3 endpoint for the Federation Service.
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Passes an object to the pipeline. By default, this cmdlet does not generate any output.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Type: | String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the endpoint to enable. This value is typically taken from the pipeline.
Type: | Endpoint |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the full URL of the endpoint to enable.
Type: | Uri |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Microsoft.IdentityServer.PowerShell.Resources.Endpoint
A class structure that represents the endpoints for the Federation Service.
None
- Endpoints provide access to the federation server functionality of Active Directory Federation Services (AD FS) 2.0, such as token issuance, Information Card 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 AD FS 2.0 proxies.