ClientRegistrationStatus Enumeration
Specifies the registration response status.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| CertificateReset | A client's certificate conflicts with another client. The management point requested that the client delete and re-create its certificate. | |
| Error | An error occurred processing the request. This can also mean the client is blocked or the registration message was incorrect. | |
| Pending | The management point has not yet processed the registration request, or the record is pending administrator action (see conflicting records). | |
| Registered | The client is registered. | |
| Reset | The server requested that the client reset. |
Show: