I can retrieve a title $list.Title, but a title is not the same as url.
In C# I can get list.DefaultViewUrl, which doesn't seem to be an option in Powershell.
I found this solution with $List.RootFolder.Url but it returns empty, so I assume it's not available for SharePoint Online.
Anything else I can try?
In C# I can get list.DefaultViewUrl, which doesn't seem to be an option in Powershell.
I found this solution with $List.RootFolder.Url but it returns empty, so I assume it's not available for SharePoint Online.
Anything else I can try?