# Functions
GetType attempts to distinguish between client and server OS.
# Variables
Client represents a client operating system (eg Windows 10).
ErrWMIEmptyResult indicates a condition where WMI failed to return the expected values.
Server represents a server operating system (eg Windows Server 2019).
# Structs
Win32_OperatingSystem models the WMI object of the same name.
# Type aliases
Type represents the operating system type (client or server).