@stack72 POWERSHELL – THE NEWEST CONFIGURATION ROCKSTAR.

Slides:



Advertisements
Similar presentations
Devops – The Last Mile. Jay Flowers
Advertisements

FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.
Chris Condo March 29, 2014 Azure DevOps.
DEV-13: You've Got a Problem, Here’s How to Find It
© Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HP Confidential – For.
DevOps and Private Cloud Automation 23 April 2015 Hal Clark.
James Boother Blog: INTRODUCTION TO POWERSHELL.
Overview Of Microsoft New Technology ENTER. Processing....
Yet another Service Management Automation Session
VMUG, Bucharest, Romania Automate Your Virtual Datacenter with Puppet Passion. Action. Vision C ă lin Damian December 4th 2014.
USING CI & CD WITH MICROSOFT SQL SERVER Tim Giorgi Senior Software Developer Northwest Evaluation
WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.
CONTINUOUS DELIVERY / CONTINUOUS INTEGRATION. IDEAS -> SOLUTIONS Time.
Continuous Delivery Ajey Gore Head of Technology ThoughtWorks India.
AUTO- CONFIGURATION IN CLOUD 1. Why we need automate something? What we need to automate? How we can do that? Scripting languages vs Frameworks Most popular.
Creating a Maintainable Software Ecosystem Jeremy D. Miller November 27th, 2007.
KIT – University of the State of Baden-Württemberg and National Laboratory of the Helmholtz Association STEINBUCH CENTRE FOR COMPUTING - SCC
& Dev Ops. Sherwin-Williams & DevOps Introduction to Sherwin-Williams.
CCAT Troubleshooting Training XenApp April 2012 Citrix Consulting Architecture Team.
Trevor Sullivan Solution Architect Project Leadership Associates.
Gems, Snakes and Amazon forests by Serhii Borysov 7/6/2013.
UAT Automation Framework By SSTZ-UAT. Agenda Traditional Automated Testing. UAT Automation Framework introduction. Advantage. Demo. Q&A.
Cherwell + PowerShell = Powerful Workflow Automation
Microsoft Azure Stack Basic Virtualization On-Premises/Hosted Public Cloud Cloud Platform System.
Infrastructure as code. “Enable the reconstruction of the business from nothing but a source code repository, an application data backup, and bare metal.
Robert Potočnik, Microsoft Pripeljite košček Azure sveta v vaš datacenter (WAP)
Paul GOOD VCS PRACTICES HELP TO DELIVER SOFTWARE FASTER.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
Automation Testing Trainer: Eran Ruso. Training Agenda Automation Testing Introduction Microsoft Automation Testing Tool Box Coded UI Test and Unit Test.
Declarative Configuration Management with Azure Automation DSC and ARM Nathan Lasnoski Vice President of blog.concurrency.com Concurrency.
Bringing Order to the Chaos Understanding Configuration Management Steven Murawski
Visual Linker ADD presentation. slide 2  Project Overview And Vision  Project System View  The System Life Cycle  Data Model and.
Devops Kris Buytaert. ● I used to be a Dev, ● Then Became an Op ● Senior Linux and Open Source ● „Infrastructure Architect“ ● Building.
Survive and Thrive in a DevOps World Steven Murawski
Configuration Management, Continuous Integration, Continuous Delivery Revealed.
Define: Portability A1: Your infrastructure is repeatable (and hopefully automated) If you need someone to create and/or configure a server it will be.
Bringing DevOps to the Database
Bringing DevOps to the Database
DevOps; a Tester’s best friend
Agenda:- DevOps Tools Chef Jenkins Puppet Apache Ant Apache Maven Logstash Docker New Relic Gradle Git.
Stress Free Deployments with Octopus Deploy
Infrastructure Orchestration to Optimize Testing
Continuous Delivery of Infrastructure with Chef and DSC
Dmytro Mykhailov How HashiCorp platform tools can make the difference in development and deployment Target and goal of HashiCorp.
Nano Server in the cloud - some real use cases to take away
Security Incident Response: Faster and Safer with PowerShell
make servers happy with automated testing
Acutelearn Best Devops Online Training in Hyderabad Classroom Training Instructor led trainings at Acutelearn premises Corporate Training Custom tailored.
SQL Server Client Tools 2018
Reliable, Repeatable, Configurable & Automated Validation with
DevOps Fundamentals Configuration Management
"SessionTitle": "Infrastructure as Code"
Making PowerShell Useful
dbatools - PowerShell and SQL Server Working Together
Bringing DevOps to the Database
In this session… Introduce what we’re talking about
Reliable, Repeatable, Configurable & Automated Validation with
Azure Cognitive Services
Delivering Business Value Faster
Christian Huebner, Principal Architect
Test Driven Infrastructure
Delivering Business Value Faster
Reliable, Repeatable, Configurable & Automated Validation with
The Ops side of DevOps Manager Microsoft
4/11/2019 6:29 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
HCL’s Viewpoint – DevOps on MS Cloud
SQL Server 2005 Reporting Services
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
Mark Quirk Head of Technology Developer & Platform Group
The Future of Database Development
Presentation transcript:

@stack72 POWERSHELL – THE NEWEST CONFIGURATION ROCKSTAR

ABOUT ME Work for OpenTable.com Member of Jetbrains Academy “Friend of Redgate” Dzone MVB DevOps Extremist

AGENDA Configuration Management as a concept Infrastructure as code Rich tooling nature for *nix platforms PowerShell as the configuration tool Puppet and PowerShell

CONTINUOUS DELIVERY Continuous Integration Configuration Management Automated Testing

MANUAL CONFIG CHANGES People are rubbish! Cut corners Make mistakes Techniques differ from person to person amount of work = Work hours * Number of operations staff

AUTOMATED CONFIG CHANGES Machines are reliable in what they do! amount of work = Number of machines * 24

TERMINOLOGY What do I mean by infrastructure? webserver databases load balancers firewalls Code Anything that is written and executed to do a job

INFRASTRUCTURE AS CODE SysAdmin writes ssh loop in bash – EUREKA! Other SysAdmins love it and add more “code” to it No tests, code is brittle.

CFENGINE

CHEF

PUPPET

CODE IS BETTER!

POWERSHELL

IDE SUPPORT ISE PowerGUI

TOOLING SUPPORT AVAILABLE Chocolatey WebPI

DEMO

PUPPET AND POWERSHELL!

DEMO

QUESTIONS?

SUMMARY Infrastructure as Code is a much better way of interacting with our systems Great tooling to help us do this PowerShell is a windows automation framework that keeps getting better Puppet and PowerShell work excellently together Windows server management should no longer be tough

THANKS!