< Back
Connect-PSCucm
Post
NAME Connect-PSCucm
SYNOPSIS
"Connect" to CUCM Server
SYNTAX
Connect-PSCucm [-AXLVersion] <String> [-server] <String> [-Credential] <PSCredential> [-EnableException]
[-SkipCertificateCheck] [-PersistSettings] [<CommonParameters>]
DESCRIPTION
"Connect" to a CUCM Server using the supplied values.
PARAMETERS
-AXLVersion <String>
AXL Version for the Server to connect to. Typically same version as CUCM itself.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-server <String>
Server to connect to.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
Credential Object for the Application User that has the appropriate AXL permissions.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EnableException [<SwitchParameter>]
Replaces user friendly yellow warnings with bloody red exceptions of doom!
Use this if you want the function to throw terminating errors you want to catch.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-SkipCertificateCheck [<SwitchParameter>]
Skip the check of the certificate. Needed in test environments, and environments without "valid" signed
certificates.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-PersistSettings [<SwitchParameter>]
Persist the settings beyond the current session.
Required? false
Position? named
Default value False
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Connect-PSCucm -AXLVersion 11.5 -server cucm.example.com -Credential $AXLCredential
It connects to CUCM Server cucm.example.com
RELATED LINKS
SYNOPSIS
"Connect" to CUCM Server
SYNTAX
Connect-PSCucm [-AXLVersion] <String> [-server] <String> [-Credential] <PSCredential> [-EnableException]
[-SkipCertificateCheck] [-PersistSettings] [<CommonParameters>]
DESCRIPTION
"Connect" to a CUCM Server using the supplied values.
PARAMETERS
-AXLVersion <String>
AXL Version for the Server to connect to. Typically same version as CUCM itself.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-server <String>
Server to connect to.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
Credential Object for the Application User that has the appropriate AXL permissions.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EnableException [<SwitchParameter>]
Replaces user friendly yellow warnings with bloody red exceptions of doom!
Use this if you want the function to throw terminating errors you want to catch.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-SkipCertificateCheck [<SwitchParameter>]
Skip the check of the certificate. Needed in test environments, and environments without "valid" signed
certificates.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-PersistSettings [<SwitchParameter>]
Persist the settings beyond the current session.
Required? false
Position? named
Default value False
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Connect-PSCucm -AXLVersion 11.5 -server cucm.example.com -Credential $AXLCredential
It connects to CUCM Server cucm.example.com
RELATED LINKS