I am having admin privileges to run Powershell commands and allocate licenses to new user.
I have to run command “Connect-MsolService” before running any other commands in MsolAccountSku → which populates popup everytime to sign in.
If I do automation using Invoke PowerShell. How can I handle such popups for every robot execution?
If we can’t handle such popups during execution - do you suggest to use Web automation for assigning licenses.
I can’t run batch commands. Objective is to validate output after running each command.