Get-CsExportAcquiredPhoneNumberStatus

This cmdlet shows the status of the Export-CsAcquiredPhoneNumber cmdlet.

Syntax

Get-CsExportAcquiredPhoneNumberStatus
   -OrderId <String>

Description

This cmdlet returns the status of the Export-CsAcquiredPhoneNumber operation. The response will include the download link to the file if operation has been completed.

By Default the download link will remain active for 1 hour.

Examples

Example 1

Get-CsExportAcquiredPhoneNumberStatus -OrderId 0e923e2c-ab0e-4b7a-be5a-906be8c

This example displays the OrderId of the export acquired phone numbers operation. The OrderId can be used to get the download link for the file.

Parameters

-OrderId

The orderId of the ExportAcquiredNumberStatus cmdlet.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Models.IConfigApiBasedCmdletsIdentity

Outputs

Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Models.ISkypeTelephoneNumberMgmtGetExportAcquiredTelephoneNumbersResponse

Notes

The cmdlet is available in Teams PowerShell module 6.1.0 or later.

The cmdlet is only available in commercial and GCC cloud instances.