File tree Expand file tree Collapse file tree
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,6 +211,29 @@ TelephoneNumber +12065555555
211211
212212This example returns the status of an in progress SMS Activation order.
213213
214+ ### Example 8
215+ ``` powershell
216+ PS C:\> $results = Get-CsOnlineTelephoneNumberOrder -OrderId 0fba1633-81f0-435d-b0a8-81d073cc6f29 -OrderType NumberUsageUpdate
217+
218+ Key Value
219+ --- -----
220+ OrderId 0fba1633-81f0-435d-b0a8-81d073cc6f29
221+ Status Success
222+ ErrorMessage
223+ OrderType NumberUsageUpdate
224+ CreatedAt 1/6/2026 7:28:09 PM +00:00
225+ CreatedBy UNATTRIBUTED
226+ TelephoneNumbers {System.Collections.Generic.Dictionary`2[System.String,System.Object]}
227+
228+ PS C:\> $results.TelephoneNumbers
229+
230+ Key Value
231+ --- -----
232+ TelephoneNumber +12065555555
233+ ```
234+
235+ This example returns the status of a successful Number Usage Update order.
236+
214237## PARAMETERS
215238
216239### -OrderId
You can’t perform that action at this time.
0 commit comments