API Reference
Cmdlet
Get-OfficeExcelRuntimePreflight
Inspects the current process for runtime settings that affect Excel workflows.
Remarks
Inspects the current process for runtime settings that affect Excel workflows.
Examples
Check runtime culture/globalization readiness before importing spreadsheets.
PS>
$report = Get-OfficeExcelRuntimePreflight
if (-not $report.IsClean) { $report.Warnings | Write-Warning }
Returns framework, operating system, culture, and globalization-invariant mode diagnostics from OfficeIMO.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-OfficeExcelRuntimePreflight [<CommonParameters>]#Parameter set:
All Parameter SetsOutputs
System.Object