MachineStatus Enumeration

 

Indicates the status of a computer.

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

[DataContractAttribute]
public enum class MachineStatus

Member nameDescription
Active

Indicates that the computer is active.

ActiveWithCert

Indicates that the computer is active with the certificate.

Deactive

Indicates that the computer is not active.

DeactiveWithCert

Indicates that the computer is not active with the certificate.

NotExists

Indicates that the computer does not exist.

Return to top

Community Additions

ADD
Show: