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
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/Get-CsExportAcquiredPhoneNumberStatus.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
39
39
CreatedAt : 2024-08-29 21:50:54Z
40
40
status : Success
41
41
DownloadLinkExpiry : 2024-08-29 22:51:17Z
42
-
DownloadLinkExpiry :<link>
42
+
DownloadLinkExpiry :<link>
43
43
```
44
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.
45
45
@@ -52,7 +52,7 @@ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
52
52
CreatedAt : 2024-08-29 21:50:54Z
53
53
status : Success
54
54
DownloadLinkExpiry : 2024-08-29 22:51:17Z
55
-
DownloadLinkExpiry :<link>
55
+
DownloadLinkExpiry :<link>
56
56
```
57
57
This example displays the status of the export acquired phone numbers operation with the use of variable named "orderId".
58
58
@@ -66,7 +66,7 @@ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
66
66
CreatedAt : 2024-08-29 21:50:54Z
67
67
status : Success
68
68
DownloadLinkExpiry : 2024-08-29 22:51:17Z
69
-
DownloadLinkExpiry :<link>
69
+
DownloadLinkExpiry :<link>
70
70
```
71
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.
0 commit comments