Invoke-RASSAMLIDP

NAME

Invoke-RASSAMLIDP

SYNOPSIS

Invokes a SAMLIDP action.

SYNTAX

Invoke-RASSAMLIDP [Id] (uint)** -Duplicate (SwitchParameter) [(CommonParameters)]

Invoke-RASSAMLIDP [-InputObject] (SAMLIDP) -Duplicate (SwitchParameter) [(CommonParameters)]

DESCRIPTION

Invokes a SAMLIDP action.

PARAMETERS

Id (uint)

The ID of the SAMLIDP to invoke the action on. To obtain the ID, use the Get-RASSAMLIDP cmdlet.

InputObject (SAMLIDP)

The SAMLIDP object to invoke the action on.

Duplicate (SwitchParameter)

Specifies to duplicate the SAMLIDP.

(CommonParameters)

INPUTS

SAMLIDP

OUTPUTS

SAMLIDP

The

server

or

authorization

authority

that

the

client

can

use

to

authenticate

EXAMPLES

---------- EXAMPLE 1 ----------

Invoke-RASSAMLIDP -Id 1 -Duplicate

Adds a new SAMLIDP by duplicating the SAMLIDP with ID 1.

Last updated