Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Remove-CsApplicationAccessPolicy
- Module:
- MicrosoftTeams PowerShell module
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
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.
Related Links
Feedback
Was this page helpful?
