IIsComputer

You can use the IIsComputer object to set values of global metabase properties that determine how IIS operates. The IIsComputer object also provides methods to manage metabase backups. You can use these methods 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.
Can Contain
IIsFtpService IIsMimeMap
IIsLogModules IIsWebService

Properties
ADSI Object Properties Standard properties for ADSI objects.

Metabase Properties
MaxBandwidth MimeMap
MaxBandwidthBlocked  

Methods
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.

See Also
ADSI Object Methods Standard methods for ADSI objects.
ADSI Container Object Methods Standard methods for ADSI container objects.