Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe security identifier (SID) of the computer to remove.
serialNo
Type: System.StringThe serial number of the certificate.
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top