Integration

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 conguration seings for a specic
View Connection Server instance
Get-ConnectionBroker -broker_id CONNSVR1
Update conguration seings for a
specic View Connection Server
instance
Update-ConnectionBroker -broker_id CONNSVR1 -directConnect
$false -secureIdEnabled $true -ldapBackupFrequency EveryWeek
Congure secure PCoIP connections for
a specic View Connection Server
instance
Update-ConnectionBroker -broker_id CS-VSG -directPCoIP $FALSE
Set the PCoIP external URL for a
specic View Connection Server
instance
Update-ConnectionBroker -broker_id CS-VSG -externalPCoIPURL
10.18.133.34:4172
Set the PCoIP external URL for a
specic 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 conguration
Add-ViewVC -serverName vc01.mydom.int -username Administrator
-password clydenw -createRampFactor 5 -deleteRampFactor 5
Get information about a specic vCenter
Server instance in View
Get-ViewVC -serverName vc01.mydom.int
Get information about all the vCenter
Server instances in a specic DNS domain
Get-ViewVC -serverName *.mycorp.com
Change the ramp factor values for a
specic vCenter Server instance
Get-ViewVC -serverName svr11.mycorp.com | Update-ViewVC -
createRampFactor 5 -deleteRampFactor 10
View Integration
40 VMware, Inc.