OSProductSuite 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.
Indicates installed and licensed system product additions to the operating system
This enumeration supports a bitwise combination of its member values.
public enum class OSProductSuite
public enum class OSProductSuite
enum OSProductSuite
[System.Flags]
public enum OSProductSuite
[<System.Flags>]
type OSProductSuite =
Public Enum OSProductSuite
- Inheritance
-
OSProductSuite
- Attributes
Fields
Name | Value | Description |
---|---|---|
SmallBusinessServer | 1 | Microsoft Small Business Server was once installed, but may have been upgraded to another version of Windows |
Server2008Enterprise | 2 | Windows Server 2008 Enterprise is installed |
BackOfficeComponents | 4 | Windows BackOffice components are installed |
CommunicationsServer | 8 | Communication Server is installed |
TerminalServices | 16 | Terminal Services is installed |
SmallBusinessServerRestricted | 32 | Microsoft Small Business Server is installed with the restrictive client license |
WindowsEmbedded | 64 | Windows Embedded is installed |
DatacenterEdition | 128 | A Datacenter edition is installed |
TerminalServicesSingleSession | 256 | Terminal Services is installed, but only one interactive session is supported |
HomeEdition | 512 | Windows Home Edition is installed |
WebServerEdition | 1024 | Web Server Edition is installed |
StorageServerEdition | 8192 | Storage Server Edition is installed |
ComputeClusterEdition | 16384 | Compute Cluster Edition is installed |