User`s guide

Table Of Contents
} #end data row that is not columns repeated
} #end data row
} #end row loop
}
$clTasks += ("</Scheduled_Tasks>")
write-host $clTasks
What to do next
Develop your own custom PowerShell script. See "Create Your Own WCI PowerShell Collection Script" on
page 105.
After you generate your PowerShell script, do the following:
1. Build a collection filter in VCM.
2. Paste the content of your script into the collection filter.
3. Collect data using the script-based collection filter.
To view the collected WCIdata in VCM, click Console and select Windows Operating System >
Custom Information > List View.
Windows Custom Information Change Management
VCM manages Windows Custom Information (WCI) data changes on a per-filter basis on VCM managed
Windows machines. When multiple filters return data using the same top-level XML element name, each
filter applies unique change detection.
When you use multiple collection filters to collect WCIdata, follow these guidelines.
n
Create filters that collect data in a parallel manner. When you use filters in an unparallel way, every
time the file system updates to add a new file or remove an existing file, both filters generate "new file"
and "deleted file" events, which causes overlap of the data. See the following examples.
n
Use one filter to collect data from C:\ and another filter to collect data from C:\Windows.
n
Use a separate filter to collect data from C:\Windows with audit information, and another filter to
collect data from C:\Windows without audit information.
n
Use only one filter to collect data from NetStat.
n
Use multiple filters to collect data from the NTFS file system.
For example, use one filter to collect data in C:\, and another filter to collect data in
C:\Windows\System. These collections merge under the top-level element NTFSDirectory without
overlap, because each filter collects separate parts of the file structure and avoids extra change
reporting.
n
Do not create filters that overlap collected WCIdata. Overlap can occur if you use filters that do not
collect data in a parallel manner.See the following guidelines.
n
Do not use multiple filters to collect the same data for NetStat Open Ports.
When the filters return data under the top-level element name, and a managed machine starts to listen
on port 80, each filter initially reports the data as a newly created value. This action causes overlap of
Getting Started with VCM
VMware, Inc. 103