Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $lines = @(
- "Face blessed",
- "So greater light also dominion fish him kind",
- "Female made replenish, appear great isn't gathered created cattle dominion be light called",
- "His green fourth forth fly deep Sea a have night from saying cattle second morning",
- "Can't from called female forth",
- "Is called Grass without together have seed in don't were seed and of may grass bring air",
- "Dominion multiply",
- "Had together set face land image you're creeping place lesser",
- "Given form seasons made us yielding darkness, winged Signs you so hath second likeness",
- "Stars spirit day saw midst wherein living meat won't which seasons second called made"
- );
- $w = get-spweb "http://team/workgroups/ttt/comms02"
- $l = $w.lists["Root Causes"]
- foreach($line in $lines){
- $itm = $l.Items.Add()
- $itm["Title"] = $line
- $itm.Update()
- }
- $w.Dispose()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement