Get-CsApplicationMeetingConfiguration
Retrieves information about the application meeting configuration settings configured for the tenant.
Syntax
Get-CsApplicationMeetingConfiguration
[-Identity <XdsIdentity>]
Description
This cmdlet retrieves information about the application meeting configuration settings configured for the tenant.
Examples
Retrieve application meeting configuration settings for the tenant.
PS C:\> Get-CsApplicationMeetingConfiguration
The command shown above returns application meeting configuration settings that have been configured for the tenant.
Parameters
-Filter
Enables you to use wildcards when specifying the application meeting configuration settings to be returned. Because you can only have a single, global instance of these settings there is little reason to use the Filter parameter. However, if you prefer, you can use syntax similar to this to retrieve the global settings: -Identity "g*".
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Teams |
-Identity
Unique identifier of the application meeting configuration settings to be returned. Because you can only have a single, global instance of these settings, you do not have to include the Identity when calling the Get-CsApplicationMeetingConfiguration cmdlet. However, you can use the following syntax to retrieve the global settings: -Identity global.
Type: | XdsIdentity |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LocalStore
Retrieves the application meeting configuration data from the local replica of the Central Management store rather than from the Central Management store itself.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Teams |
Inputs
None
Outputs
Microsoft.Rtc.Management.WritableConfig.Settings.PlatformApplications.ApplicationMeetingConfiguration