Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Get-CsApplicationAccessPolicy

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

Syntax

Identity (Default)

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

Filter

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.

Parameter properties

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

Parameter sets

-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

-MsftInternalProcessingMode

For internal use only.

Parameter properties

Type:String
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?