< Back
Get-MVPProfile
Post
NAME Get-MVPProfile
SYNOPSIS
Invoke the GetMVPProfile REST API to retrieve an MVP profile summary
SYNTAX
Get-MVPProfile [[-ID] <String>] [<CommonParameters>]
DESCRIPTION
Gets a user public profile with the MVP id passed as a parameter or gets your MVP profile summary without parameter
PARAMETERS
-ID <String>
It's an MVP id
Required? false
Position? 1
Default value
Accept pipeline input? false
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:\\>Get-MVPProfile
It gets your MVP profile summary
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-MVPProfile -ID 5000475
It gets the public profile of Francois-Xavier Cat
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-MVPProfile -ID '5000890'
It gets the public profile of Emin Atac
RELATED LINKS
SYNOPSIS
Invoke the GetMVPProfile REST API to retrieve an MVP profile summary
SYNTAX
Get-MVPProfile [[-ID] <String>] [<CommonParameters>]
DESCRIPTION
Gets a user public profile with the MVP id passed as a parameter or gets your MVP profile summary without parameter
PARAMETERS
-ID <String>
It's an MVP id
Required? false
Position? 1
Default value
Accept pipeline input? false
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:\\>Get-MVPProfile
It gets your MVP profile summary
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-MVPProfile -ID 5000475
It gets the public profile of Francois-Xavier Cat
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-MVPProfile -ID '5000890'
It gets the public profile of Emin Atac
RELATED LINKS