Skip to content

Latest commit

 

History

History
151 lines (112 loc) · 3.65 KB

Remove-CsCallViaWorkPolicy.md

File metadata and controls

151 lines (112 loc) · 3.65 KB
external help file online version applicable title schema manager author ms.author ms.reviewer
Microsoft.Rtc.Management.dll-help.xml
Skype for Business Server 2015, Skype for Business Server 2019
Remove-CsCallViaWorkPolicy
2.0.0
rogupta
hirenshah1
hirshah

Remove-CsCallViaWorkPolicy

SYNOPSIS

Use the Remove-CsCallViaWorkPolicy cmdlet to delete an existing call via work policy. Call via work policies enable and manage the characteristics of outbound calls placed through the Skype for Business client.

SYNTAX

Remove-CsCallViaWorkPolicy [-Identity] <XdsIdentity> [-Confirm] [-Force] [-Tenant <Guid>] [-WhatIf]
 [<CommonParameters>]

DESCRIPTION

Use this cmdlet to delete an existing call via work policy.

EXAMPLES

-------------------------- Example 1 --------------------------

Remove-CsCallViaWorkPolicy -Identity CvWStandardPolicy

This example removes a per-user scoped policy named "CvWStandardPolicy".

PARAMETERS

-Identity

Specifies the identity of the policy to be removed. Call via work policies can be specified at the global, site, or per-user scope.

The global policy will not be removed, but the parameters will be reset to the defaults.

Site syntax: -Identity Site:Redmond

Per-user syntax: -Identity CallviaWorkStandard

Type: XdsIdentity
Parameter Sets: (All)
Aliases: 
Applicable: Skype for Business Server 2015, Skype for Business Server 2019

Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before executing the command.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Applicable: Skype for Business Server 2015, Skype for Business Server 2019

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Force

Suppresses the display of any non-fatal error messages and completes the cmdlet operation.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 
Applicable: Skype for Business Server 2015, Skype for Business Server 2019

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Tenant

This parameter is reserved for internal Microsoft use.

Type: Guid
Parameter Sets: (All)
Aliases: 
Applicable: Skype for Business Server 2015, Skype for Business Server 2019

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Applicable: Skype for Business Server 2015, Skype for Business Server 2019

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None.

OUTPUTS

None.

NOTES

RELATED LINKS

Set-CsCallViaWorkPolicy

New-CsCallViaWorkPolicy

Grant-CsCallViaWorkPolicy

Get-CsCallViaWorkPolicy