IIsComputer

You can use the IIsComputer object to set values of global metabase properties that determine how IIS operates. The MaxBandwidth property value is also used by Web servers if not specified at the server level. The IIsComputer object also provides methods to manage metabase backups. These methods allow you to store multiple backup versions in long-term storage, restore the metabase from a backup version of your choice, and enumerate and delete backups.

The IIsComputer object is an ADSI container object.

ADsPath

IIS://MachineName

Where MachineName can be any name or "LocalHost".

Syntax

varReturn = object.{Method}
 

Parts

varReturn
A variable that receives the return value from the method.
object
A variable that contains the IIsComputer object, usually as a result of a previous GetObject operation.
Method
The object method chosen.

May contain

IIsFtpService IIsWebService IIsMimeMap
IIsLogModules

Properties

ADSI Object Properties

Metabase Properties
MaxBandwidth MimeMap
MaxBandwidthBlocked

Methods

ADSI Object Methods Standard methods for ADSI objects
ADSI Container Object Methods Standard methods for ADSI container objects
Common Object Methods Methods, other than ADSI methods, common to all IIS Admin Objects
Backup Saves the metabase to long-term storage
DeleteBackup Deletes a metabase backup from long-term storage
EnumBackups Enumerates metabase backups in long-term storage
Restore Restores a metabase backup from long-term storage


© 1997 by Microsoft Corporation. All rights reserved.