OfficeIMO

API Reference

Command

Save-OfficePowerPoint

Namespace PSWriteOffice
Inputs
OfficeIMO.PowerPoint.PowerPointPresentation
Outputs
System.Object

Saves a presentation to disk.

Remarks

Saves a presentation to disk.

Examples

Save and open the deck.


PS>Save-OfficePowerPoint -Presentation $ppt -Show
        

Saves the current presentation and opens it in PowerPoint.

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

Save-OfficePowerPoint -Presentation <PowerPointPresentation> [-Show] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Presentation PowerPointPresentation requiredposition: namedpipeline: True (ByValue)
Presentation instance to save.
Show SwitchParameter optionalposition: namedpipeline: False
Launch the saved file in the default viewer.

Outputs

System.Object