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
Line |
102 | … $title -Status $text -PercentComplete ($processedMs / $totalMs * 100)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Cannot validate argument on parameter 'PercentComplete'. The -1500 argument is less than the minimum allowed range of -1. Supply an argument that is greater
| than or equal to -1 and then try the command again.
The text was updated successfully, but these errors were encountered:
@ryan-niemes-helix - thank you for reporting this. This repo is maintained as a community repo and we do our best to maintain it. We will have a look at this as we can but cannot make any guarantee on when it will be addressed. We would of course welcome and review any PR submitted.
Ok sounds good thanks @frankreno. I am definitely not a powershell expert but maybe I can come up with something that I'll submit. This is my first powershell script so we'll see how it goes!
Not sure what's causing this, but this keeps showing up. Search appears to work just fine.
I think I'd like a way to kill off the 'progress bar' because I'm wanting to run this in a script.
here's what I'm running currently:
$startdate = Get-Date -Year 2021 -Month 07 -Day 11 -Hour 00 -Minute 00 -Second 00
$enddate = Get-Date -Year 2021 -Month 07 -Day 11 -Hour 00 -Minute 15 -Second 00
Start-SearchJob -Query "_collector=""""" -From $startdate -To $enddate | Get-SearchResult -Type Message | Out-File -FilePath "./result.txt"
Line |
102 | … $title -Status $text -PercentComplete ($processedMs / $totalMs * 100)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Cannot validate argument on parameter 'PercentComplete'. The -1500 argument is less than the minimum allowed range of -1. Supply an argument that is greater
| than or equal to -1 and then try the command again.
The text was updated successfully, but these errors were encountered: