Get-EaiOutlookBitValue
Module: Exchange_AddIn
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-EaiOutlookBitValue
SYNOPSIS
Get-EaiOutlookBitValue
SYNTAX
Get-EaiOutlookBitValue [<CommonParameters>]
DESCRIPTION
Obtains Outlook bit version, 32 or 64, for a local Windows computer.
EXAMPLES
EXAMPLE 1
Get-EaiOutlookBitValue
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.