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