Forum Discussion
KJS
May 03, 2017Brass Contributor
Sharepoint online management module reference broken in azure
I have a azure web job in C# where i am trying to connect to SPO through connect-sposervice. I have copied the complete Sharepoint online management shell folder from my local into my project and upl...
May 28, 2017
That's not correct...SPO cmdlets are built on top of CSOM and in CSOM you have a tenant assembly you can use to work at the tenant level...and just as a reminder, in SPO the highest level you can work is the tenant level, no the farm one
KJS
May 30, 2017Brass Contributor
Hi Juan,
What i was trying to do was get the site collections list in the tenant and details, I did not get any object in C# to access the tenant object , I could see there is a third party dll in nuget which i could use to get the tenant object but i wanted to stick to microsoft.
If you can share some example or some article that would be good to know for future knowoledge.
Thanks,
KJ