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
Filter
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-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 |
-MsftInternalProcessingMode
For internal use only.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
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.