Hi Experts,
I am using Connect-SPOService to connect to the SharePoint admin site and then making setting changes to it. I have created a script for this purpose and we are intending to run the script using a pipeline in DevOps. But in the whole process, providing the credentials while the script runs is a blocker.
How can we pass credentials to the Connect-SPOService without user interaction?
Thanks.