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
$Filter="PartitionKey eq 'AccessUser' and RowKey eq '$($User.userDetails)' and Timestamp ge datetime'$((Get-Date).AddMinutes(-15).ToUniversalTime().ToString('yyyy-MM-ddTHH:mm:ss.fffZ'))'"
$Filter="PartitionKey eq 'AccessUser' and RowKey eq '$($User.userDetails)' and Timestamp ge datetime'$((Get-Date).AddMinutes(-15).ToUniversalTime().ToString('yyyy-MM-ddTHH:mm:ss.fffZ'))'"
@@ -94,6 +99,7 @@ function Push-ExecScheduledCommand {
94
99
}
95
100
96
101
Write-LogMessage-API 'Scheduler_UserTasks'-tenant $Tenant-tenantid $TenantInfo.customerId-message "Failed to execute task $($task.Name): The command $($Item.Command) does not exist."-sev Error
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ExecCopyForSent.ps1
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
FunctionInvoke-ExecCopyForSent {
1
+
functionInvoke-ExecCopyForSent {
2
2
<#
3
3
.FUNCTIONALITY
4
4
Entrypoint
@@ -13,13 +13,21 @@ Function Invoke-ExecCopyForSent {
13
13
14
14
15
15
# Interact with query parameters or the body of the request.
0 commit comments