ServerLevel Enum 
Definition
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.
Specifies the system server level
public enum class ServerLevelpublic enum class ServerLevelenum ServerLevelpublic enum ServerLeveltype ServerLevel = Public Enum ServerLevel- Inheritance
- 
				ServerLevel
Fields
| Name | Value | Description | 
|---|---|---|
| Unknown | 0 | An unknown or unrecognized level was dected | 
| NanoServer | 1 | Nano server | 
| ServerCore | 2 | Server core | 
| ServerCoreWithManagementTools | 3 | Server core with management tools | 
| FullServer | 4 | Full server |