Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.3 KB

Import-DOKDscWorkspaceSetting.md

File metadata and controls

66 lines (42 loc) · 1.3 KB
external help file Module Name online version schema
DevOpsKitDsc-help.xml
DevOpsKitDsc
2.0.0

Import-DOKDscWorkspaceSetting

SYNOPSIS

Import workspace settings.

SYNTAX

Import-DOKDscWorkspaceSetting [[-WorkspacePath] <String>] [<CommonParameters>]

DESCRIPTION

Import workspace settings.

EXAMPLES

Example 1

PS C:\> Import-DOKDscWorkspaceSetting;

Import settings from a workspace in the current working path.

PARAMETERS

-WorkspacePath

The path to an existing workspace. If no value is specified the current working path is used.

Type: String
Parameter Sets: (All)
Aliases: Path

Required: False
Position: 0
Default value: $PWD
Accept pipeline input: False
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 (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

DevOpsKitDsc.Workspace.WorkspaceSetting

NOTES

RELATED LINKS