SlideShare a Scribd company logo
Gavin Barron, Solution Architect
March 22, 2014
ComCamp Auckland
PowerShell:
Automation for
Everyone
The only five commands you need
Rules for writing scripts
Demos
Intro
Wrap up
Our agenda
PowerShell: Automation for Everyone | 3
 SharePoint Server MVP
 Developer
 Skier
 http://gavinb.net
 @gavinbarron
 gavin.barron@intergen.co.nz
Gavin Barron
Solution Architect
Your presenter
PowerShell: Automation for Everyone | 4
Why Automate?
 Repeatability
 Reliability
 Save time?
 Eliminate boring manual tasks
PowerShell: Automation for Everyone | 5
Why PowerShell?
 Product specific cmdlets
 Able to run .NET code
 Hooks into WMI/COM
 Object pipeline
 Readable scripts
The only five
commands you need
Your Awesome Presentation Title {Segoe UI 12 pt.}
Get-Command
Your Awesome Presentation Title {Segoe UI 12 pt.}
Get-Help
Your Awesome Presentation Title {Segoe UI 12 pt.}
Get-Member
Your Awesome Presentation Title {Segoe UI 12 pt.}
Where-Object
Your Awesome Presentation Title {Segoe UI 12 pt.}
ForEach-Object
Demos
Your Awesome Presentation Title {Segoe UI 12 pt.}
Find the command
you need
Your Awesome Presentation Title {Segoe UI 12 pt.}
Simple Pipeline Use
PowerShell: Automation for Everyone | 15
File renaming in .bat
@echo off
for /f "delims=" %%a in ('dir /b *.txt') do call :dot "%%a"
pause
goto :EOF
:dot
set "var=%~n1"
set "var=%var:.=_%"
echo ren %1 "%var%%~x1"
Rules for writing
scripts
PowerShell: Automation for Everyone | 17
Consider error cases
 What should you do when it goes pear shaped?
 Default behaviour is Ignore and Continue
 $ErrorActionPreference
 -ErrorAction
 try{} catch{}
PowerShell: Automation for Everyone | 18
Consider your outputs
 Write-Host
 Write-Output
 Write-Progress
 Add-Content
 Out-File
PowerShell: Automation for Everyone | 19
Have style!
 Use a coding convention
 Naming
 Casing
 Bracing
 Avoid aliases
 Be Consistent!
PowerShell: Automation for Everyone | 20
Leverage functions for re-use
 Small tasks
 Compose a script from functions
 Functions are highly reusable
 Cmdlet Binding Attribute
 Parameters Attribute
 Default Values
PowerShell: Automation for Everyone | 21
Use configuration files
$file =[xml] (Get-ChildItem $constantsFilePath)
$root = "setup-config"
$ConstantsNodeList = $file.$root.Constants
foreach($property in $ConstantsNodeList.Property) {
$key= $property.Key
$value=$property.Value
$webApp.Properties.Add($key,$value)
}
$webApp.Update()
Your Awesome Presentation Title {Segoe UI 12 pt.}
Script Examples
Wrap up
Your Awesome Presentation Title {Segoe UI 12 pt.}
Start scripting, it’s easy!
PowerShell: Automation for Everyone | 25
Handy resources
 http://blogs.technet.com/b/heyscriptingguy
 http://gallery.technet.microsoft.com/scriptcenter
 http://social.technet.microsoft.com/Forums/scriptcenter/en-
US/home?forum=ITCG
 http://ss64.com/ps/
 http://ss64.com/ps/syntax.html
Any questions?
Email: gavin.barron@intergen.co.nz
Blog: http://gavinb.net
Twitter: @gavinbarron
Thank you
PowerShell: Automation for Everyone

More Related Content

ODP
Refactoring Techniques
PPTX
Windows PowerShell
PPTX
Kubernetes CI/CD with Helm
PDF
Refactoring
PPT
Introduction to PowerShell
PPTX
PowerShell-1
PDF
Introduction to PowerShell
Refactoring Techniques
Windows PowerShell
Kubernetes CI/CD with Helm
Refactoring
Introduction to PowerShell
PowerShell-1
Introduction to PowerShell

What's hot (20)

