< Back

Update-ProfileConfig

Sun Jan 19, 2020 5:34 pm

NAME Update-ProfileConfig



SYNOPSIS

Create and update the profile configuration.





SYNTAX

Update-ProfileConfig [-Path] <String> [-PassThru] [<CommonParameters>]





DESCRIPTION

The profile configuration will be created if it does not exist. Every

property will be initialized with a default value.





PARAMETERS

-Path <String>

Path to the config file.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PassThru [<SwitchParameter>]

Return the updated object



Required? false

Position? named

Default value False

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