Skip to content
/ FastVue Public
forked from altecsole/FastVue

Powershell script to get YouTube titles from FastVue Activity report.

Notifications You must be signed in to change notification settings

zachrd/FastVue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

FastVue YouTube Activity Report - Video Titles

Please refer to the wiki for a run through of the process with screenshots.

We use FastVue Reporter to get great reports of web usage from our Barracuda Web Filter. One of the really good reports that we use is an Activity report on YouTube access. This shows the YouTube URL with the watcher and times, but doesn't include the title of the video. The activity report does a great job of showing the top users who are watching YouTube, but we really wanted to know the title of the video to put some context on it.

This Powershell script parses the Activity report (exported as a CSV file) for the YouTube URL and the user. This information is then presented in a Grid-View where you can filter if required.

Once you're happy with the results, select all the records you want and click OK. The script will then do a web request to get the page title from the URL (which is the same as the video title) and presents this information in another Grid-View. Highlight the entries you want and click OK to be prompted to save the results as a .CSV file.

Notes

  1. You don't need to specify the FastVue file at the command line - you will be prompted for it.
  2. The default is to get all URLs; if you're only interested in unique URLs you can specify -Unique on the command line.
  3. If you open the resultant .CSV file in Excel you will probably want to have the URLs as clickable. The simplest way to do this is to create a new column and use the 'hyperlink' function. If I'm sharing, I then hide column A and save as a spreadsheet.

About

Powershell script to get YouTube titles from FastVue Activity report.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%