PPS
PHP Security
PDF
Modern c++ (C++ 11/14)
PDF
Linux shell
PDF
Linux Internals - Part II
PDF
Shell scripting
PDF
Clean code
PPT
.NET Framework Overview
PPT
Code review
PDF
Ansible
PPTX
Bash Shell Scripting
PPTX
Web forms in ASP.net
PPT
Linux architecture
PDF
assembler-ppt.pdf
PPTX
C# programming language
PDF
API Testing
PPT
Introduction To Dotnet
PPTX
Basics of shell programming
PPTX
Docker introduction (1)
PDF
Course 102: Lecture 5: File Handling Internals
PDF
Jenkins Pipeline Tutorial | Continuous Delivery Pipeline Using Jenkins | DevO...
PHP Security
Modern c++ (C++ 11/14)
Linux shell
Linux Internals - Part II
Shell scripting
Clean code
.NET Framework Overview
Code review
Ansible
Bash Shell Scripting
Web forms in ASP.net
Linux architecture
assembler-ppt.pdf
C# programming language
API Testing
Introduction To Dotnet
Basics of shell programming
Docker introduction (1)
Course 102: Lecture 5: File Handling Internals
Jenkins Pipeline Tutorial | Continuous Delivery Pipeline Using Jenkins | DevO...
Ad

Viewers also liked (18)

PDF
Intergen Smarts 28 (2012)
PDF
Dynamics Day '11 - Welcome and Keynote
PDF
Intergen Smarts 16 (2008)
PDF
Intergen Smarts 29 (2012)
PDF
Intergen Smarts 19 (2009)
PDF
Intergen Smarts 21 (2009)
PDF
Windows 8: Touchable, Portable and Compatible
PPTX
Microsoft NZ Cloud OS Summit: Enabling the Private Cloud
PDF
Dynamics Day '11 - Add-ons demo backup
PDF
Business and Online Services - Chris Auld
PPTX
Dynamics Day 2015: Systems of Intelligence in Action
PPTX
SharePoint 2010 Unveiled (Wellington)
PPTX
Dynamics Day 2016 keynote: Microsoft product strategy
PPTX
Dynamics Day 2016: driving results with Microsoft Dynamics using Agile
PPTX
Dynamics Day 2015: Dynamics CRM Roadmap
PPTX
Dynamics Day 2013 AX 2012 Tips and Tricks 45 in 45
PDF
Intergen Decade
PPTX
Dynamics Day 2016: Microsoft Dynamics 365 first look
Intergen Smarts 28 (2012)
Dynamics Day '11 - Welcome and Keynote
Intergen Smarts 16 (2008)
Intergen Smarts 29 (2012)
Intergen Smarts 19 (2009)
Intergen Smarts 21 (2009)
Windows 8: Touchable, Portable and Compatible
Microsoft NZ Cloud OS Summit: Enabling the Private Cloud
Dynamics Day '11 - Add-ons demo backup
Business and Online Services - Chris Auld
Dynamics Day 2015: Systems of Intelligence in Action
SharePoint 2010 Unveiled (Wellington)
Dynamics Day 2016 keynote: Microsoft product strategy
Dynamics Day 2016: driving results with Microsoft Dynamics using Agile
Dynamics Day 2015: Dynamics CRM Roadmap
Dynamics Day 2013 AX 2012 Tips and Tricks 45 in 45
Intergen Decade
Dynamics Day 2016: Microsoft Dynamics 365 first look
Ad

Similar to PowerShell: Automation for Everyone (20)

PPTX
Getting Started With PowerShell Scripting
PDF
PowerShell_LangRef_v3 (1).pdf
PPT
NIIT ISAS Q5 Report - Windows PowerShell
PPTX
Introduction to windows power shell in sharepoint 2010
PPTX
PowerShell 101
PDF
Sql Server & PowerShell
PDF
Windows PowerShell Step by Step 3rd Edition Wilson
PDF
Windows Powershell Step By Step 3rd Edition Wilson Ed
PPT
PowerShell Core Skills (TechMentor Fall 2011)
PPTX
Power shell training
PDF
PowerShell in Depth An administrator s guide Don Jones
PPT
Powershell Seminar @ ITWorx CuttingEdge Club
PPTX
Power Shell for System Admins - By Kaustubh
PPTX
Powershell Tech Ed2009
PPT
No-script PowerShell v2
PPTX
Get-Help: An intro to PowerShell and how to Use it for Evil
PDF
Windows Powershell Cookbook Second Edition Second Edition Lee Holmes
PDF
Basic commands for powershell : Configuring Windows PowerShell and working wi...
PDF
Windows Powershell En
PPTX
PowerShell for Penetration Testers
Getting Started With PowerShell Scripting
PowerShell_LangRef_v3 (1).pdf
NIIT ISAS Q5 Report - Windows PowerShell
Introduction to windows power shell in sharepoint 2010
PowerShell 101
Sql Server & PowerShell
Windows PowerShell Step by Step 3rd Edition Wilson
Windows Powershell Step By Step 3rd Edition Wilson Ed
PowerShell Core Skills (TechMentor Fall 2011)
Power shell training
PowerShell in Depth An administrator s guide Don Jones
Powershell Seminar @ ITWorx CuttingEdge Club
Power Shell for System Admins - By Kaustubh
Powershell Tech Ed2009
No-script PowerShell v2
Get-Help: An intro to PowerShell and how to Use it for Evil
Windows Powershell Cookbook Second Edition Second Edition Lee Holmes
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Windows Powershell En
PowerShell for Penetration Testers

