DomainRole Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Role of a computer in an assigned domain workgroup
C++
public enum class DomainRole
public enum class DomainRole
enum DomainRole
public enum DomainRole
type DomainRole =
Public Enum DomainRole
- Inheritance
-
DomainRole
Name | Value | Description |
---|---|---|
StandaloneWorkstation | 0 | Standalone Workstation |
MemberWorkstation | 1 | Member Workstation |
StandaloneServer | 2 | Standalone Server |
MemberServer | 3 | Member Server |
BackupDomainController | 4 | Backup Domain Controller |
PrimaryDomainController | 5 | Primary Domain Controller |
Produto | Versións |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |