Citrix Daas SDK

New-VusScheduledUpdate

Creates a new scheduled update.

Syntax

New-VusScheduledUpdate -DateTime <DateTime> -EntityId <Guid> -EntityTypeId <EntityType> -UpdateId <Guid> [-ParentId <Guid>] [-LoggingId <Guid>] [-BearerToken <String>] [-TraceParent <String>] [-TraceState <String>] [-VirtualSiteId <String>] [-AdminAddress <String>] [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

The VDA Update Service creates a new scheduled update for the specified Machine, Catalog or Delivery Group entity.

Parameters

Name Description Required? Pipeline Input Default Value
DateTime The date and time when the update should begin true true (ByPropertyName)  
EntityId The unique identifier for this entity true true (ByPropertyName)  
EntityTypeId The type of entity affected by this update (e.g. Machine, Catalog or DeliveryGroup) true true (ByPropertyName)  
UpdateId The unique identifier for this update true true (ByPropertyName)  
ParentId The unique identifier for the parent of this scheduled update false true (ByPropertyName)  
LoggingId Specifies the identifier of the high-level operation this cmdlet call forms a part of. Citrix Studio and Director typically create high-level operations. PowerShell scripts can also wrap a series of cmdlet calls in a high-level operation by way of the Start-LogHighLevelOperation and Stop-LogHighLevelOperation cmdlets. false false  
BearerToken Specifies the bearer token assigned to the calling user false false  
TraceParent Specifies the trace parent assigned for internal diagnostic tracing use false false  
TraceState Specifies the trace state assigned for internal diagnostic tracing use false false  
VirtualSiteId Specifies the virtual site the PowerShell snap-in will connect to. false false  
AdminAddress Specifies the address of a XenDesktop controller the PowerShell snap-in will connect to. You can provide this as a host name or an IP address. false false Localhost. Once a value is provided by any cmdlet, this value becomes the default.

Input Type

CitrixVdaupdateserviceSdkScheduledupdate

Return Values

CitrixVdaupdateserviceSdkScheduledupdate

Examples

Example 1

C:\PS> New-VusScheduledUpdate -EntityId "26C82B4E-A8E7-4013-8055-9110FD9FFDC9" -EntityTypeId Machine -UpdateId "8019156C-607E-4C99-BBAF-5585392028A5" -DateTime XXXX
<!--NeedCopy-->

Description

Creates a new scheduled update for the specified entity

New-VusScheduledUpdate