< Back

Get-MVPContribution

Sat Jan 18, 2020 4:52 pm

NAME Get-MVPContribution



SYNOPSIS

Invoke the GetContributions REST API to retrieve your contributions





SYNTAX

Get-MVPContribution [-Offset <Int32>] [-Limit <Int32>] [<CommonParameters>]



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





DESCRIPTION

Gets yours contributions without parameter or by specifying the id of a contribution





PARAMETERS

-Offset <Int32>

Page skip integer as int32



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Limit <Int32>

Page take integer as int32



Required? false

Position? named

Default value 5

Accept pipeline input? false

Accept wildcard characters? false



-ID <Int32>

It's the id of a contribution



Required? false

Position? named

Default value 0

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



NOTES





https://github.com/lazywinadmin/MVP



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



PS C:\\>Get-MVPContribution



It gets your most recent contributions from range 1 to 5









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



PS C:\\>Get-MVPContribution -ID 631670



It gets your contribution id 631670











RELATED LINKS