7.0
Table Of Contents
- View Integration
- Contents
- View Integration
- Introduction to View Integration
- Integrating View with the Event Database
- Using View PowerCLI
- Getting Started with View PowerCLI
- View Administrator, PowerCLI Cmdlets, and View Command-Line Interfaces Compared
- View PowerCLI cmdlet Reference
- View PowerCLI cmdlet Parameters
- Examples of Using View PowerCLI cmdlets
- Managing View Connection Server Instances
- Managing vCenter Server Instances in View
- Managing Desktop Pools
- Creating and Updating Automatically Provisioned Desktop Pools
- Creating and Updating Linked-Clone Desktop Pools
- Creating and Updating Manually Provisioned Desktop Pools
- Creating and Updating Manual Unmanaged Desktop Pools
- Displaying Information About Users and Groups
- Managing Desktop Entitlements
- Managing Remote Sessions
- Managing Virtual Machines
- Displaying Information About Physical Machines
- Updating Virtual Machine Ownership
- Displaying Event Reports
- Displaying and Updating Global Settings
- Displaying and Adding License Keys
- Examples of Using View PowerCLI to Perform Advanced Tasks
- Assigning Multiple Network Labels to a Desktop Pool
- Network Label Configuration File Format
- Example Network Label Configuration File
- Obtain and Export NIC and Network Label Information
- Verify and Edit a Network Label Configuration File
- Deploy a Desktop Pool That Uses Multiple Network Labels
- Displaying Network Label Assignments for a Pool
- Displaying Network Label Assignments for a Virtual Machine
- Displaying vCenter Server Network Label Assignments for a Virtual Machine
- Disable Automatic Network Label Assignments
- Customizing LDAP Data
- Integrating View with Microsoft SCOM
- Setting Up a SCOM Integration
- Assign a Name to the View Connection Server Group
- View Management Packs
- Import the View Management Packs on the SCOM Server
- Enable a Proxy Agent on a View Connection Server Host or Security Server
- Run the Discovery Script in the Operations Manager Console
- View Connection Server and Security Server Managed Objects
- View Object Classes and Relationships
- Monitoring View in the Operations Manager Console
- Setting Up a SCOM Integration
- Examining PCoIP Session Statistics with WMI
- Setting Desktop Policies with Start Session Scripts
- Index
Table 3‑14. -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 3‑15. 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 3‑16. 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.