Dear all,
I am trying to use codeplex solution for my environment.
File server folder copy to Sharepoint 2010 document library.
https://spfileupload.codeplex.com/
I am trying to use Get-SPScripts.Copy-FilesToSP and DocManifest.xml in the same folder and running the below command.
When I try to use
PS C:\Users\administrator\desktop> Copy-FilesToSP -LocalPath "C:\Codingtesting" -SiteURLhttp://sp2010/sites/training -Library "juji" -ManifestFilePath "C:\users\administrator\dekstop\DocManifest.xml" -IncludeSubFolders -Overwrite .
When i run the above command in PowerShell console I am getting error.
The term '.\copy-filestosp' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At Line:17
+ .\copy-filestosp <<<<
+ CategoryInfo : ObjectNotFound: (.\copy-filestosp:String) [], Co
mmandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Any inputs to solve the problem is welcome. I am learning powershell through Microsoft MVA sites etc.
Warm Regards,
Sathya