Get-CsTeamsExternalAccessConfiguration
The TeamsExternalAccessConfiguration contains all configurations that can be used to enhance the security of the entire organization, such as managing blocked users. This cmdlet returns the current settings of your organization.
Syntax
Get-CsTeamsExternalAccessConfiguration
[[-Identity] <XdsIdentity>]
[<CommonParameters>]
Get-CsTeamsExternalAccessConfiguration
[-Filter <String>]
[<CommonParameters>]
Description
Retrieves the current Teams External Access Configuration in the organization.
Examples
Example 1
PS C:\> Get-CsTeamsExternalAccessConfiguration
In this example, we retrieve the Teams External Access Configuration in the organization.
Parameters
-Filter
Internal Microsoft use.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
The only value accepted is Global
Type: | XdsIdentity |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
TeamsExternalAccessConfiguration.Cmdlets.TeamsExternalAccessConfiguration