< Back

Export-DefaultParameter

Mon Jan 13, 2020 6:31 pm

NAME Export-DefaultParameter



SYNOPSIS

Exports the current default parameter values





SYNTAX

Export-DefaultParameter [[-Path] <String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Path <String>

The path to export default parameter values to (defaults to "DefaultParameterValues.clixml" in your profile

directory)



Required? false

Position? 1

Default value $(Join-Path (Split-Path $Profile.CurrentUserAllHosts -Parent)

DefaultParameterValues.clixml)

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





RELATED LINKS