Object Class1

Serves as a base class from which to derive the primary namespace objects for the IIS 7 WMI provider.

Syntax

class Object  

Methods

This class contains no methods.

Properties

This class contains no properties.

Subclasses

The following table lists the classes derived from the Object class.

Name Description
AppDomain Represents an IIS application domain.
ApplicationPool Represents an IIS application pool.
ConfiguredObject Acts as a base type for namespace objects whose configuration can be specified in configuration sections.
HttpRequest Represents an HTTP request in a worker process.
Server Exposes default configuration settings for applications, application pools, Web sites, and virtual directories on a Web server running IIS.
SSLBinding Represents a Secure Sockets Layer (SSL) binding.
WorkerProcess Represents a Windows Process Activation Service (WAS) worker process (w3wp.exe).

Remarks

Although the Object class is not directly useful for scripting, it enables the WMI CIM Studio tool to conveniently group WebAdministration classes. CIM Studio is a utility that you can use to view WMI classes, properties, qualifiers, and instances. It is available from the Microsoft Download Center as part of WMITools.exe suite of WMI Administrative Tools.

Requirements

Type Description
Client - IIS 7.0 on Windows Vista
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on Windows Server 2008
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
MOF file WebAdministration.mof

See Also

WMI Provider
ConfiguredObject Class
EmbeddedObject Class
ObjectConfigurationAssociation Class
ObjectContainerAssociation Class