Skip to content

Test IsNanoServer

dscbot edited this page Feb 13, 2024 · 2 revisions

Test-IsNanoServer

SYNOPSIS

Tests if the current OS is a Nano server.

SYNTAX

Test-IsNanoServer [<CommonParameters>]

DESCRIPTION

Tests if the current OS is a Nano server.

EXAMPLES

EXAMPLE 1

Test-IsNanoServer

Returns $true if the current operating system is Nano Server, if not $false is returned.

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

[System.Boolean]

NOTES

RELATED LINKS

Clone this wiki locally