Integration

Table Of Contents
VMware, Inc. 41
Chapter 3 Using View PowerCLI
Smart Card Authentication Settings
Table 3-13 shows the settings that you can use with the -smartCardSetting parameter to specify how users
with smart cards are authenticated. These settings apply to Update-ConnectionBroker, and do not have any
effect unless you also specify -UseSSLClient $true with Update-GlobalSetting.
View Composer Maintenance Task Types
Table 3-14 shows the settings that you can use with the -composerTask parameter to specify a View
Composer maintenance task type that is scheduled on a virtual machine.
Examples of Using View PowerCLI Cmdlets
The View PowerCLI cmdlets allow you to perform View operations from the command line or from scripts
instead of using View Administrator. The following sections contain examples that you can adapt and apply
to your own systems.
Displaying Information About a View Connection Server Instance
Display the configuration settings of a View Connection Server instance.
Get-ConnectionBroker -broker_id CONNSVR1
Updating the Configuration of a View Connection Server Instance
Update the settings for direct connections and secureID on a View Connection Server instance.
Update-ConnectionBroker -broker_id CONNSVR1 -directConnect $false -secureIdEnabled $true
-ldapBackupFrequency EveryWeek
Configure a View Connection Server for secure PCoIP connections.
Update-ConnectionBroker -broker_id CS-VSG -directPCoIP $FALSE
Set the PCoIP external URL for a View Connection Server.
Update-ConnectionBroker -broker_id CS-VSG -externalPCoIPURL 10.18.133.34:4172
Table 3-13. Smart Card Authentication Settings
Refresh Policy Description
NotAllowed Specifies that smart card authentication is disabled.
Optional Specifies that users can use smart card authentication or password
authentication to connect to the View Connection Server instance. If smart card
authentication fails, the user must provide a password.
Required Specifies that users must use smart card authentication when connecting to the
View Connection Server instance. Smart card authentication replaces Windows
password authentication only. If SecureID is enabled, users are required to
authenticate by using both SecureID and smart card authentication.
Table 3-14. View Composer Maintenance Task Types
Task Type Description
attachUdd Specifies a scheduled task to attach a persistent disk.
detachUdd Specifies a scheduled task to detach a persistent disk.
mkChkPoint Specifies a scheduled task to create a checkpoint snapshot.
rebalance Specifies a scheduled task to rebalance a linked-clone machine.
refresh Specifies a scheduled task to refresh a linked-clone machine.
replaceUdd Specifies a scheduled task to replace a persistent disk.
resync Specifies a scheduled task to recompose a linked-clone machine.