More from Intergen (20)

PDF
Creating intelligent content: How to automate personalised, one-to-one market...
PPTX
Taming the feral Teams
PPTX
Customer Insights: It's time to get personal
PPTX
Working Remotely with Microsoft Technologies
PPTX
Intergen Convergence 2017 - Digital workplace
PPTX
Intergen Convergence 2017 - Customer engagement (Toyota)
PPTX
Intergen Convergence 2017 - Customer engagement (Green Cross Health)
PPTX
Intergen Convergence 2017 - Customer engagement (Dynamic Controls)
PPTX
Intergen Convergence 2017 - Business transformation across the enterprise (NZ...
PPTX
Intergen Convergence 2017 - Bringing your people on the change journey
PPTX
Intergen Convergence 2017 - Why digital transformation
PPTX
Intergen Convergence 2017 - Unleash your digital enterprise
PPTX
Intergen Convergence 2017 - The future is here
PPTX
Intergen Convergence 2017 - Keeping safe, staying safe
PPTX
Intergen Convergence 2017 - Customer Engagement
PPTX
Intergen Convergence 2017 - Data as your most important asset
PDF
Intergen Interconnect
PPTX
Your cyber security webinar
PPTX
Dynamics Day 2016: CRM Field Service and Project Service
PPTX
Dynamics Day 2016: looking to the future
Creating intelligent content: How to automate personalised, one-to-one market...
Taming the feral Teams
Customer Insights: It's time to get personal
Working Remotely with Microsoft Technologies
Intergen Convergence 2017 - Digital workplace
Intergen Convergence 2017 - Customer engagement (Toyota)
Intergen Convergence 2017 - Customer engagement (Green Cross Health)
Intergen Convergence 2017 - Customer engagement (Dynamic Controls)
Intergen Convergence 2017 - Business transformation across the enterprise (NZ...
Intergen Convergence 2017 - Bringing your people on the change journey
Intergen Convergence 2017 - Why digital transformation
Intergen Convergence 2017 - Unleash your digital enterprise
Intergen Convergence 2017 - The future is here
Intergen Convergence 2017 - Keeping safe, staying safe
Intergen Convergence 2017 - Customer Engagement
Intergen Convergence 2017 - Data as your most important asset
Intergen Interconnect
Your cyber security webinar
Dynamics Day 2016: CRM Field Service and Project Service
Dynamics Day 2016: looking to the future

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Encapsulation theory and applications.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Electronic commerce courselecture one. Pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPT
Teaching material agriculture food technology
PPTX
Big Data Technologies - Introduction.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
Machine learning based COVID-19 study performance prediction
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Encapsulation theory and applications.pdf
Review of recent advances in non-invasive hemoglobin estimation
Electronic commerce courselecture one. Pdf
cuic standard and advanced reporting.pdf
Unlocking AI with Model Context Protocol (MCP)
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Advanced methodologies resolving dimensionality complications for autism neur...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Understanding_Digital_Forensics_Presentation.pptx
Teaching material agriculture food technology
Big Data Technologies - Introduction.pptx
MIND Revenue Release Quarter 2 2025 Press Release
Network Security Unit 5.pdf for BCA BBA.
Digital-Transformation-Roadmap-for-Companies.pptx
Per capita expenditure prediction using model stacking based on satellite ima...

PowerShell: Automation for Everyone