lazywinadmin / MVP

PowerShell Module to interact with the Microsoft MVP API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Function - Show MVP Profile in browser

lazywinadmin opened this issue · comments

Add a function to show the MVP profile in the default browser.
Show-MVPProfile ?

URL example:
https://mvp.microsoft.com/en-us/PublicProfile/<MVPID>

For example mine is: https://mvp.microsoft.com/en-us/PublicProfile/5000475

Do you want any consideration for Core on other platforms?

It's very easy to do a quick Start-Process https://mvp.microsoft.com/en-us/PublicProfile/$ID, but this approach doesn't work reliably on non-Windows platforms.

An example of methods for this is shown within Trackyon.Utils (used in the Show-Browser function).

Yep this is what i wanted 👍 ! Thank you James!!
Unfortunately I don't know how to support this in Linux, I opened an entry in #30 to track this