Importing Computers and Computer Groups

Master Login

It's possible to import computers and computer groups a comma-separated or XML list. This is useful for maintaining or efficiently adding computers to Spector 360.  The groups you import will appear in Computer Groups Management, and the users will appear in Computers Management in the Dashboard. See below for an example of each type of import file.  

To import a group of computers:

  1. Select the Management and Computers or Computer Groups.

  2. Right-click in the right pane and select Import.

  3. In the box that appears, select Computers and Groups. Click Next.

  4. Choose to import a .CSV (Comma Separated Values) or an .xml (eXtensible Markup Language) file. Directions for both are below.

  5. Click Browse to browse to and select the file you wish to import.

  6. Click Next.  If the file is correctly formatted you see a summary of users about to be imported.

  7. Click Import. If there is a problem with the import file, a message appears at the top of the box.

CSV File

A CSV file is a text file saved under a name with the .csv suffix (name.csv). In the file, fields are separated by commas or tabs. The file can be created from an Excel spreadsheet or other application and takes the following format:

Computer, ComputerDescription, Domain, GroupName, GroupDescription

 

Computer .cvs file must contain fields in the following order:

XML File

An XML file is a text file with XML markup, saved under a name with the .xml suffix (name.xml). The XML for importing computers and computer groups is shown in the following example, which adds two computers to the group "SUPPORT."

  <Root>

        <Computers>

<Computer Name="Dolphin" Description="Bob G's Computer" Domain="CHICAGO" GroupName="SUPPORT" GroupDescription="Level 1 Support" />

<Computer Name="Test002" Description="Lab - Test 002" Domain="RESEARCH" GroupName="SUPPORT" GroupDescription="Level 1 Support" />

       </Computers>

 </Root>

 

You can import computer and user records in a single XML file as long as they appear in correct XML nodes.

Import Rules

When you import computers, the following rules apply:

Related Topics

Adding a Computer

Criteria: Viewing by Computer

Grouping Computers

Deleting a Group

Deleting a Computer and Computer Events