PowerCLI Reference

vSphere Auto Deploy Reference

Connect-RbdServer

Synopsis

Connects to RBD server in standalone mode.

Syntax

Connect-RbdServer [[-Address] <String[]>] [<CommonParameters>]

Related Commands

DisConnect-RbdServer

Detailed Description

Connects to the RBD server in standalone mode. On Success the server is added to the current PS session.

Parameters

Name Type Description Required? Pipeline Input Default Value
Address String Address of the server to connect to. false false

Return Type

VMware.DeployAutomation.Types.RbdServer

Notes

Examples

-------------- Example 1 --------------

C:\PS> Connect-RbdServer 127.0.0.1 


Copyright © 1998 - 2011 VMware, Inc. All rights reserved .