All pages
Powered by GitBook
1 of 1

Loading...

Get-RASSAMLIDP

NAME

Get-RASSAMLIDP

SYNOPSIS

Retrieves information about one or multiple SAMLIDP.

SYNTAX

Get-RASSAMLIDP [[-] <uint>] [<>] Get-RASSAMLIDP [[-] <string>] [[-] <uint>] [<>]

DESCRIPTION

Retrieves information about one or multiple SAMLIDP.

PARAMETERS

-Name <string> The name of the SAMLIDP for which to retrieve the information. This must be the actual SAMLIDP name used in the RAS connection.

-SiteId <uint> Site ID from which to retrieve the SAMLIDP information. If the parameter is omitted, the Licensing Server site ID will be used.

-Id <uint> The ID of a SAMLIDP for which to retrieve the information.

<CommonParameters>

INPUTS

-none-

OUTPUTS

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASSAMLIDP "My SAMLIDP" | Format-List Retrieves information about the SAMLIDP specified by name from the Licensing Server site. To retrieve the info from a specific site, specify the -SiteId parameter. The Format-List cmdlet formats the display output to include all available group properties. ---------- EXAMPLE 2 ---------- Get-RASSAMLIDP -Id 10 Retrieves information about the SAMLIDP specified by ID.

Id
CommonParameters
Name
SiteId
CommonParameters
SAMLIDP
The
server
or
authorization
authority
that
the
client
can
use
to
authenticate
        Required?                    false
        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?                    false
        Position?                    0
        Default value                0
        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 .