< Back

Add-PSCUCMPhone

Sun Jan 19, 2020 6:37 pm

NAME Add-PSCUCMPhone



SYNOPSIS

Adds a phone to CUCM.





SYNTAX

Add-PSCUCMPhone [-Name] <String> [-Product] <String> [-DevicePoolName] <String> [-Protocol] <String>

[[-Description] <String>] [-EnableException] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Adds a phone of the appropriate parameters to CUCM.





PARAMETERS

-Name <String>

Name of the phone.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Product <String>

Phone Model.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DevicePoolName <String>

Device Pool to place phone in.



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Protocol <String>

Protocol for the phone. Typically SCCP or SIP.



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Description <String>

Description for the phone.



Required? false

Position? 5

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



-WhatIf [<SwitchParameter>]

What If?



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Confirm...



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



OUTPUTS



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



PS C:\\>Add-Phone -Name SEP00000000000 -Product 'Cisco 6941' -DevicePoolName 'DEFAULT-DP' -Protocol SCCP



Adds a phone to CUCM.











RELATED LINKS