< Back

Get-ISHSTSRelyingParty

Wed Jan 15, 2020 8:17 am

NAME Get-ISHSTSRelyingParty



SYNOPSIS

Gets all relying parties from the infosharests database. The switches acts as filter based on the RP name.





SYNTAX

Get-ISHSTSRelyingParty [-ISH <SwitchParameter>] [-LC <SwitchParameter>] [-BL <SwitchParameter>] [-ISHDeployment

<ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Get-ISHSTSRelyingParty cmdlet gets all relying parties from the infosharests database.





PARAMETERS

-ISH <SwitchParameter>

Flag to return relying parties for InfoShare.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-LC <SwitchParameter>

Flag to return relying parties for LiveContent.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-BL <SwitchParameter>

Flag to return relying parties for BlueLion.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ISHDeployment <ISHDeployment>

Specifies the name or instance of the Content Manager deployment.



Required? false

Position? named

Default value

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



---------- EXAMPLE 1 ----------



PS C:\\>Get-ISHSTSRelyingParty -ISHDeployment $deployment -ISH



This command gets all relying parties from the infosharests database where name of relying party starts with "ISH".

---------- EXAMPLE 2 ----------



PS C:\\>Get-ISHSTSRelyingParty -ISHDeployment $deployment -LC



This command gets all relying parties from the infosharests database where name of relying party starts with "LC".

---------- EXAMPLE 3 ----------



PS C:\\>Get-ISHSTSRelyingParty -ISHDeployment $deployment -BL



This command gets all relying parties from the infosharests database where name of relying party starts with "BL".

---------- EXAMPLE 4 ----------



PS C:\\>Get-ISHSTSRelyingParty -ISHDeployment $deployment -ISH -BL -LC #Any combination



This command gets all relying parties from the infosharests database. Parameter $deployment is a deployment name

or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS

Remove-ISHIntegrationSTSCertificate

Reset-ISHSTS

Set-ISHIntegrationSTSCertificate

Set-ISHSTSConfiguration

Set-ISHSTSRelyingParty