Computer.InsertOverride Method

System Center

Submits a rule override for the computer.

 public void InsertOverride(
    Override newOverride
);

Parameters

newOverride
The override to apply. It must be newly created, and it must not have been previously submitted.

Exceptions

Exception TypeCondition
System.ArgumentNullExceptionA null reference (Nothing in Visual Basic) was passed to the method.
System.ArgumentExceptionAt least one of the arguments is not valid.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom

Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)

See Also

Computer Class | Computer Members | Override Class

Show: