Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 1.57 KB

Register-DOKDscNode.md

File metadata and controls

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

Register-DOKDscNode

SYNOPSIS

Create a public/ private key pair for configuration encryption.

SYNTAX

Register-DOKDscNode [[-InstanceName] <String[]>] [[-WorkspacePath] <String>] [<CommonParameters>]

DESCRIPTION

Create a public/private key pair for configuration encryption.

EXAMPLES

Example 1

PS C:\> Register-DOKDscNode -InstanceName Server1;

Create and extract a public/ private key pair for the node Server1.

PARAMETERS

-InstanceName

The name of the node.

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.Object

NOTES

RELATED LINKS