7.0

Table Of Contents
Table 314. -composerTask Parameter Settings (Continued)
Setting Description
mkChkPoint Create a checkpoint snapshot.
rebalance Rebalance a linked clone machine.
replaceUdd Replace a persistent disk.
resync Recompose a linked clone machine.
Examples of Using View PowerCLI cmdlets
With View PowerCLI cmdlets, you can perform View management tasks from the command line or from
scripts instead of using View Administrator.
Managing View Connection Server Instances
You can use View PowerCLI cmdlets to perform View Connection Server management tasks.
Table 315. Examples of Common View Connection Server Management Tasks
Task Example View PowerCLI cmdlet Syntax
Get configuration settings for a specific
View Connection Server instance
Get-ConnectionBroker -broker_id CONNSVR1
Update configuration settings for a
specific View Connection Server
instance
Update-ConnectionBroker -broker_id CONNSVR1 -directConnect
$false -secureIdEnabled $true -ldapBackupFrequency EveryWeek
Configure secure PCoIP connections for
a specific View Connection Server
instance
Update-ConnectionBroker -broker_id CS-VSG -directPCoIP $FALSE
Set the PCoIP external URL for a
specific View Connection Server
instance
Update-ConnectionBroker -broker_id CS-VSG -externalPCoIPURL
10.18.133.34:4172
Set the PCoIP external URL for a
specific security server
Update-ConnectionBroker -broker_id SECSVR-03 -externalPCoIPURL
10.116.32.136:4172
Managing vCenter Server Instances in View
You can use View PowerCLI cmdlets to perform vCenter Server management tasks in View.
Table 316. Examples of Common vCenter Server Management Tasks in View
Task Example View PowerCLI cmdlet Syntax
Add a vCenter Server instance to the
View configuration
Add-ViewVC -serverName vc01.mydom.int -username Administrator
-password clydenw -createRampFactor 5 -deleteRampFactor 5
Get information about a specific vCenter
Server instance in View
Get-ViewVC -serverName vc01.mydom.int
Get information about all the vCenter
Server instances in a specific DNS
domain
Get-ViewVC -serverName *.mycorp.com
Change the ramp factor values for a
specific vCenter Server instance
Get-ViewVC -serverName svr11.mycorp.com | Update-ViewVC -
createRampFactor 5 -deleteRampFactor 10
View Integration
40 VMware, Inc.