7. Bulk upload
Last updated
Last updated
As of 2023, Microsoft has phased out the mechanism that made bulk upload possible: TLS.
It was first announced in 2018, paused in 2020, and then enforced in 2021 until now. In 2023, almost all Microsoft accounts worldwide have had their TLS mechanisms disabled in favor of the better, more secure OAuth.
OAuth is, for the end user, the screen (Like the one above) in which you pick an account to log ing. It does not use your raw plaintext password but instead uses authentication keys and other things.
Unfortunately, there’s no way to easily bulk perform OAuth logins.
Just get them to log into each account. Takes 2 minutes per account.
Selenium, and macros have shown to work properly. Since Superwave user sheets have the same password for your convenience, it should be easy to automate it.
All you need is knowing how to install and run Ruby: