New-cChocoExFeatureFile

NAME
    New-cChocoExFeatureFile

SYNOPSIS
    Creates Chocolatey Features DSC Configuration File for cChocoEx


SYNTAX
    New-cChocoExFeatureFile [-Path] <String> [-NoClobber] [<CommonParameters>]


DESCRIPTION
    Creates Chocolatey Features DSC Configuration File for cChocoEx as a PowerShell Data File


PARAMETERS
    -Path <String>
        Path of Output File

        Required?                    true
        Position?                    1
        Default value
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -NoClobber [<SwitchParameter>]
        NoClobber

        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

Last updated

Was this helpful?