Remove-RASSAMLIDP

NAME

Remove-RASSAMLIDP

SYNOPSIS

Removes the SAMLIDP specified by name from the Licensing Server site (default).

SYNTAX

Remove-RASSAMLIDP [-Idarrow-up-right] <uint> [<CommonParametersarrow-up-right>] Remove-RASSAMLIDP [-InputObjectarrow-up-right] <SAMLIDParrow-up-right> [<CommonParametersarrow-up-right>] Remove-RASSAMLIDP [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

To remove a SAMLIDP from a specific site, specify the -SiteId parameter.

PARAMETERS

-Name <string> The name of the SAMLIDP to remove from a site.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-SiteId <uint> Site ID from which to remove the SAMLIDP.

-Id <uint> The ID of the SAMLIDP to remove from the site. To obtain the ID, use the Get-SAMLIDP cmdlet.

-InputObject <SAMLIDParrow-up-right> The SAMLIDP to remove from a site. To obtain a SAMLIDP object representing a SAMLIDP, use the Get-SAMLIDP command.

<CommonParameters>

INPUTS

SAMLIDParrow-up-right

OUTPUTS

SAMLIDParrow-up-rightThearrow-up-rightserverarrow-up-rightorarrow-up-rightauthorizationarrow-up-rightauthorityarrow-up-rightthatarrow-up-rightthearrow-up-rightclientarrow-up-rightcanarrow-up-rightusearrow-up-righttoarrow-up-rightauthenticatearrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Remove-RASSAMLIDP "My SAMLIDP" Removes the SAMLIDP specified by name from the Licensing Server site (default). To remove a SAMLIDP from a specific site, specify the -SiteId parameter. ---------- EXAMPLE 2 ---------- Remove-RASSAMLIDP -Id 10 Removes the SAMLIDP specified by ID. To obtain the group ID, use the Get-SAMLIDP cmdlet. ---------- EXAMPLE 3 ---------- Get-RASSAMLIDP -Id 10 | Remove-RASSAMLIDP Removes a SAMLIDP, which is identified by an object obtained from the pipeline output.

Last updated