Skip to content

Measure Keyword

dscbot edited this page Oct 8, 2024 · 1 revision

Measure-Keyword

SYNOPSIS

Validates all keywords.

SYNTAX

Measure-Keyword [-Token] <Token[]> [<CommonParameters>]

DESCRIPTION

Each keyword should be in all lower case.

EXAMPLES

EXAMPLE 1

Measure-Keyword -Token $Token

PARAMETERS

-Token

{{ Fill Token Description }}

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

Required: True
Position: 1
Default value: None
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

[System.Management.Automation.Language.Token[]]

OUTPUTS

[Microsoft.Windows.Powershell.ScriptAnalyzer.Generic.DiagnosticRecord[]]

NOTES

None

RELATED LINKS