Connect-VMWareCluster
SYNOPSIS
Connect to a vSphere cluster to perform other commands or scripts
SYNTAX
__AllParameterSets
Connect-VMWareCluster [[-vCenterIp] <string>] [[-vCenterCredencial] <pscredential>]
[<CommonParameters>]
ALIASES
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION
Connect to a vSphere cluster to perform other commands or scripts
EXAMPLES
EXAMPLE 1
Connect-VMWareCluster -vCenterIp 192.168.x.x -vCenterCredencial $cred
PARAMETERS
-vCenterCredencial
Credential to connect with.
Type: PSCredential
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-vCenterIp
vCenter IP or name
Type: String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
RELATED LINKS
{{ Fill in the related links here }}