is64Bit


is64Bit

Description

The is64Bit function will check the current machine is a 64bit installation

Example


if(is64Bit)
{
    Write-Host "Running 64bit Windows"
}