< Back

Connect-vLCMServer

Sat Jan 18, 2020 9:53 pm

NAME Connect-vLCMServer



SYNOPSIS

Connect to a vLCM Server





SYNTAX

Connect-vLCMServer -Server <String> -Username <String> -Password <SecureString> [-IgnoreCertRequirements]

[-SslProtocol <String>] [<CommonParameters>]



Connect-vLCMServer -Server <String> -Credential <PSCredential> [-IgnoreCertRequirements] [-SslProtocol <String>]

[<CommonParameters>]





DESCRIPTION

Connect to a vLCM Server and generate a connection object with Servername, Token etc





PARAMETERS

-Server <String>

vLCM Server to connect to



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Username <String>

Username to connect with



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Password <SecureString>

Password to connect with



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Credential <PSCredential>

Credential object to connect with



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-IgnoreCertRequirements [<SwitchParameter>]

Ignore requirements to use fully signed certificates



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-SslProtocol <String>

Alternative Ssl protocol to use from the default

Windows PowerShell: Ssl3, Tls, Tls11, Tls12

PowerShell Core: Tls, Tls11, Tls12



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

System.SecureString

Management.Automation.PSCredential

Switch





OUTPUTS

System.Management.Automation.PSObject





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Connect-vLCMServer -Server vlcmappliance01.domain.local -Credential (Get-Credential)















RELATED LINKS