Forum Discussion
Dorje-McKinnon
Oct 07, 2020Steel Contributor
Powershell Script to list ALL videos in your 365 Stream environment
I hope this is useful to everyone. My goal was to get a list of all videos in my stream so that I could contact each video creator about the changes that are coming to stream. Also so I could figur...
- Oct 22, 2022
Anyone looking at this script should also look at the PowerShell script that was released by Microsoft as part of the Stream (Classic) migration tools. The PowerShell script released by Microsoft can be downloaded directly from Stream (Classic) admin page and also has a PowerBI Desktop template that can be used to analyze the output CSVs.
See this part of the migration help articles for more info:
https://learn.microsoft.com/stream/streamnew/migration-details#stream-classic-video-report
Dorje-McKinnon
Jun 29, 2021Steel Contributor
I think you've set the
$rootAPIlocation
to https//uswe-1.api.microsoftstream.com/api/
so that when the code creates
$StreamAPIVideos100
it is wrong
you should set as follows: $rootAPIlocation = "uswe-1"
rrivero11
Microsoft
Jun 29, 2021Yes! Manage to solve that one! Thanks. Just wondering if finally you were able to obtain the size of each video, as that was the one I am looking for 🙂 Awesome solution btw! Great job and thanks for sharing