Click here to Skip to main content
15,910,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to writing power-shell Script in SharePoint,I hope you will help me..

Right now I have 2 lists 1] Content 2] TempContent

in which columns are same in two lists i.e Content Name and Title .

So I want to add missing Content name to the Content list from TempContent list by using Powreshell.

Suppose in Content List Following are the data

HTML
Content Name                  Title

    A-1000                    Test

    B-1000                    Test1


And

TempContent List Following are the data

HTML
Content Name                  Title

  A-1000                      test

   D-1000                     Sample

   E-1000                     Sample



So here [D-1000 , E-1000] are missing from Content list.

So I want to insert it in Content List by using Power shell.

Could you please help in this..

Thanks,

Samadhan
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900