Invoke-WorkdayRequest / Get-WorkdayReport break if the report pulled from Workday is bigger than 500MB. According to what I found out about the error this is a limitation of the .Net XML Reader.
Maybe the scripts should be changed to use a different xml reader? I will in the meantime try to either find a way to change the code or work aroung the issue.
Invoke-WorkdayRequest / Get-WorkdayReport break if the report pulled from Workday is bigger than 500MB. According to what I found out about the error this is a limitation of the .Net XML Reader.
Maybe the scripts should be changed to use a different xml reader? I will in the meantime try to either find a way to change the code or work aroung the issue.