Skip to content

Commit ee30acc

Browse files
committed
Adding examples for Get-CsExportAcquiredPhoneNumberStatus
1 parent 734b291 commit ee30acc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ By Default the download link will remain active for 1 hour.
3434
```powershell
3535
Get-CsExportAcquiredPhoneNumberStatus -OrderId 0e923e2c-ab0e-4b7a-be5a-906be8c
3636
```
37+
```output
38+
Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
39+
CreatedAt : 2024-08-29 21:50:54Z
40+
status : Success
41+
DownloadLinkExpiry : 2024-08-29 22:51:17Z
42+
DownloadLinkExpiry :<link>
43+
```
3744
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.
3845

3946
### Example 2

0 commit comments

Comments
 (0)