/PowerShell-get-pptx-links

PowerShell function to get all external links from a pptx file

Primary LanguagePowerShellMIT LicenseMIT

PowerShell-get-pptx-links

Small PowerShell function for getting a listing of the links found in a PowerPoint.

I wrote this for certain occassions where I found I had missed links to videos/resources in professor's PowerPoints.

Outputs to either plain text or an html table.

Usage

Get-PptLinks [-Path] <String[]> [-Destination] <String[]> [-html] [-verbose]