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.

        Required?                    true

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false

-InputObject <SAMLIDP> The SAMLIDP object to invoke the action on.

        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       true (ByValue)

        Accept wildcard characters?  false

-Duplicate <SwitchParameter> Specifies to duplicate the SAMLIDP.

        Required?                    true

        Position?                    named

        Default value                False

        Accept pipeline input?       false

        Accept wildcard characters?  false

<CommonParameters>

        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

        OutBuffer, PipelineVariable, and OutVariable. For more information, see 

        about_CommonParameters documentation. 

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

© 2024 Parallels International GmbH. All rights reserved.