Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 1.53 KB

Import-DOKDscNodeConfiguration.md

File metadata and controls

82 lines (54 loc) · 1.53 KB
external help file Module Name online version schema
DevOpsKitDsc-help.xml
DevOpsKitDsc
2.0.0

Import-DOKDscNodeConfiguration

SYNOPSIS

Import configuration data for a node.

SYNTAX

Import-DOKDscNodeConfiguration [[-InstanceName] <String[]>] [[-WorkspacePath] <String>] [<CommonParameters>]

DESCRIPTION

Import configuration data for a node.

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-InstanceName

{{Fill InstanceName Description}}

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-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: 1
Default value: None
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

System.Collections.Hashtable

NOTES

RELATED LINKS