Tagged Questions
0
votes
1answer
63 views
PowerShell: Upload documents to folder in document library
I'm using SharePoint Foundation 2010.
I have to make a PowerShell script that copies a structure found on a network share. Its all good except for one thing... I know how to make Document Library's ...
2
votes
1answer
694 views
Uploading a file using powershell and updating column values
I am trying to upload a file from a local drive to a sharepoint doc lib, this much I have been able to find, however, I also want to update a column relative to the file, foe example, I have a company ...
1
vote
1answer
459 views
automatically create subfolder and save the file in sharepoint using powershell
I am new in powershell, i want to save a file which powershell will automatically create new subfolder in sharepoint 2010 and save it ( the subfolder named should be todayname i.e. 25Oct2012) :
here ...
2
votes
1answer
531 views
Why am I still getting quota reached upload error after increasing the quota for a site collection?
A user was trying to upload documents to their site collection and reached the quota limit. I increased the quota for him but he is still getting the same error that the quota has been reached when he ...
2
votes
2answers
3k views
How can I use PowerShell to upload a list template (stp file)?
I need to script the creation of data in SharePoint, and part of this requires that I upload a slide library list template using PowerShell. Is this possible?