Skip to content

Commit 141eb62

Browse files
authored
Merge branch 'master' into patch-1
2 parents de4f91f + 069e806 commit 141eb62

File tree

1 file changed

+25
-18
lines changed

1 file changed

+25
-18
lines changed

skype/skype-ps/skype/Set-CsOnlineDialInConferencingUserDefaultNumber.md

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Set-CsOnlineDialInConferencingUserDefaultNumber
1414

1515
## SYNOPSIS
16-
Provide the topic introduction here.
16+
Replace the default toll or toll-free number for all users.
1717

1818
## SYNTAX
1919

@@ -47,16 +47,17 @@ Provide the detailed description here.
4747

4848
### -------------------------- Example 1 --------------------------
4949
```
50-
Insert example commands for example 1.
50+
Set-CsOnlineDialInConferencingUserDefaultNumber -FromNumber 14694235338 -ToNumber 132359192 -NumberType Toll -RescheduleMeetings -BridgeId 9884626f-dcfb-49f4-8025-912f5bc68fdc
5151
```
5252

53-
Insert descriptive text for example 1.
53+
This example replaces the default toll or toll-free number for all users who have the number 14694235338 as a default number to the number 132359192 and starts the process of rescheduling their meetings.
5454

5555

5656
## PARAMETERS
5757

5858
### -BridgeId
59-
PARAMVALUE: Guid
59+
The Bridge Id results from running [Get-CsOnlineDialInConferencingBridge](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencingbridge)
60+
For example "9884626f-dcfb-49f4-8025-912f5bc68fdc". You can either specify BridgeName or BridgeId.
6061

6162
```yaml
6263
Type: Guid
@@ -72,7 +73,8 @@ Accept wildcard characters: False
7273
```
7374
7475
### -BridgeName
75-
PARAMVALUE: String
76+
The Bridge Name results from running [Get-CsOnlineDialInConferencingBridge](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencingbridge)
77+
For example "Conference Bridge". You can either specify BridgeName or BridgeId.
7678
7779
```yaml
7880
Type: String
@@ -88,7 +90,7 @@ Accept wildcard characters: False
8890
```
8991
9092
### -CountryOrRegion
91-
PARAMVALUE: String
93+
A String representing the Country or Region this Dial In Conferencing Default number belongs to.
9294
9395
```yaml
9496
Type: String
@@ -104,7 +106,8 @@ Accept wildcard characters: False
104106
```
105107
106108
### -FromNumber
107-
PARAMVALUE: String
109+
The current default number defined.
110+
$null if no number defined.
108111
109112
```yaml
110113
Type: String
@@ -120,7 +123,11 @@ Accept wildcard characters: False
120123
```
121124
122125
### -NumberType
123-
PARAMVALUE: String
126+
The type of number this Dial In Conferencing Default number has.
127+
Valid values are
128+
129+
- Toll
130+
- TollFree
124131
125132
```yaml
126133
Type: String
@@ -136,7 +143,7 @@ Accept wildcard characters: False
136143
```
137144
138145
### -ToNumber
139-
PARAMVALUE: String
146+
The new number to assign, without the + sign, for example 132359192.
140147
141148
```yaml
142149
Type: String
@@ -152,7 +159,7 @@ Accept wildcard characters: False
152159
```
153160
154161
### -AreaOrState
155-
PARAMVALUE: String
162+
A String representing the Area or State this Dial In Conferencing Default number belongs to.
156163
157164
```yaml
158165
Type: String
@@ -168,7 +175,7 @@ Accept wildcard characters: False
168175
```
169176
170177
### -CapitalOrMajorCity
171-
PARAMVALUE: String
178+
A String representing the Capital or Major City this Dial In Conferencing Default number belongs to.
172179
173180
```yaml
174181
Type: String
@@ -184,7 +191,7 @@ Accept wildcard characters: False
184191
```
185192
186193
### -Confirm
187-
PARAMVALUE: SwitchParameter
194+
Prompts you for confirmation before executing the command.
188195
189196
```yaml
190197
Type: SwitchParameter
@@ -200,7 +207,7 @@ Accept wildcard characters: False
200207
```
201208
202209
### -DomainController
203-
PARAMVALUE: Fqdn
210+
This parameter is reserved for internal Microsoft use.
204211
205212
```yaml
206213
Type: Fqdn
@@ -216,7 +223,7 @@ Accept wildcard characters: False
216223
```
217224
218225
### -Force
219-
PARAMVALUE: SwitchParameter
226+
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
220227
221228
```yaml
222229
Type: SwitchParameter
@@ -232,7 +239,7 @@ Accept wildcard characters: False
232239
```
233240
234241
### -RescheduleMeetings
235-
PARAMVALUE: SwitchParameter
242+
Sends e-mail notifications to Meeting attendes with the updated settings.
236243
237244
```yaml
238245
Type: SwitchParameter
@@ -248,7 +255,7 @@ Accept wildcard characters: False
248255
```
249256
250257
### -Tenant
251-
PARAMVALUE: Guid
258+
This parameter is reserved for internal Microsoft use.
252259
253260
```yaml
254261
Type: Guid
@@ -264,7 +271,7 @@ Accept wildcard characters: False
264271
```
265272
266273
### -TenantDomain
267-
PARAMVALUE: String
274+
This parameter is reserved for internal Microsoft use.
268275
269276
```yaml
270277
Type: String
@@ -280,7 +287,7 @@ Accept wildcard characters: False
280287
```
281288
282289
### -WhatIf
283-
PARAMVALUE: SwitchParameter
290+
Describes what would happen if you executed the command without actually executing the command.
284291
285292
```yaml
286293
Type: SwitchParameter

0 commit comments

Comments
 (0)