diff --git a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md index 7f0b00c938..7779d529d0 100644 --- a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md @@ -20,14 +20,38 @@ Use this cmdlet to create a new instance of a Teams Calling Policy. ### Identity (Default) ``` -New-CsTeamsCallingPolicy [-Identity] [-Description ] [-AllowPrivateCalling ] [-AllowWebPSTNCalling ] - [-AllowSIPDevicesCalling ] [-AllowVoicemail ] [-AllowCallGroups ] [-AllowDelegation ] - [-AllowCallForwardingToUser ] [-AllowCallForwardingToPhone ] [-PreventTollBypass ] - [-BusyOnBusyEnabledType ] [-MusicOnHoldEnabledType ] [-AllowCloudRecordingForCalls ] - [-AllowTranscriptionForCalling ] [-PopoutForIncomingPstnCalls ] [-PopoutAppPathForIncomingPstnCalls ] - [-LiveCaptionsEnabledTypeForCalling ] [-AutoAnswerEnabledType ] [-SpamFilteringEnabledType ] - [-CallRecordingExpirationDays ] [-AllowCallRedirect ] [-Copilot ] [-EnableWebPstnMediaBypass ] - [-InboundPstnCallRoutingTreatment ] [-InboundFederatedCallRoutingTreatment ] [-Force] [-WhatIf] [-Confirm] [] +New-CsTeamsCallingPolicy [-Identity] + [-Description ] + [-AllowPrivateCalling ] + [-AllowWebPSTNCalling ] + [-AllowSIPDevicesCalling ] + [-AllowVoicemail ] + [-AllowCallGroups ] + [-AllowDelegation ] + [-AllowCallForwardingToUser ] + [-AllowCallForwardingToPhone ] + [-PreventTollBypass ] + [-BusyOnBusyEnabledType ] + [-MusicOnHoldEnabledType ] + [-AllowCloudRecordingForCalls ] + [-AllowTranscriptionForCalling ] + [-PopoutForIncomingPstnCalls ] + [-PopoutAppPathForIncomingPstnCalls ] + [-LiveCaptionsEnabledTypeForCalling ] + [-AutoAnswerEnabledType ] + [-SpamFilteringEnabledType ] + [-CallRecordingExpirationDays ] + [-AllowCallRedirect ] + [-Copilot ] + [-EnableWebPstnMediaBypass ] + [-InboundPstnCallRoutingTreatment ] + [-InboundFederatedCallRoutingTreatment ] + [-PayAsYouGoSpendingLimits ] + [-PayAsYouGoSpendingUserLimit ] + [-Force] + [-WhatIf] + [-Confirm] + [] ``` ## DESCRIPTION @@ -521,6 +545,40 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PayAsYouGoSpendingLimits +Determines if spending limit is enabled for pay-as-you-go PSTN calls. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PayAsYouGoSpendingUserLimit +Determines the value of spending limit for a user making pay-as-you-go PSTN calls. + +Possible values are any positive integer. + +```yaml +Type: Long +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Force Suppresses any confirmation prompts that would otherwise be displayed before making changes. diff --git a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md index 65118ac31f..7cf48196da 100644 --- a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md @@ -36,7 +36,7 @@ Set-CsTeamsCallingPolicy [-Identity] [-CallRecordingExpirationDays ] [-Confirm] [-Force] - [-Copilot] ] + [-Copilot ] [-InboundFederatedCallRoutingTreatment ] [-InboundPstnCallRoutingTreatment ] [-LiveCaptionsEnabledTypeForCalling ] @@ -45,6 +45,8 @@ Set-CsTeamsCallingPolicy [-Identity] [-PopoutForIncomingPstnCalls ] [-PreventTollBypass ] [-SpamFilteringEnabledType ] + [-PayAsYouGoSpendingLimits ] + [-PayAsYouGoSpendingUserLimit ] [-WhatIf] [] ``` @@ -506,6 +508,40 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PayAsYouGoSpendingLimits +Determines if spending limit is enabled for pay-as-you-go PSTN calls. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PayAsYouGoSpendingUserLimit +Determines the value of spending limit for a user making pay-as-you-go PSTN calls. + +Possible values are any positive integer. + +```yaml +Type: Long +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Force Suppresses any confirmation prompts that would otherwise be displayed before making changes.