I need to load the fields of a CSV file into a Sharepoint 2010 list using powershell. I work in Windows XP.
When I try to add-pssnapin
Add-PSSnapin Microsoft.SharePoint.Powershell
It throws an exception like
"Windows PowerShell snap-in" Microsoft.SharePoint.Powershell "is not installed on this machine."
Is it possible to work with the Sharepoint Powershell cmdlet just by installing Pssnapin or by placing the necessary DLLs somewhere and downloading it?
source share