Forum Discussion

BoHyun's avatar
BoHyun
Brass Contributor
Sep 16, 2020

How to get video list using powershell?


Greetings,

I'd like to get a list of videos uploaded to Microsoft Stream.

I referred to this document  . I'm testing it by copying and pasting it.

[string]$StreamPortal = "https://web.microsoftstream.com/?NoSignUpCheck=1" 
[string]$StreamPortalChannelRoot = "https://web.microsoftstream.com/channel/"
[string]$StreamAPIChannels100 = "https://aase-1.api.microsoftstream.com/api/channels?NoSignUpCheck=1&`$top=100&`$orderby=metrics%2Fvideos%20desc&`$expand=creator,group&api-version=1.3-private&`$skip="

 

 


Part of code, These don't seem to work.

The first line code URL works.

The code on the second row didn't work, so I changed it like this.

https://web.microsoftstream.com/channel/ -> https://web.microsoftstream.com/browse?view=channel

Is this right?

And I think the URL on the third line doesn't work.

$StreamAPIChannels100

- There is no value in this variable. There is also a Microsoft Stream channel.

 

Europe: https://euno-1.api.microsoftstream.com
Asia: https://aase-1.api.microsoftstream.com

 Neither seems to work.

 

There is not much information about this. I'd really appreciate your help.

Tell me if what I think is wrong. Thanks..

4 Replies

Resources