Evotec

Project

PSWriteOffice

PSWriteOffice is an open-source PowerShell and .NET project with packages, release history, and technical documentation.

Stars 144
Forks 12
Open issues 16
PowerShell Gallery downloads 150,904
Release v0.2.0
Language: C# Updated: 2026-04-06

API Reference

Cmdlet

Set-OfficePowerPointNotes

Namespace PSWriteOffice
Inputs
OfficeIMO.PowerPoint.PowerPointSlide
Outputs
OfficeIMO.PowerPoint.PowerPointSlide

Sets speaker notes for a PowerPoint slide.

Remarks

Sets speaker notes for a PowerPoint slide.

Examples

Authored help example

Attach speaker notes.

PS>


Set-OfficePowerPointNotes -Slide $slide -Text 'Keep this under five minutes.'
        

Writes notes to the slide.

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

Set-OfficePowerPointNotes [-Slide <PowerPointSlide>] -Text <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Slide PowerPointSlide optionalposition: namedpipeline: True (ByValue)
Slide whose notes should be updated (optional inside DSL).
Text String requiredposition: 0pipeline: False
Notes text to apply.

Outputs

OfficeIMO.PowerPoint.PowerPointSlide