Skip to content

Get OperatingSystemShortName

gaelcolas edited this page Jul 18, 2024 · 1 revision

Get-OperatingSystemShortName

SYNOPSIS

Returns the Platform name.

SYNTAX

Get-OperatingSystemShortName [<CommonParameters>]

DESCRIPTION

Gets whether the platform is Windows, Linux or MacOS.

EXAMPLES

EXAMPLE 1

Get-OperatingSystemShortName # no Parameter needed

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

General notes

RELATED LINKS

Clone this wiki locally