Add-LabVMWareSettings

SYNOPSIS

Add VMWare specific settings to the lab

SYNTAX

Add-LabVMWareSettings [-DataCenterName] <String> [-DataStoreName] <String> [-ResourcePoolName] <String>
 [-VCenterServerName] <String> [-Credential] <PSCredential> [-PassThru] [<CommonParameters>]

DESCRIPTION

Adds the necessary VMWare settings to the lab definition: Data Center, Data Store, Resource Pool and VCenter server

EXAMPLES

Example 1

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

{{ Add example description here }}

PARAMETERS

-Credential

Credentials to connect to VMWare

Type: PSCredential
Parameter Sets: (All)
Aliases:

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

-DataCenterName

The VMWare data center name

Type: String
Parameter Sets: (All)
Aliases:

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

-DataStoreName

The VMWare data store name

Type: String
Parameter Sets: (All)
Aliases:

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

-PassThru

Switch parameter to return VMWare settings object

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ResourcePoolName

The VMWare resource pool name

Type: String
Parameter Sets: (All)
Aliases:

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

-VCenterServerName

The VCenter server name

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
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.

INPUTS

OUTPUTS

NOTES