Replies: 2 comments
-
Are you doing anything for each of the results? Getting just 50k items should take just few minutes. It seems more of a network issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Network issue? For a simple command that does not need any laarge payload? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing bulk updates of updating items on sharepoint to set the author/editor of files.
This goes very slowly: 50000 items easily takes a day or more to finish.
I've tried doing this with batching, but apparently that doesn't work in a ps1 script (it does work in an interactive session).
Any ideas to speed this up?
Beta Was this translation helpful? Give feedback.
All reactions