Test-OSIs32Bit

Tests if the current operating system is 32-bit.

Syntax

Test-OSIs32Bit [<CommonParameters>]

Description

Regardless of the bitness of the currently running process, returns True if the current OS is a 32-bit OS.

Related Commands

Return Values

System.Boolean.

EXAMPLE 1

Test-OSIs32Bit

Returns True if the current operating system is 32-bit, and False otherwise.