Showing posts with label SharePoint. Show all posts
Showing posts with label SharePoint. Show all posts

Sunday, April 19, 2015

#54 : How to upload file to SharePoint with Powershell?

Uploading to SharePoint is fairly simple with the below snippet. I am sharing the Gist script which might be useful for you. The only carefulness required here is to make sure that credentials are properly granted to the executing account.



Try above and let me know how it goes. Please update me in case of any issues.

Thanks for reading this article!

#112: How to handle xml document in Powershell?

 In PowerShell, you can handle XML data using various cmdlets and methods provided by the .NET Framework. Here's a basic guide on how to...