Skip to content

Commit 569538c

Browse files
authored
Update Get-CsApplicationMeetingConfiguration.md
Add description for common parameters
1 parent fc336d4 commit 569538c

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

skype/skype-ps/skype/Get-CsApplicationMeetingConfiguration.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,43 @@ Accept pipeline input: False
5959
Accept wildcard characters: False
6060
```
6161
62+
### -Filter
63+
Enables you to use wildcards when specifying the application meeting configuration settings to be returned.
64+
Because you can only have a single, global instance of these settings there is little reason to use the Filter parameter.
65+
However, if you prefer, you can use syntax similar to this to retrieve the global settings: -Identity "g*".
66+
67+
```yaml
68+
Type: String
69+
Parameter Sets: Filter
70+
Aliases:
71+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
72+
73+
Required: False
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
80+
### -LocalStore
81+
Retrieves the application meeting configuration data from the local replica of the Central Management store rather than from the Central Management store itself.
82+
83+
```yaml
84+
Type: SwitchParameter
85+
Parameter Sets: (All)
86+
Aliases:
87+
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
88+
89+
Required: False
90+
Position: Named
91+
Default value: None
92+
Accept pipeline input: False
93+
Accept wildcard characters: False
94+
```
95+
96+
### CommonParameters
97+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
98+
6299
## INPUTS
63100
64101
### None

0 commit comments

Comments
 (0)