ConfigurationDisplayProperties

ConfigurationDisplayProperties

Connects to the server specified in the hostName argument, and displays the property names and values of the Microsoft Speech Server (MSS) Windows Management Instrumentation (WMI) classes. If no value is entered for hostName, localhost is assumed.

Syntax

ConfigurationDisplayProperties.vbs [hostName]

Parameter

Description

hostName

Specifies the host server name. If not provided, localhost is the default.

Conventions

Microsoft Speech Server (MSS) administrative scripts use the following syntax conventions:

  • Bold indicates required syntax elements, for example, ConfigurationDisplayProperties.vbs.

  • Italics indicate variable names, for example, object.

  • Square brackets surrounding an argument indicate the argument is optional, for example, [object].

  • Enter server names without the slash characters, for example, "localhost" rather than "\\localhost".

For information about how to run a script from the command window or using Microsoft Management Console (MMC), see Running Server Scripts.