Enum WindowsServerInstallationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the Windows server installation type.
public enum WindowsServerInstallationType
Fields
FullServer = 5
Full server is installed.
MinimalServer = 4
Server core with management tools is installed. This option does not apply to Windows Server 2016 and above.
NanoServer = 2
Nano server is installed.
NotApplicable = 1
The server installation type is not applicable, for example for desktop operating systems.
ServerCore = 3
Server core is installed.
Unknown = 0
The Windows Server installation type is unknown.