Get-OutlookBitValue

Module: MO_Module
Applies to: Windows 7, Windows 8, Windows 8.1, Windows 10

Use the Get-OutlookBitValue function to obtain the current Outlook version of 32 or 64 bit application installed on the local computer.

Get-OutlookBitValue

SYNOPSIS

Get-OutlookBitValue

SYNTAX

Get-OutlookBitValue [<CommonParameters>]

DESCRIPTION

Obtains Outlook bit version, 32 or 64, for a local Windows computer.

EXAMPLES

EXAMPLE 1

Get-OutlookBitValue

Displays current version of Outlook if it is x86 (32bit) or x64 (64bit)

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.

OUTPUTS

Outputs to screen

NOTES

Only currently works against a local machine.

RELATED LINKS

Add a Comment