Presentation is loading. Please wait.

Presentation is loading. Please wait.

SharePoint PowerShell Time Machine Jack Fruh Chicago, USA, GMT-6 (CST) Session SP24 S006 April 16 th /17 th, 2014.

Similar presentations


Presentation on theme: "SharePoint PowerShell Time Machine Jack Fruh Chicago, USA, GMT-6 (CST) Session SP24 S006 April 16 th /17 th, 2014."— Presentation transcript:

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

3

4

5

6

7

8

9

10

11

12

13

14

15

16

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)

22

23 ForEach ($box in $boxes) { ForEach ($donut in $box.donuts) { ForEach ($ingredient in $donut.ingredients”) { write-host “ingredient found: $ingredient” } } }

24 Resources

25 Copyright

26

27


Download ppt "SharePoint PowerShell Time Machine Jack Fruh Chicago, USA, GMT-6 (CST) Session SP24 S006 April 16 th /17 th, 2014."

Similar presentations


Ads by Google