Connect-PnPOnline and long running proces. Token expired #4614
Unanswered
waaromikniet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use Connect-PnpOnline with -interactive because my account uses MFA. I can connect and run my scripts against my site. I have a script that runs very long. During the execution of the script the token becomes invalid and I have to disconnect and connect again to run my script again. I now run batches and after each batch I disconnect and run Connect-PnpOnline again. But this means I have take action after every batch.
Is there a way I can refresh the token during execution?
Beta Was this translation helpful? Give feedback.
All reactions