Download presentation
Presentation is loading. Please wait.
Published byTamsin Nicholson Modified over 8 years ago
1
SharePoint PowerShell Time Machine Jack Fruh Chicago, USA, GMT-6 (CST) Session SP24 S006 April 16 th /17 th, 2014
2
I am a full-time SharePoint Administrator, covering SP2007, 2010 and 2013. I use PowerShell to save time! SharePoint Administrator Naperville, IL USA Contact @SharePointJack jack@sharepointjack.com http://sharepointjack.com
17
ForEach ($box in $boxes)
18
$box.donuts ForEach ($box in $boxes) ForEach ($donut in $box.donuts)
19
$box.donuts ForEach ($box in $boxes) ForEach ($donut in $box.donuts)
20
ForEach ($box in $boxes) ForEach ($donut in $box.donuts)
21
ForEach ($box in $boxes) ForEach ($donut in $box.donuts)
23
ForEach ($box in $boxes) { ForEach ($donut in $box.donuts) { ForEach ($ingredient in $donut.ingredients”) { write-host “ingredient found: $ingredient” } } }
24
Resources
25
Copyright
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.