Connect-MceSession
#
SYNOPSISConnects the MCE module to an administration session.
#
SYNTAX#
DESCRIPTIONThis cmdlet initializes the connection to an MCE Administration Services server.
This cmdlet must be invoked before any other cmdlet in the module.
#
EXAMPLES#
EXAMPLE 1Connects the module to the MCE Administration Services running at https://mce.company.com.
#
EXAMPLE 2Connects the module to the MCE Administration Services running at https://mce.company.com:8080/administration with credentials.
#
PARAMETERS#
-ServerAddressThe server address.
#
-CredentialThe credential.
#
CommonParametersThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
#
INPUTS#
System.StringThe server address.
#
System.Management.Automation.PSCredentialThe credential.
#
OUTPUTS#
MindLink.Core.Mce.PowerShell.Services.MceSessionConnectionResultThe MCE session connection result.