Set-RASSAMLIDP
Modifies a SAMLIDP.
Set-RASSAMLIDP [-] <uint> [- <bool>] [- <string>] [- <bool>] [- <string>] [- {UserPrincipalName | ImmutableID | SID | sAMAccountName | Custom}] [- <string>] [- <bool>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <uint>] [<>]
Set-RASSAMLIDP [-] <> [- <bool>] [- <string>] [- <bool>] [- <string>] [- {UserPrincipalName | ImmutableID | SID | sAMAccountName | Custom}] [- <string>] [- <bool>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <uint>] [<>]
Set-RASSAMLIDP [-] <string> [[-] <uint>] [- <bool>] [- <string>] [- <bool>] [- <string>] [- {UserPrincipalName | ImmutableID | SID | sAMAccountName | Custom}] [- <string>] [- <bool>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <string>] [- <uint>] [<>]
Modifies properties of a SAMLIDP.
-Name <string> The name of the target SAMLIDP.
This must be the actual SAMLIDP name used in the RAS farm.
-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 <> 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.
-AttributeType <> 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>
---------- 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).
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? 1
Default value 0
Accept pipeline input? false
Accept wildcard characters? false Required? true
Position? 0
Default value 0
Accept pipeline input? false
Accept wildcard characters? false Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.