SharePoin
2 TopicsUsing SharePoint Client Side Object Model with PowerShell and Multifactor Authentication
There is a technique to connect to SharePoint Online with PowerShell when Multi-factor Authentication(MFA) is enabled. https://technet.microsoft.com/en-us/library/fp161372.aspx There is a very limited list of SharePoint Online cmdlets https://technet.microsoft.com/en-us/library/fp161364.aspx I would like to leverage the client side object model to access objects like the webs(spweb) and lists(splist). https://dev.office.com/sharepoint/docs/sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code Is there a technique( or example) to use my identity/credentials after I have authenticated with Multifactor Authentication with Microsoft.SharePoint.Client.ClientContext?Solved25KViews0likes7CommentsSharePoint list view error Cannot complete this action
dears I have new server of sharepoint 2013 and when tried to create or modify existing view i got error " cannot complte this action note: the url retirect on servername/_vti_bin/owssvr.dll?cs=65001 same senario hapens when tried to enable the list versioning sittings i read posts talks about modify the httpmodule to pass the owssvr.dll but sharepoint admin says we should not interacte with http modules becouse its new server withouty any old customization https://blogs.technet.microsoft.com/sharepointdevelopersupport/2015/02/18/when-using-a-custom-http-module-and-you-create-a-view-for-a-list-you-get-an-error-saying-cannot-complete-this-action-please-try-again/ https://social.msdn.microsoft.com/Forums/office/en-US/ea0b1380-480f-4b2e-afde-77ed06995bb0/error-vtibinowssvrdllcs65001when-creating-or-editing-view?forum=sharepointdevelopmentprevious&prof=required any idea ????2.9KViews0likes0Comments