Get-CsApplicationAccessPolicy

Retrieves information about the application access policy configured for use in the tenant.

Syntax

Get-CsApplicationAccessPolicy
   [-Identity <XdsIdentity>]

Description

This cmdlet retrieves information about the application access policy configured for use in the tenant.

Examples

Retrieve all application access policies

PS C:\> Get-CsApplicationAccessPolicy

The command shown above returns information of all application access policies that have been configured for use in the tenant.

Retrieve specific application access policy

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

In the command shown above, information is returned for a single application access policy: the policy with the Identity ASimplePolicy.

Parameters

-Identity

Unique identifier assigned to the policy when it was created.

Type:XdsIdentity
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False