Citrix Daas SDK

Get-AnalyticsSite

This cmdlet returns the site configuration for the Analytics Service/Customer Experience Improvement Program. Details are available at http://more.citrix.com/XD-CEIP

Syntax

Get-AnalyticsSite
   [<CitrixCommonParameters>]
   [<CommonParameters>]
<!--NeedCopy-->

Description

The configuration will be contained in the Site object that is returned. The Site object has two properties, Enabled, and DataDefinitionVersion. If Enabled is True, then site is participating in the Citrix Experience Improvement Program.

Examples

EXAMPLE 1

This retrieves the Analytics Site configuration.

Get-AnalyticsSite

DataDefinitionVersion                           Enabled
---------------------                           -------
1.0.0                                           False
<!--NeedCopy-->

Parameters

CitrixCommonParameters

This cmdlet supports the common Citrix parameters: -AdminAddress, -AdminClientIP, -BearerToken, -TraceParent, -TraceState and -VirtualSiteId. For more information, see about_CitrixCommonParameters.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

You can’t pipe objects to this cmdlet.

Outputs

Citrix.Analytics.Sdk.Site

The site object with configuration properties.

Get-AnalyticsSite