Compare-ModuleVersion

SYNOPSIS

Compares the installed version of a module with the latest version on the PowerShell Gallery

SYNTAX

Compare-ModuleVersion [[-ModuleName] <String[]>] [<CommonParameters>]

DESCRIPTION

Compares the installed version of a module with the latest version on the PowerShell Gallery

EXAMPLES

EXAMPLE 1

Compare-ModuleVersion PSGSuite

PARAMETERS

-ModuleName

The name of the module to compare

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: PSGSuite
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Comments