Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 437 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 437 Bytes

Powershell-YouTube-Upload

Provides YouTube video upload/delete as well as playlist creation/deletion functionality in Powershell.

Currently the following functions exist:

  • Add-YouTube-Video
  • Add-YouTube-Playlist
  • Remove-YouTube-Video
  • Remove-YouTube-Playlist
  • Include-YouTube-Playlist
  • Exclude-YouTube-Playlist

Use Get-Help [functionname] -Full (e.g. Get-Help Add-YouTube-Video -Full) to see full function documentation.