You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet returns the status of the [Export-CsAcquiredPhoneNumber](Export-CsAcquiredPhoneNumber.md) operation. The response will include the download link to the file if operation has been completed.
27
+
This cmdlet returns the status of the [Get-CsExportAcquiredPhoneNumberStatus](Get-CsExportAcquiredPhoneNumberStatus.md) operation. The response will include the download link to the file if operation has been completed.
28
28
29
-
By Default the download link will remain active for 1 hour.
29
+
By default, the download link will remain active for 1 hour.
30
30
31
31
## EXAMPLES
32
32
@@ -41,7 +41,7 @@ status : Success
41
41
DownloadLinkExpiry : 2024-08-29 22:51:17Z
42
42
DownloadLinkExpiry : <link>
43
43
```
44
-
This example displays the status of the export acquired phone numbers operation. The OrderId is the output from [Export-CsAcquiredPhoneNumber] cmdlet. The status contains the download link for the file along with expiry date.
44
+
This example displays the status of the export acquired phone numbers operation. The OrderId is the output from [Get-CsExportAcquiredPhoneNumberStatus] cmdlet. The status contains the download link for the file along with expiry date.
45
45
46
46
### Example 2
47
47
```powershell
@@ -54,7 +54,7 @@ status : Success
54
54
DownloadLinkExpiry : 2024-08-29 22:51:17Z
55
55
DownloadLinkExpiry : <link>
56
56
```
57
-
This example displays the status of the export acquired phone numbers operation with the use of variable named "orderId".
57
+
This example displays the status of the export acquired phone numbers operation with the use of a variable named "orderId".
58
58
59
59
### Example 3
60
60
```powershell
@@ -68,7 +68,7 @@ status : Success
68
68
DownloadLinkExpiry : 2024-08-29 22:51:17Z
69
69
DownloadLinkExpiry : <link>
70
70
```
71
-
This example stores the [Get-CsExportAcquiredPhoneNumberStatus] cmdlet status for the "oderId" in variable "oder". This will allow quick view of the order status without typing the cmdlet again.
71
+
This example stores the [Get-CsExportAcquiredPhoneNumberStatus](Get-CsExportAcquiredPhoneNumberStatus.md) cmdlet status for the "orderId" in the variable "order". This will allow a quick view of the order status without typing the cmdlet again.
0 commit comments