Skip to content

Commit 5cb21fb

Browse files
authored
Update Get-CsExportAcquiredPhoneNumberStatus.md
Corrected various references of Get-CsExportAcquiredPhoneNumberStatus cmdlet
1 parent cb214fd commit 5cb21fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

teams/teams-ps/teams/Get-CsExportAcquiredPhoneNumberStatus.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ schema: 2.0.0
1414
# Get-CsExportAcquiredPhoneNumberStatus
1515

1616
## SYNOPSIS
17-
This cmdlet shows the status of the Export-CsAcquiredPhoneNumber cmdlet.
17+
This cmdlet shows the status of the Get-CsExportAcquiredPhoneNumberStatus cmdlet.
1818

1919
## SYNTAX
2020

@@ -24,9 +24,9 @@ Get-CsExportAcquiredPhoneNumberStatus -OrderId <String>
2424
```
2525

2626
## DESCRIPTION
27-
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.
2828

29-
By Default the download link will remain active for 1 hour.
29+
By default, the download link will remain active for 1 hour.
3030

3131
## EXAMPLES
3232

@@ -41,7 +41,7 @@ status : Success
4141
DownloadLinkExpiry : 2024-08-29 22:51:17Z
4242
DownloadLinkExpiry : <link>
4343
```
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.
4545

4646
### Example 2
4747
```powershell
@@ -54,7 +54,7 @@ status : Success
5454
DownloadLinkExpiry : 2024-08-29 22:51:17Z
5555
DownloadLinkExpiry : <link>
5656
```
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".
5858

5959
### Example 3
6060
```powershell
@@ -68,7 +68,7 @@ status : Success
6868
DownloadLinkExpiry : 2024-08-29 22:51:17Z
6969
DownloadLinkExpiry : <link>
7070
```
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.
7272

7373
## PARAMETERS
7474

0 commit comments

Comments
 (0)