How To Query Workgroup Computers in Control Compliance Suite (CCS) for Windows
book
Article ID: 151829
calendar_today
Updated On:
Products
Control Compliance Suite Windows
Issue/Introduction
How to Query Workgroup Computers with bv-Control for Windows.
Resolution
Configure local admin accounts on each target computer in the workgroup, then install a Master Query Engine (MQE) in the target workgroup. Build a scope file to query the workgroup computers.
On each computer to be queried, create a local service account (same name and password on all of the machines) and add it to the local admins group.
WARNING: DO NOT proceed without completing step #1.
Select the "Add Domains In Browser" radio button, then add the Workgroup name.
In the left pane in bv-Config, click the Workgroup name on the left.
On the right Details Pane in bv-Config, right-click in a blank area. Select Filter Computers from the floating menu.
Click the Select All Button, then click OK.
NOTE: All computers in the workgroup should show up under WORKGROUP in the left column.
Right click the PC that you want to host the MQE, then click Supply Computer Credential on the floating menu.
Supply the credential that you created in Step 1.
syntax{COMPUTERNAME.EN_US} \ {ACCOUNTNAME.EN_US}
Right-click the PC you want to be the MQE again, then click Install Query Engine.
The Install QE wizard guides you through the installation process.
If "Using Credentials for Query" as indicated in User Manager, then open Credentials Manager.
Double click the Credentials Database then supply the password.
Click the ADD button at far left bottom under "Credential Operations".
Click the bv-Control for Windows Tab, then expand the Query Credentials folder.
Expand Microsoft Windows Network, click the Workgroup name, then drag the PC Name to "Selected Items" at the bottom.
In the RMS Console at the bottom, right-click bv-Control for Windows, click Configuration > Connection Database.
Highlight the new MQE then click Add.
NOTE: The new MQE moves from the bottom to the top.
Run a test query against the MQE. If it is successful, continue to the next step. Otherwise, repeat the previous steps.
Specify the local service account and password in bv-Config.
NOTE: This is the account with local admin rights on the MQE (see step #1)
Open bv-Config, click the workgroup name.
Press F5 to "Refresh".
Verify the new target PC shows up in the list.
In bv-Config, right-click the Target PC then click Supply Computer Credential (refer to step #1)
-syntax {COMPUTERNAME.EN_US}\ {SERVICEACCOUNTNAME.EN_US}, where {COMPUTERNAME.EN_US} is the name of the new target PC and {SERVICEACCOUNTNAME.EN_US} is the account with local admin right (e.g. bvadmin).
Create a new scope file (.TXT file) with the following syntax
{MQENAME.EN_US},{COMPUTER2QUERY.EN_US} where:
{MQENAME.EN_US} = computer name of the Master Query Engine
{COMPUTER2QUERY.EN_US} = computer name of target computer
Sample Workgroup Scope File For a workgroup containing two target computers, WG_HOST1 and WG_HOST2 for example, in which one of the hosts (WG_HOST1) is an MQE, the correct format of the scope file for that workgroup is:
WG_HOST1,WG_HOST2
WG_HOST1,WG_HOST1
NOTE: The computer that hosts the workgroup's MQE must be the last line entry of scopefile. Other Workgroup computers included for queries must be listed above the last entry for the MQE.
Save the scope file to X:\ PROGRAM FILES \ BINDVIEW\RMS \ CONTROL \WINDOWS \ SCOPEFILES, where X:\... is the default installation path for the RMS Console.
Run a test query using the new scope file.
NOTE: On the SCOPE Tab choose Advanced Scopes then scope to the previously created .TXT file.