Edit

Share via


Remove-CsApplicationAccessPolicy

Deletes an existing application access policy.

Syntax

Identity

Remove-CsApplicationAccessPolicy
    [-Identity <XdsIdentity>]
    [<CommonParameters>]

Description

This cmdlet deletes an existing application access policy.

Examples

Remove an application access policy

PS C:\> Remove-CsApplicationAccessPolicy -Identity "ASimplePolicy"

The command shown above deletes the application access policy ASimplePolicy.

Parameters

-Identity

Unique identifier assigned to the policy when it was created.

Parameter properties

Type:XdsIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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