Skip to content

Commit 9856946

Browse files
Merge pull request #13315 from CLYVR/patch-62
Update New-CsOnlineSchedule.md
2 parents ba4bffc + 3151d23 commit 9856946

28 files changed

+62
-285
lines changed

teams/teams-ps/MicrosoftTeams/Find-CsOnlineApplicationInstance.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ This example returns up to 10 application instances whose name is "Test Auto Att
6161

6262
### -AssociatedOnly
6363

64-
> Applicable: Microsoft Teams
65-
6664
The AssociatedOnly parameter instructs the cmdlet to return only application instances that are associated to a configuration.
6765

6866
```yaml
@@ -79,8 +77,6 @@ Accept wildcard characters: False
7977
8078
### -ExactMatchOnly
8179
82-
> Applicable: Microsoft Teams
83-
8480
The ExactMatchOnly parameter instructs the cmdlet to return exact matches only. The default value is false.
8581
8682
```yaml
@@ -97,8 +93,6 @@ Accept wildcard characters: False
9793
9894
### -Force
9995
100-
> Applicable: Microsoft Teams
101-
10296
This switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If it isn't provided in the command, you're prompted for administrative input if required.
10397
10498
```yaml
@@ -115,9 +109,7 @@ Accept wildcard characters: False
115109
116110
### -MaxResults
117111
118-
> Applicable: Microsoft Teams
119-
120-
The MaxResults parameter identifies the maximum number of results to return. If this parameter is not provided, the default is value is 10. Max allowed value is 20.
112+
The MaxResults parameter identifies the maximum number of results to return. If this parameter is not provided, the default value is 10. Max allowed value is 20.
121113
122114
```yaml
123115
Type: UInt32
@@ -133,8 +125,6 @@ Accept wildcard characters: False
133125
134126
### -SearchQuery
135127
136-
> Applicable: Microsoft Teams
137-
138128
The SearchQuery parameter defines a query for application instances by display name, telephone number, or GUID of the application instance. This parameter accepts partial queries for display names and telephone numbers. The search is not case sensitive.
139129
140130
```yaml
@@ -151,8 +141,6 @@ Accept wildcard characters: False
151141
152142
### -UnAssociatedOnly
153143
154-
> Applicable: Microsoft Teams
155-
156144
The UnAssociatedOnly parameter instructs the cmdlet to return only application instances that are not associated to any configuration.
157145
158146
```yaml
@@ -168,6 +156,7 @@ Accept wildcard characters: False
168156
```
169157
170158
### CommonParameters
159+
171160
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).
172161

173162
## INPUTS

teams/teams-ps/MicrosoftTeams/Get-CsAutoAttendant.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ This example skips initial 5 auto attendants and gets the next 10 AAs configured
7777

7878
### -Descending
7979

80-
> Applicable: Microsoft Teams
81-
8280
If specified, the retrieved auto attendants would be sorted in descending order.
8381

8482
```yaml
@@ -95,8 +93,6 @@ Accept wildcard characters: False
9593
9694
### -ExcludeContent
9795
98-
> Applicable: Microsoft Teams
99-
10096
If specified, only auto attendants' names, identities and associated application instances will be retrieved.
10197
10298
```yaml
@@ -113,8 +109,6 @@ Accept wildcard characters: False
113109
114110
### -First
115111
116-
> Applicable: Microsoft Teams
117-
118112
The First parameter gets the first N auto attendants, up to a maximum of 100 at a time.
119113
When not specified, the default behavior is to return the first 100 auto attendants. It is intended to be used in conjunction with the `-Skip` parameter for pagination purposes.
120114
If a number greater than 100 is supplied, the request will fail.
@@ -133,8 +127,6 @@ Accept wildcard characters: False
133127

134128
### -Identity
135129

136-
> Applicable: Microsoft Teams
137-
138130
The identity for the AA to be retrieved. If this parameter is not specified, then all created AAs in the organization are returned.
139131
If you specify this parameter, you can't specify the other parameters.
140132

@@ -152,8 +144,6 @@ Accept wildcard characters: False
152144

153145
### -IncludeStatus
154146

155-
> Applicable: Microsoft Teams
156-
157147
If specified, the status records for each auto attendant in the result set are also retrieved.
158148

159149
```yaml
@@ -170,8 +160,6 @@ Accept wildcard characters: False
170160

