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.
Where MachineName can be any name or "LocalHost".
varReturn = object.{Method}
IIsFtpService | IIsWebService | IIsMimeMap |
IIsLogModules |
Metabase Properties
MaxBandwidth | MimeMap |
MaxBandwidthBlocked |
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 |