Partager via


MachineIdentityManager.RemoveMachine Method (String, String)

 

Removes the computer from the system synchronization call.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

public void RemoveMachine(
    string machineID,
    string serialNo
)
public:
void RemoveMachine(
    String^ machineID,
    String^ serialNo
)
Public Sub RemoveMachine (
    machineID As String,
    serialNo As String
)

Parameters

  • machineID
    Type: System.String

    The security identifier (SID) of the computer to remove.

  • serialNo
    Type: System.String

    The serial number of the certificate.

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top