< Back

Show-MVPProfile

Sat Jan 18, 2020 4:54 pm

NAME Show-MVPProfile



SYNOPSIS

Displays the MVP Profile for $ID





SYNTAX

Show-MVPProfile [[-ID] <String[]>] [<CommonParameters>]





DESCRIPTION

Opens the profile of the ID(s) provided, or your profile if no ID is specified, in the default browser.





PARAMETERS

-ID <String[]>

It's an MVP ID



Required? false

Position? 1

Default value (Get-MVPProfile).MvpId

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Show-MVPProfile



It shows your MVP Profile









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Show-MVPProfile -ID 5000475, 5000890



It shows the profiles for Francois-Xavier Cat and Emin Atac









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-MVPProfile -ID 4025267 | Show-MVPProfile



It shows the profile for Joel Bennett











RELATED LINKS