Citrix Virtual Apps and Desktops SDK

New-CitrixCallHomeUploadToken

Creates a Citrix Call Home upload token that can then be used to upload to the Citrix Insight Services (CIS).

Syntax


New-CitrixCallHomeUploadToken -UploadGrantToken <String> [-ValidUntil <String>] [<CommonParameters>]

<!--NeedCopy-->

Detailed Description

This cmdlet creates a Citrix Call Home upload token that can then be used to upload to the Citrix Insight Services (CIS).

Parameters

Name Description Required? Pipeline Input Default Value
UploadGrantToken The Upload Grant Token is associated with the company/organization rather than the individual creating the grant and is used to create an Upload Token. Citrix Call Home Upload Grant Token can be generated from New-CitrixCallHomeUploadGrantToken cmdlet. true true  
ValidUntil The generated Citrix Call Home upload token will be valid until the specified time. false true 0(Infinite)

Input Type

Return Values

Examples

Example 1: Generate An Upload Token That’s Valid Until 2017/1/1 00:00:00


PS C:\>New-CitrixCallHomeUploadToken -UploadGrantToken xxxxxxxx  -ValidUntil "2017/1/1 00:00:00"

<!--NeedCopy-->

Citrix Call Home upload grant token can be generated by New-CitrixCallHomeUploadGrantToken

New-CitrixCallHomeUploadToken