Skip to content

Commit 1d1cfd0

Browse files
authored
Update Get-CsExportAcquiredPhoneNumberStatus.md
Reverted mistaken changes re Export-CsAcquiredPhoneNumber cmdlet
1 parent 5cb21fb commit 1d1cfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-CsExportAcquiredPhoneNumberStatus -OrderId <String>
2424
```
2525

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

2929
By default, the download link will remain active for 1 hour.
3030

@@ -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 [Get-CsExportAcquiredPhoneNumberStatus] 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 [Export-CsAcquiredPhoneNumber](Export-CsAcquiredPhoneNumber.md) cmdlet. The status contains the download link for the file along with expiry date.
4545

4646
### Example 2
4747
```powershell

0 commit comments

Comments
 (0)