| external help file | PSWriteOffice-help.xml |
|---|---|
| Module Name | PSWriteOffice |
| online version | https://github.com/EvotecIT/PSWriteOffice |
| schema | 2.0.0 |
Loads an existing PowerPoint presentation.
Get-OfficePowerPoint -FilePath <string> [<CommonParameters>]Loads an existing PowerPoint presentation.
PS>$ppt = Get-OfficePowerPoint -FilePath .\Quarterly.pptxReads Quarterly.pptx and exposes the presentation object.
Path to the .pptx file.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
None
System.Object
- None