Is it possible to add list items to a list by using powershell commands.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Yes - I'm not aware of a commandlet but it is easy to do using the Powershell commands agaist the object model. See PowerShell-SharePoint: Add a list item as an example (cross posted below for completeness). Just be aware that the site object still needs to be properly disposed as mentioned on the SharePoint Team Blog.
|
|||
|
|