locked
Can we execute Powershell in sharepoint 2010 without management shell RRS feed

  • Question

  • I just wanted to edit .xml files in sharepoint folder by powershell. If I dont have the server remote access, Management shell and Authentication token. Is there anyotherway which I can edit the xml file from my client system or can execute the powershell script directly in sharepoint. Please advise me.
    • Moved by Bill_Stewart Monday, March 12, 2018 7:15 PM Unanswerable drive-by question
    Thursday, December 28, 2017 11:47 AM

All replies

  • You cannot bypass security and you must use the SP API to access files. You can download the file from the browser and edit it and resubmit the file assuming you have write permissions on the SP library.

    Post in SP 2010 forum to get instructions on uploading file to SP via your browser.

    If WebDAV is configured for SP then you can attach a library as a drive and edit the files.  Again, post in SP 2010 forum for assistance.


    \_(ツ)_/

    Thursday, December 28, 2017 1:07 PM