API Reference
Command
Save-OfficePowerPoint
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 SetsParameters
- Presentation PowerPointPresentation
- Presentation instance to save.
- Show SwitchParameter
- Launch the saved file in the default viewer.
Outputs
System.Object