external help file | Module Name | online version | schema |
---|---|---|---|
TeamsFunctions-help.xml |
TeamsFunctions |
2.0.0 |
Lists all Tenant Dial Plans by Name
Get-TeamsTDP [[-Identity] <String>] [<CommonParameters>]
To quickly find Tenant Dial Plans to assign, an Alias-Function to Get-CsTenantDialPlan
Get-TeamsTDP
Returns the Object for all Tenant Dial Plans (except "Global") Behaviour like: Get-CsTenantDialPlan, showing only a few Parameters (no Normalization Rules)
Get-TeamsTDP -Identity DP-HUN
Lists Tenant Dial Plan DP-HUN as Get-CsTenantDialPlan does.
Get-TeamsTDP -Identity DP-HUN*
Lists all Tenant Dials that contain the strign "DP-HUN" in the Name.
If provided, acts as an Alias to Get-CsTenantDialPlan, listing one Dial Plan If not provided, lists Identities of all Tenant Dial Plans (except "Global")
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
This script is indulging the lazy admin. It behaves like Get-CsTenantDialPlan with a twist: If used without Parameter, a reduced set of Parameters are shown for better visibility: Without parameters, it executes the following string: Get-CsTenantDialPlan | Where-Object Identity -NE "Global" | Select-Object Identity, SimpleName, OptimizeDeviceDialing, Description
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/Get-TeamsTDP.md
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/about_VoiceConfiguration.md
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/about_Supporting_Functions.md
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/