Author | external help file | Module Guid | Module Name | online version | schema |
---|---|---|---|---|---|
Paul Boyer |
PSVault-Office365-help.xml |
f6f83d86-3ee4-4f1c-b9e9-8dca9c20819b |
PSVault-Office365 |
2.0.0 |
Quickly create a PowerPoint presentation from a folder full of files (like screenshots)
New-PPTFromFiles [-Folder] <String> [[-FileType] <String>] [<CommonParameters>]
After validating that folder path exists, and that the extension has been passed in the appropriate format, get the contents of the directory and copy/paste each file into a new PowerPoint presentation.
New-PPTFromFiles -Folder "C:\Temp\Pictures" -FileType ".png"
Path to folder containing files to import into the PowerPoint presentation
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
String to specify the extension of files in the folder to import with or without the leading '.'
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Paul Boyer 2-17-21