Hi
Is there any definative guide on the differences between what can be done in C# for CSOM and Powershell with CSOM ?
http://msdn.microsoft.com/en-us/library/jj193041.aspx#SPclientlanding_core
I am finding it difficult to adapt some C# samples to powershell as powershell seems to be a subset of C# (i.e. some properties and methods are missing)
e.g. list["get this one"] works in C# not Powershell
Microsoft.SharePoint.Client.ClientContext .Load only allows one argument in Powershell but has more in C#
There is no .executeQueryAsync in powershell
Many thanks