< Back

Get-MVPContributionArea

Sat Jan 18, 2020 4:52 pm

NAME Get-MVPContributionArea



SYNOPSIS

Invoke the GetContributionAreas REST API to retrieve your contribution areas





SYNTAX

Get-MVPContributionArea [<CommonParameters>]



Get-MVPContributionArea [-Other] [<CommonParameters>]



Get-MVPContributionArea [-All] [<CommonParameters>]





DESCRIPTION

Gets a list of Contribution areas grouped by Award Names





PARAMETERS

-Other [<SwitchParameter>]

It gets the list of Other Award Categories



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-All [<SwitchParameter>]

It gets the list of all Award Category names



Required? false

Position? named

Default value False

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



It gets the list of your awarded Categories









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



PS C:\\>Get-MVPContributionArea -Other



It gets the list of Other award categories











RELATED LINKS