Citrix StoreFront SDK PowerShell Modules

Get-STFExplictJsonAuthCEIP

Get the usage of the Explicit Json services

Syntax

Get-STFExplictJsonAuthCEIP [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Get the usage of the Explicit Json services for the Customer Experience program

Input Type

###

Return Values

String

The .NET System.String reference type

Examples

EXAMPLE 1 Get usage of the Explicit Json services

$jsonResultString = Get-STFExplictJsonAuthCEIP
<!--NeedCopy-->

REMARKS

The response string is an object represented as a JSON format string

OUTPUT

{"JSONExplicitAuthCEIP":[{"SuccessCount":182,"FailureCount":0,"AuthServiceUptime":3671,"Enabled":true},{"SuccessCount":0,"FailureCount":0,"AuthServiceUptime":0,"Enabled":true}]}
<!--NeedCopy-->
Get-STFExplictJsonAuthCEIP