I'm trying to make users follow a certain Sharepoint Online site by using Powershell but I don't know where the follow property is stored.
I can fetch users and sites using both Connect-PnPOnline and Connect-SPOService. Now how do I use this to make certain users follow a certain site?
Thanks!