171161
### -NameFilter
172162

173-
> Applicable: Microsoft Teams
174-
175163
If specified, only auto attendants whose names match that value would be returned.
176164

177165
```yaml
@@ -188,8 +176,6 @@ Accept wildcard characters: False
188176

189177
### -Skip
190178

191-
> Applicable: Microsoft Teams
192-
193179
The Skip parameter skips the first N auto attendants. It is intended to be used in conjunction with the `-First` parameter for pagination purposes.
194180

195181
```yaml
@@ -206,8 +192,6 @@ Accept wildcard characters: False
206192

207193
### -SortBy
208194

209-
> Applicable: Microsoft Teams
210-
211195
If specified, the retrieved auto attendants would be sorted by the specified property.
212196

213197
```yaml
@@ -224,9 +208,7 @@ Accept wildcard characters: False
224208

225209
### -Tenant
226210

227-
> Applicable: Microsoft Teams
228-
229-
{{ Fill Tenant Description }}
211+
This parameter is reserved for Microsoft internal use only.
230212

231213
```yaml
232214
Type: System.Guid
@@ -241,6 +223,7 @@ Accept wildcard characters: False
241223
```
242224

243225
### CommonParameters
226+
244227
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).
245228

246229
## INPUTS

teams/teams-ps/MicrosoftTeams/Get-CsCallQueue.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ This example gets the Call Queue with the identity 5e3a575e-1faa-49ff-83c2-5cf1c
4646

4747
### -Descending
4848

49-
> Applicable: Microsoft Teams
50-
5149
The Descending parameter sorts Call Queues in descending order
5250

5351
```yaml
@@ -64,8 +62,6 @@ Accept wildcard characters: False
6462
6563
### -ExcludeContent
6664
67-
> Applicable: Microsoft Teams
68-
6965
The ExcludeContent parameter only displays the Name and Id of the Call Queues
7066
7167
```yaml
@@ -82,8 +78,6 @@ Accept wildcard characters: False
8278
8379
### -First
8480
85-
> Applicable: Microsoft Teams
86-
8781
The First parameter gets the first N Call Queues, up to a maximum of 100 at a time.
8882
When not specified, the default behavior is to return the first 100 call queues. It is intended to be used in conjunction with the `-Skip` parameter for pagination purposes.
8983
If a number greater than 100 is supplied, the request will fail.
@@ -102,8 +96,6 @@ Accept wildcard characters: False
10296

10397
### -Identity
10498

105-
> Applicable: Microsoft Teams
106-
10799
PARAMVALUE: Guid
108100

109101
```yaml
@@ -120,8 +112,6 @@ Accept wildcard characters: False
120112

121113
### -NameFilter
122114

123-
> Applicable: Microsoft Teams
124-
125115
The NameFilter parameter returns Call Queues where name contains specified string
126116

127117
```yaml
@@ -138,8 +128,6 @@ Accept wildcard characters: False
138128

139129
### -Skip
140130

141-
> Applicable: Microsoft Teams
142-
143131
The Skip parameter skips the first N call queues. It is intended to be used in conjunction with the `-First` parameter for pagination purposes.
144132

145133
```yaml
@@ -156,8 +144,6 @@ Accept wildcard characters: False
156144

157145
### -Sort
158146

159-
> Applicable: Microsoft Teams
160-
161147
The Sort parameter specifies the property used to sort.
162148

