API Reference
Cmdlet
Get-OfficePowerPointInspection
Runs package, preflight, accessibility, feature, review, animation, signature, and visual inspections.
Remarks
Runs package, preflight, accessibility, feature, review, animation, signature, and visual inspections.
Examples
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:
PathParameters
- Options PowerPointInspectionOptions
- Optional report selection and inspection policies.
- Path String
- Path to the presentation.
Outputs
OfficeIMO.PowerPoint.PowerPointInspectionReport
Get-OfficePowerPointInspection [-Options <PowerPointInspectionOptions>] -Presentation <PowerPointPresentation> [<CommonParameters>]#Parameter set:
PresentationParameters
- Options PowerPointInspectionOptions
- Optional report selection and inspection policies.
- Presentation PowerPointPresentation
- Open presentation instance.
Outputs
OfficeIMO.PowerPoint.PowerPointInspectionReport