Skip to content

Commit bd14a77

Browse files
authored
Create Get-CsTeamsExternalAccessConfiguration.md
Create Get-CsTeamsExternalAccessConfiguration.md for TeamsExternalAccessConfiguration
1 parent b76ec8b commit bd14a77

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
online version:
5+
schema: 1.0.0
6+
---
7+
8+
# Get-CsTeamsExternalAccessConfiguration
9+
10+
## SYNOPSIS
11+
TeamsExternalAccessConfiguration has all configs that can be used to improve entire org security like the blocked users in this case. This cmdlet returns your organization's current settings.
12+
13+
## SYNTAX
14+
15+
### Identity (Default)
16+
```
17+
Get-CsTeamsExternalAccessConfiguration [[-Identity] <XdsIdentity>] [<CommonParameters>]
18+
```
19+
20+
### Filter
21+
```
22+
Get-CsTeamsExternalAccessConfiguration [-Filter <String>] [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
Retrieves the current Teams External Access Configuration in the organization.
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Get-CsTeamsExternalAccessConfiguration
33+
```
34+
35+
In this example, we retrieve the Teams External Access Configuration in the organization.
36+
37+
## PARAMETERS
38+
39+
### -Filter
40+
Internal Microsoft use.
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: (All)
45+
Aliases:
46+
47+
Required: False
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### -Identity
55+
The only value accepted is Global
56+
57+
```yaml
58+
Type: XdsIdentity
59+
Parameter Sets: (All)
60+
Aliases:
61+
62+
Required: False
63+
Position: 1
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### CommonParameters
70+
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).
71+
72+
## INPUTS
73+
74+
### None
75+
76+
## OUTPUTS
77+
78+
### TeamsExternalAccessConfiguration.Cmdlets.TeamsExternalAccessConfiguration
79+
80+
## NOTES
81+
82+
## RELATED LINKS

0 commit comments

Comments
 (0)