Skip to content

Commit b0a057b

Browse files
committed
Update Get-CsExportAcquiredPhoneNumberStatus.md
1 parent 9779bb0 commit b0a057b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
3939
CreatedAt : 2024-08-29 21:50:54Z
4040
status : Success
4141
DownloadLinkExpiry : 2024-08-29 22:51:17Z
42-
DownloadLinkExpiry :<link>
42+
DownloadLinkExpiry : <link>
4343
```
4444
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.
4545

@@ -52,7 +52,7 @@ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
5252
CreatedAt : 2024-08-29 21:50:54Z
5353
status : Success
5454
DownloadLinkExpiry : 2024-08-29 22:51:17Z
55-
DownloadLinkExpiry :<link>
55+
DownloadLinkExpiry : <link>
5656
```
5757
This example displays the status of the export acquired phone numbers operation with the use of variable named "orderId".
5858

@@ -66,7 +66,7 @@ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
6666
CreatedAt : 2024-08-29 21:50:54Z
6767
status : Success
6868
DownloadLinkExpiry : 2024-08-29 22:51:17Z
69-
DownloadLinkExpiry :<link>
69+
DownloadLinkExpiry : <link>
7070
```
7171
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.
7272

0 commit comments

Comments
 (0)