Forum Discussion
Powershell Script to list ALL videos in your 365 Stream environment
- 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
I am looking to get iFrame url as well for all the videos we have in Stream Classic.. is there a way to get the same or you can help me with the parameter that should be used to get the iFrame urls, thanks in advance.
Hi chetan1920 , I'm sorry I don't know AND I've just turned off our Classic Stream instance so I don't have any examples I could figure it out from. Have a look at the page with the iframe and figure out what the formula /pattern of the iFrame URLs is. Then you may be able to use a concatenate function to build the URL. My guess is that there is only one part of the URL that changes for every video, possibly the ID or GUID
I hope this helps.