powershell - Extract list from Sharepoint without using Get-SPWeb -


i don't have access sharepoint server , can't use remoting, , therefore don't have access microsoft.sharepoint.powershell contains sharepoint commandlets.

i can't use 3rd party libraries means have access built in powershell commandlets, or .net class.

how can access sharepoint list using built in powershell commandlets or .net classes?

well if using sharepoint 2010 , don't have access server , must interact remotely have 3 options: https://msdn.microsoft.com/en-us/library/office/hh313619(v=office.14).aspx

you can use:

  1. client side object model - gives structured sharepoint classes approach enumerating, viewing , interacting sharepoint site artifacts
  2. soap web services - sounds like...a set of xml soap end points let interact sharepoint site
  3. rest web services - set of endpoints follow rest principles

fwiw, csom libraries use rest endpoints under covers.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -