Get-CsTeamsExternalAccessConfiguration
This cmdlet returns the current settings of your organization.
Syntax
Identity (Default)
Get-CsTeamsExternalAccessConfiguration
[[-Identity] <XdsIdentity>]
[<CommonParameters>]
Filter
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.
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 |
-Identity
The only value accepted is Global
Parameter properties
Type: | XdsIdentity |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
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.