Skip to content

Commit aa77795

Browse files
Merge pull request #11949 from michbrown-png/patch-3
Update Get-CsApplicationAccessPolicy.md
2 parents edf21d3 + 02bb2fc commit aa77795

File tree

1 file changed

+51
-8
lines changed

1 file changed

+51
-8
lines changed

teams/teams-ps/teams/Get-CsApplicationAccessPolicy.md

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@ Retrieves information about the application access policy configured for use in
1818

1919
## SYNTAX
2020

21-
### Identity
21+
### Identity (Default)
2222

23+
```powershell
24+
Get-CsApplicationAccessPolicy [[-Identity] <String>] [-MsftInternalProcessingMode <String>]
25+
[<CommonParameters>]
2326
```
24-
Get-CsApplicationAccessPolicy [-Identity <XdsIdentity>]
27+
28+
### Filter
29+
30+
```powershell
31+
Get-CsApplicationAccessPolicy [-MsftInternalProcessingMode <String>] [-Filter <String>] [<CommonParameters>]
2532
```
2633

2734
## DESCRIPTION
@@ -32,15 +39,15 @@ This cmdlet retrieves information about the application access policy configured
3239

3340
### Retrieve all application access policies
3441

35-
```
42+
```powershell
3643
PS C:\> Get-CsApplicationAccessPolicy
3744
```
3845

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

4148
### Retrieve specific application access policy
4249

43-
```
50+
```powershell
4451
PS C:\> Get-CsApplicationAccessPolicy -Identity "ASimplePolicy"
4552
```
4653

@@ -65,6 +72,42 @@ Accept pipeline input: False
6572
Accept wildcard characters: False
6673
```
6774
75+
### -Filter
76+
77+
A filter that is not expressed in the standard wildcard language.
78+
79+
```yaml
80+
Type: String
81+
Parameter Sets: Filter
82+
Aliases:
83+
84+
Required: False
85+
Position: Named
86+
Default value: None
87+
Accept pipeline input: False
88+
Accept wildcard characters: False
89+
```
90+
91+
### -MsftInternalProcessingMode
92+
93+
For internal use only.
94+
95+
```yaml
96+
Type: String
97+
Parameter Sets: (All)
98+
Aliases:
99+
100+
Required: False
101+
Position: Named
102+
Default value: None
103+
Accept pipeline input: False
104+
Accept wildcard characters: False
105+
```
106+
107+
### CommonParameters
108+
109+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
110+
68111
## INPUTS
69112
70113
## OUTPUTS
@@ -73,7 +116,7 @@ Accept wildcard characters: False
73116
74117
## RELATED LINKS
75118
76-
[New-CsApplicationAccessPolicy](New-CsApplicationAccessPolicy.md)
77-
[Grant-CsApplicationAccessPolicy](Grant-CsApplicationAccessPolicy.md)
78-
[Set-CsApplicationAccessPolicy](Set-CsApplicationAccessPolicy.md)
79-
[Remove-CsApplicationAccessPolicy](Remove-CsApplicationAccessPolicy.md)
119+
[New-CsApplicationAccessPolicy](New-CsApplicationAccessPolicy.md)<br>
120+
[Grant-CsApplicationAccessPolicy](Grant-CsApplicationAccessPolicy.md)<br>
121+
[Set-CsApplicationAccessPolicy](Set-CsApplicationAccessPolicy.md)<br>
122+
[Remove-CsApplicationAccessPolicy](Remove-CsApplicationAccessPolicy.md)<br>

0 commit comments

Comments
 (0)