Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 1.57 KB

New-ESCSSettingsFile.md

File metadata and controls

81 lines (53 loc) · 1.57 KB
external help file online version schema
EditorServicesCommandSuite-help.xml
2.0.0

New-ESCSSettingsFile

SYNOPSIS

Create a new settings file for the current workspace.

SYNTAX

New-ESCSSettingsFile [[-Path] <String>] [-Force]

DESCRIPTION

The New-ESCSSettingsFile function creates a settings file in the current workspace. This file contains settings used by this module for determining where to find specific files.

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

New-ESCSSettingsFile

Creates the file ESCSSettings.psd1 in the base of the current workspace with default values.

PARAMETERS

-Path

Specifies the path to save the settings file to. If this parameter is not specified a settings file will be created in the base of the current workspace.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: $psEditor.Workspace.Path
Accept pipeline input: False
Accept wildcard characters: False

-Force

If specified indicates that an existing settings file should be overridden without prompting.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

None

This function does not accept value from the pipeline.

OUTPUTS

None

This function does not output to the pipeline.

NOTES

RELATED LINKS