Skip to main content

Resolve-Parameters

SYNOPSIS

Resolve the parameters of a function call to a string.

SYNTAX

Resolve-Parameters [-Parameter] <Object> [<CommonParameters>]

DESCRIPTION

Resolve the parameters of a function call to a string.

EXAMPLES

EXAMPLE 1

Resolve-Parameters -Parameter $PSBoundParameters | Out-String

PARAMETERS

-Parameter

The name of the function this function is invoked from.

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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.Object

OUTPUTS

System.Object

NOTES

This is an internal script function and should typically not be called directly.

https://psappdeploytoolkit.com