Click here to see more samples of server import files with properties for each server.

The first example shows the simplest syntax — you simply list the host names of the servers you want to add:

Name
host1
host2
host3

The following example shows how to set the Customer property for each server:

Name,Customer
host1,CustomerA
host2,CustomerB
host3,CustomerC

If you need to include spaces in a property value, you must enclose the property value in double quotes:

Name,Customer
host1,"Customer A"
host2,"Customer B"
host3,"Customer C"