Set-RASSAMLIDP

NAME

Set-RASSAMLIDP

SYNOPSIS

Modifies a SAMLIDP.

SYNTAX

Set-RASSAMLIDP [-Idarrow-up-right] <uint> [[-AllowUnencryptedAssertionarrow-up-right] <bool>] [[-AttributeADarrow-up-right] <string>] [[-AttributeSAMLarrow-up-right] <string>] [[-AttributeTypearrow-up-right] {UserPrincipalName | ImmutableID | SID | sAMAccountName | Custom}] [[-Hostarrow-up-right] <string>] [[-IDPCertificatearrow-up-right] <string>] [[-IDPEntityIDarrow-up-right] <string>] [[-LogonURLarrow-up-right] <string>] [[-LogoutURLarrow-up-right] <string>] [[-SPCertificatearrow-up-right] <string>] [[-ThemeIdarrow-up-right] <uint>] [-AttributeEnabledarrow-up-right <bool>] [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-NewNamearrow-up-right <string>] [<CommonParametersarrow-up-right>] Set-RASSAMLIDP [-InputObjectarrow-up-right] <SAMLIDParrow-up-right> [[-AllowUnencryptedAssertionarrow-up-right] <bool>] [[-AttributeADarrow-up-right] <string>] [[-AttributeSAMLarrow-up-right] <string>] [[-AttributeTypearrow-up-right] {UserPrincipalName | ImmutableID | SID | sAMAccountName | Custom}] [[-Hostarrow-up-right] <string>] [[-IDPCertificatearrow-up-right] <string>] [[-IDPEntityIDarrow-up-right] <string>] [[-LogonURLarrow-up-right] <string>] [[-LogoutURLarrow-up-right] <string>] [[-SPCertificatearrow-up-right] <string>] [[-ThemeIdarrow-up-right] <uint>] [-AttributeEnabledarrow-up-right <bool>] [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-NewNamearrow-up-right <string>] [<CommonParametersarrow-up-right>] Set-RASSAMLIDP [-Namearrow-up-right] <string> [[-AllowUnencryptedAssertionarrow-up-right] <bool>] [[-AttributeADarrow-up-right] <string>] [[-AttributeSAMLarrow-up-right] <string>] [[-AttributeTypearrow-up-right] {UserPrincipalName | ImmutableID | SID | sAMAccountName | Custom}] [[-Hostarrow-up-right] <string>] [[-IDPCertificatearrow-up-right] <string>] [[-IDPEntityIDarrow-up-right] <string>] [[-LogonURLarrow-up-right] <string>] [[-LogoutURLarrow-up-right] <string>] [[-SPCertificatearrow-up-right] <string>] [[-ThemeIdarrow-up-right] <uint>] [[-SiteIdarrow-up-right] <uint>] [-AttributeEnabledarrow-up-right <bool>] [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-NewNamearrow-up-right <string>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Modifies properties of a SAMLIDP.

PARAMETERS

-Name <string> The name of the target SAMLIDP. This must be the actual SAMLIDP name used in the RAS farm.

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

-SiteId <uint> Site ID in which to modify the specified SAMLIDP. If the parameter is omitted, the site ID of the Licensing Server will be used.

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

-InputObject <SAMLIDParrow-up-right> The SAMLIDP to modify. To obtain an object of type SAMLIDP representing a SAMLIDP, use the Get-SAMLIDP cmdlet.

-Enabled <bool> Enable or disable the specified SAMLIDP in a site.

-NewName <string> The new name of the target SAMLIDP.

-Description <string> A user-defined SAMLIDP description.

-ThemeId <uint> Specifies the SAMLIDP theme

-IDPEntityID <string> The IDP entity ID

-IDPCertificate <string> The IDP certificate

-LogonURL <string> The logon URL

-LogoutURL <string> The logout URL

-AllowUnencryptedAssertion <bool> Allow unencrypted assertion

-Host <string> Host name of gateway This specified gateway will receive the calls for SP URLs.

-SPCertificate <string> Specifies the service provider certificate

-AttributeType <AttributeTypearrow-up-right> Specifies the attribute type Possible values: UserPrincipalName, ImmutableID, SID, sAMAccountName, Custom

-AttributeEnabled <bool> Enable or disable an attribute of a specified SAMLIDP

-AttributeSAML <string> Specifies the SAMLIDP attribute.

-AttributeAD <string> Specifies the AD attribute.

<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 ---------- Set-RASSAMLIDP "My SAMLIDP" -Enabled $False Disables the SAMLIDP specified by name. ---------- EXAMPLE 2 ---------- Set-RASSAMLIDP -Id 10 -Enabled $False Disables the SAMLIDP specified by ID. ---------- EXAMPLE 3 ---------- Set-RASSAMLIDP $SAMLIDP -Enabled $False Disables the SAMLIDP specified by the $SAMLIDP variable (an object of type SAMLIDP).

Last updated