First we need to Connect to the VMware View ADAM instance which I covered here. .
Next Right Click the "Default naming Context..." and select New, and then Query.
Open a New Query Window. Enter what ever you want for the name.
Most likely for the "Root of Search" you want the to click browse and select the top node.
and finally the Query String you'll need to edit to find what your looking for.
Usually I'm looking for a Pool of Vms or specific VM.
When looking for a pool of VMs with same base name I can use a '*' as a wildcard search. Be sure to replace basename with your vm pool name.
(&(objectClass=pae-VM)(pae-displayname=basename*) )
If I know the full VM name then something like the following.
(&(objectClass=pae-VM)(pae-displayname=FullVMName) )
You can also use any type of boolean search to do more complicated searches.
Logical Operator | Description |
= | Equals to |
& | AND |
! | Not |
| | OR |
No comments:
Post a Comment
Please leave a comment; someone, anyone!