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.
Get-PptLinks [-Path] <String[]> [-Destination] <String[]> [-html] [-verbose]