Citrix Virtual Apps and Desktops SDK

Get-Citrixcallhome

Returns the current configuration of Call Home.

Syntax

Get-CitrixCallHome [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

This cmdlet returns the current configuration of Call Home in a custom object containing the fields:

IsEnabled - A boolean value indicating if Call Home is currently enabled.

IsMasterImage - A boolean value indicating if the current configuration is prepared for further replication.

Parameters

Name Description Required? Pipeline Input Default Value
InformationAction   false false  
InformationVariable   false false  

Input Type

Return Values

Citrixcallhome

A custom object containing the fields:
IsEnabled - A boolean value indicating if Call Home is currently enabled.
IsMasterImage - A boolean value indicating if the current configuration is prepared for further replication.

Examples

Example 1: Get The Citrix Call Home Configuration

C:\PS>Get-CitrixCallHome
<!--NeedCopy-->

Determine if Citrix Call Home is enabled and if it is configured as a Master Image

Get-Citrixcallhome