Closed romphreak closed 4 years ago
Job errors out stating that the received message is larger than a max size. [Received message larger than max (6923462 vs. 4194304)]
Steps to reproduce the behavior: (Example)
Job completes and pipeline output is accessible.
$script = New-UAScript -Name TEST_adcomputers -ScriptBlock {Get-ADComputer -Filter -Properties } $job = Invoke-UAScript $script Get-UAJob -Id $job.Id
Resolved.
Describe the Issue
Job errors out stating that the received message is larger than a max size. [Received message larger than max (6923462 vs. 4194304)]
To Reproduce
Steps to reproduce the behavior: (Example)
Expected behavior
Job completes and pipeline output is accessible.
Screenshots
Script Sample
$script = New-UAScript -Name TEST_adcomputers -ScriptBlock {Get-ADComputer -Filter -Properties } $job = Invoke-UAScript $script Get-UAJob -Id $job.Id
Version Information