163149
```yaml
@@ -174,9 +160,7 @@ Accept wildcard characters: False
174160

175161
### -Tenant
176162

177-
> Applicable: Microsoft Teams
178-
179-
PARAMVALUE: Guid
163+
This parameter is reserved for Microsoft internal use only.
180164

181165
```yaml
182166
Type: Guid
@@ -191,6 +175,7 @@ Accept wildcard characters: False
191175
```
192176

193177
### CommonParameters
178+
194179
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).
195180

196181
## INPUTS

teams/teams-ps/MicrosoftTeams/Get-CsComplianceRecordingForCallQueueTemplate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ This example gets the Compliance Recording for Call Queue template with the iden
4545

4646
### -Id
4747

48-
> Applicable: Microsoft Teams
49-
5048
The Id parameter is the unique identifier assigned to the Compliance Recording for Call Queue template.
5149

5250
```yaml
@@ -62,6 +60,7 @@ Accept wildcard characters: False
6260
```
6361
6462
### CommonParameters
63+
6564
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).
6665
6766
## INPUTS

teams/teams-ps/MicrosoftTeams/Get-CsOnlineApplicationInstance.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ This example returns the details of all application instances.
5858

5959
### -Confirm
6060

61-
> Applicable: Microsoft Teams
62-
6361
Prompts you for confirmation before running the cmdlet.
6462

6563
```yaml
@@ -76,8 +74,6 @@ Accept wildcard characters: False
7674
7775
### -Force
7876
79-
> Applicable: Microsoft Teams
80-
8177
This switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If it isn't provided in the command, you're prompted for administrative input if required.
8278
8379
```yaml
@@ -94,8 +90,6 @@ Accept wildcard characters: False
9490
9591
### -Identities
9692
97-
> Applicable: Microsoft Teams
98-
9993
The UPNs or the object IDs of the application instances to retrieve, separated with comma. If this parameter nor parameter Identity are not provided, it will retrieve all application instances in the tenant.
10094
10195
```yaml
@@ -112,8 +106,6 @@ Accept wildcard characters: False
112106
113107
### -Identity
114108
115-
> Applicable: Microsoft Teams
116-
117109
The UPN or the object ID of the application instance to retrieve. If this parameter nor parameter Identities are not provided, it will retrieve all application instances in the tenant.
118110
119111
```yaml
@@ -130,8 +122,6 @@ Accept wildcard characters: False
130122
131123
### -ResultSize
132124
133-
> Applicable: Microsoft Teams
134-
135125
The result size for bulk get. This parameter is currently not working.
136126
137127
```yaml
@@ -148,8 +138,6 @@ Accept wildcard characters: False
148138
149139
### -Skip
150140
151-
> Applicable: Microsoft Teams
152-
153141
Skips the first specified number of returned results. The default value is 0. This parameter is currently not working.
154142
155143
```yaml
@@ -166,8 +154,6 @@ Accept wildcard characters: False
166154
167155
### -WhatIf
168156
169-
> Applicable: Microsoft Teams
170-
171157
Shows what would happen if the cmdlet runs.
172158
The cmdlet is not run.
173159
@@ -184,6 +170,7 @@ Accept wildcard characters: False
184170
```
185171
186172
### CommonParameters
173+
187174
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).
188175

189176
## INPUTS

teams/teams-ps/MicrosoftTeams/Get-CsOnlineApplicationInstanceAssociation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ This example gets the association object for the application instance that has t
3939

4040
### -Identity
4141

42-
> Applicable: Microsoft Teams
43-
4442
The identity for the application instance whose association is to be retrieved.
4543

4644
```yaml
@@ -57,9 +55,7 @@ Accept wildcard characters: False
5755
5856
### -Tenant
5957
60-
> Applicable: Microsoft Teams
61-
62-
{{ Fill Tenant Description }}
58+
This parameter is reserved for Microsoft internal use only.
6359
6460
```yaml
6561
Type: System.Guid
@@ -74,6 +70,7 @@ Accept wildcard characters: False
7470
```
7571
7672
### CommonParameters
73+
7774
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).
7875
7976
## INPUTS

teams/teams-ps/MicrosoftTeams/Get-CsOnlineApplicationInstanceAssociationStatus.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ This example gets the provisioning status for the association object of the appl
3939

4040
### -Identity
4141

42-
> Applicable: Microsoft Teams
43-
4442
The identity for the application instance whose association provisioning status is to be retrieved.
4543

4644
```yaml
@@ -57,9 +55,7 @@ Accept wildcard characters: False
5755
5856
### -Tenant
5957
60-
> Applicable: Microsoft Teams
61-
62-
{{ Fill Tenant Description }}
58+
This parameter is reserved for Microsoft internal use only.
6359
6460
```yaml
6561
Type: System.Guid
@@ -74,6 +70,7 @@ Accept wildcard characters: False
7470
```
7571
7672
### CommonParameters
73+
7774
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).
7875
7976
## INPUTS

0 commit comments

Comments
 (0)