Enum WindowsServerFunctionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the predefined server function type.
public enum WindowsServerFunctionType
Fields
CitrixSiteServer = 1
The function is a Citrix XenDesktop site server.
DhcpServer = 2
The function is a DHCP server.
DnsServer = 3
The function is a DNS server.
DomainController = 4
The function is an Active Directory domain controller.
HyperVServer = 5
The function is a Hyper-V server.
IisFtpServer = 6
The function is an IIS FTP server.
IisWebServer = 7
The function is an IIS web server.
RemoteDesktopSessionHost = 11
The function is a full terminal server, or remote desktop session host.
SqlInstance = 8
The function is a SQL instance.
Unknown = 0
The function type is unknown.
WinsServer = 10
The function is a WINS server.
vCenterServer = 9
The function is a VMware vCenter server.