API Reference

Cmdlet

Get-OfficePowerPointInspection

Namespace PSWriteOffice
Inputs
OfficeIMO.PowerPoint.PowerPointPresentation
Outputs
OfficeIMO.PowerPoint.PowerPointInspectionReport

Runs package, preflight, accessibility, feature, review, animation, signature, and visual inspections.

Remarks

Runs package, preflight, accessibility, feature, review, animation, signature, and visual inspections.

Examples

Authored help example

Run accessibility and layout preflight.

PS>


Get-OfficePowerPointInspection -Path .\Deck.pptx
        

Returns one coherent inspection report over the same presentation model used for editing.

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-OfficePowerPointInspection [-Options <PowerPointInspectionOptions>] -Path <String> [<CommonParameters>]
#
Parameter set: Path

Parameters

Options PowerPointInspectionOptions optionalposition: namedpipeline: False
Optional report selection and inspection policies.
Path String requiredposition: 0pipeline: False
Path to the presentation.

Outputs

OfficeIMO.PowerPoint.PowerPointInspectionReport

Get-OfficePowerPointInspection [-Options <PowerPointInspectionOptions>] -Presentation <PowerPointPresentation> [<CommonParameters>]
#
Parameter set: Presentation

Parameters

Options PowerPointInspectionOptions optionalposition: namedpipeline: False
Optional report selection and inspection policies.
Presentation PowerPointPresentation requiredposition: namedpipeline: True (ByValue)
Open presentation instance.

Outputs

OfficeIMO.PowerPoint.PowerPointInspectionReport