< Back

Get-MVPOnlineIdentity

Sat Jan 18, 2020 4:53 pm

NAME Get-MVPOnlineIdentity



SYNOPSIS

Invoke the GetOnlineIdentities REST API





SYNTAX

Get-MVPOnlineIdentity [<CommonParameters>]



Get-MVPOnlineIdentity [-ID <Int32>] [<CommonParameters>]



Get-MVPOnlineIdentity [-NominationsId <Guid>] [<CommonParameters>]





DESCRIPTION

Gets a list of your online identities in your MVP profile





PARAMETERS

-ID <Int32>

It's the id of the online identity in a int32 format



Required? false

Position? named

Default value 0

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-NominationsId <Guid>

It's your MVP Nomination Id in a GUID format a.k.a your OnlineIdentityId



Required? false

Position? named

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-MVPOnlineIdentity



It gets the list of the online identities in your MVP profile









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



PS C:\\>Get-MVPOnlineIdentity -Id 55977



It gets the online identity by its id









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



PS C:\\>Get-MVPOnlineIdentity -NominationsId c00b9dd2-a6a0-e411-8213-9cb654953450



It gets the list of the online identities associated to your MVP nomination id











RELATED LINKS