Get-CsApplicationAccessPolicy

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

Syntax

Get-CsApplicationAccessPolicy
   [[-Identity] <String>]
   [-MsftInternalProcessingMode <String>]
   [<CommonParameters>]
Get-CsApplicationAccessPolicy
   [-MsftInternalProcessingMode <String>]
   [-Filter <String>]
   [<CommonParameters>]

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

-Filter

A filter that is not expressed in the standard wildcard language.

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

-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

-MsftInternalProcessingMode

For internal use only.

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