From Zero to Automation HeroFrom Zero to Automation Hero A MNSCug production Steve Jesok Ameriprise – Senior Systems Engineer Ryan Andorfer.

Slides:



Advertisements
Similar presentations
Configuring SharePoint 2013 and Office 365 Hybrid – Part 1
Advertisements

Gold Sponsors Bronze Sponsors Silver Sponsors Taking SharePoint to the Cloud Aaron Saikovski Readify – Software Solution Specialist.
Jakob Gottlieb Svendsen System Center Orchestrator Service Management Automation
Microsoft Operations Management Suite
Yet another Service Management Automation Session
System Center Orchestartor – The Future Ryan Scorch.codeplex.com #MMSMinnesota #MMSPOSH #MMSSMA.
Microsoft SQL Server x 46% 900+ For Hosting Service Providers
Lower costs and improve predictability Automation Enable service owners to focus on work that adds business value Reduce error-prone manual activities.
Integrate into existing systems with PowerShell integration modules Extend by building PS modules to enable integrating into other systems Optimize.
Integrate into existing systems with PowerShell integration modules Extend by building PS modules to enable integrating into other systems Optimize.
CMDB Ticketing Billing Management Systems Web based Runbook Authoring: Service Administrator can create runbooks to automate all aspects of cloud.
WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.
System Center 2012 R2 Windows Azure Pack Service Management Automation 101.
Looking Ahead…Embracing Our Past Building upon our successes for the future of operations.
Automate Microsoft Azure Ross Sponholtz Mark Ghazai.
MICROSOFT CONFIDENTIAL – INTERNAL ONLY
Partner Practice Enablement - Overview This session will focus on integration strategies for applications deployed using Microsoft Azure Websites and Microsoft.
…. PrePlanPrepareMigratePost Pre- Deployment PlanPrepareMigrate Post- Deployment First Mailbox.
4/24/2017 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Automating Operational and Management Tasks in Microsoft Operations Management Suite and Azure
Hybrid Cloud and Windows Server 2003 end of support on Azure Rod Kruetzfeld Data Center Technical Strategist Microsoft Canada.
Roadmap for System Center Orchestrator, Service Management Automation, and Azure Automation
End to End Automation with MDT Managing your reference images. Fred om Daniel
Service Management Automation: 3,2,1, Automate!
Sofia Event Center May 2014 Branimir Giurov C# MVP Solution Architect BulPros Consulting Continuous Integration of Sharepoint 2013 Solutions with.
Microsoft Azure Stack Basic Virtualization On-Premises/Hosted Public Cloud Cloud Platform System.
Azure Automation Tao Yang & Pete Zerger ARC311 Microsoft Ignite 2015
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Infrastructure as code. “Enable the reconstruction of the business from nothing but a source code repository, an application data backup, and bare metal.
Presenta – #wpc15it1 Monitoring Private, Public and Hybrid Clouds with SCOM and OMS Andrea Pogna Microsoft.
+ Logentries Is a Real-Time Log Analytics Service for Aggregating, Analyzing, and Alerting on Log Data from Microsoft Azure Apps and Systems MICROSOFT.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
Windows Azure Backup Speaker Name Date Agenda Data protection challenges Introducing Windows Azure Backup How it works Security When to choose Windows.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
Why you should be using VSTSWhy you should be using VSTS Visual Studio Team Services (VSTS) Nathan Lasnoski Vice President of blog.concurrency.com.
Declarative Configuration Management with Azure Automation DSC and ARM Nathan Lasnoski Vice President of blog.concurrency.com Concurrency.
Long Live Azure Automation!Long Live Azure Automation! Cloud-first Configuration Management and Automation Beth Cooper Program Manager.
Microsoft Azure Infrastructure Services Move your infrastructure to the cloud Kaido Jarvemets Senior Consultant Trevor Sullivan.
Becoming the Master of Disaster… (By using Azure Site Recovery)
Managing and Monitoring Linux with OMS
Windows 2012R2 Hyper-V and System Center 2012
DevOps for the IT Pro with Azure and Visual Studio Team Services
AuraPortal Cloud Helps Empower Organizations to Organize and Control Their Business Processes via Applications on the Microsoft Azure Cloud Platform MICROSOFT.
Hybrid Management and Security
SCOMpajmo se s OMS-om! Igor Puhalo – MVP Cloud and Datacenter Management.
Azure Management and Security
Modern management for the cloud world
Microsoft Operations Management Suite
Ed OMS Team 5/29/2018 1:05 PM PowerShell as a Service Managing clouds, Windows, Linux, on-premises or public with Microsoft Operations.
Hybrid Management and Security
Microsoft Operations Management Suite Insight and Analytics
Configure and Manage Your Hybrid Cloud Environment at Scale
Microsoft Ignite /17/ :54 PM BRK2092
Microsoft SharePoint Server 2016
Couchbase Server is a NoSQL Database with a SQL-Based Query Language
Red Hat OpenShift on Azure
Configuration Management with Azure Automation DSC
Azure IaaS 101.
Hybrid Cloud Management
Azure Primed Randy Pagels Sr. Developer Technology Specialist
The New Breed: OMS, Flow, and Power BI Integration
Azure Automation and Logic Apps:
Log Analytics Technical data deck.
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Ed oms team OMS: Log Analytics Ed oms team.
Cloud Migrations Pose Important Questions
SharePoint Online Hybrid – Configure Outbound Search
Assess security posture of your datacenter in under one hour using OMS
Microsoft Build /14/2019 8:42 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Automation in a hybrid world
Presentation transcript:

From Zero to Automation HeroFrom Zero to Automation Hero A MNSCug production Steve Jesok Ameriprise – Senior Systems Engineer Ryan Andorfer Microsoft (Pre Sales Guy)

@randorfer 3 Year Cloud and Datacenter MVP Too much PowerShell Code Wisconsin Cheese Survivor, Community Leader 20 years in IT Musician (guitar god) Ryan Andorfer Steve Jesok

Log analyticsIT AutomationBackup & Recovery Security & Compliance Effortless log collection Integrated fast search and queries with custom dashboard Integrated cloud backup Seamless disaster recovery and workload migration Hybrid runbook worker Graphical workbook authoring and automation DSC Malware assessment Security posture and system update assessment Spot problems fast Automate tasks quick Protect data easily Recognize threat early With OMS capabilities customers can… extending System Center capabilities, as an all-in-one management solution! Operations Management Suite Capabilities

Azure Automation IT Automation

The Automation Flow Write Code Author locally Use Familiar Tools (ISE) Fully Emulated Automation Environment Check-in Code Source Control should be the source of truth Sync Automation Sync all updates from source control to the Automation Account

Setting up the ‘Automation Flow’ Install Local Dependences Get GIT windows.githu b.io/ Learn GIT Fork the master Repository Get your own version of the code base m/randorfer/S COrchDev Clone it to c:\git Setup LocalDev Copy the profile.ps1 from c:\git\SCorchD ev\Profile to your PowerShell Profile Update Settings with your values Update c:\git\SCOrch Dev\Globals\z zGlobal.json Create 3 local password vault credentials Deploy environment Run c:\git\SCOrch Dev\ARM\auto mation- sourcecontrol\ psdeploy.ps1

Demo Deploy it

What have we built Automation Account Imported Modules Created a DSC Configuration for Hybrid Runbook Workers Imported a runbook that will sync all source control changes Must be run on hybrid runbook workers Storage Account Used to stage PowerShell modules

What is next Add 1-many servers as DSC nodes with the configuration These can be Azure Servers or on prem servers Must have PS v5 Example script for onboarding on prem machines DSCEnrollment.ps1https://github.com/randorfer/RunbookExample/blob/master/Runbooks/DSC/Invoke- DSCEnrollment.ps1 Wait for configuration to take place Create webhook on invoke-gitrepositorysync Add webhook to your source control on push event Write code and check it in

Demo Finish it and use it

And Then …

Section HeaderSection Header This is the next section

Title Line1 Line2 Line3 Line4 Line5 Line6 Bullet Level 1 Bullet Level 2 Bullet Level 3

Title Code

Text Only with Border Level 1 Level 2 Level 3

Text Only without Border Level 1 Level 2 Level 3

Title Text 1 Level 1 Level 2 Level 3 Text 2 Level 1 Level 2 Level 3

Section 1 Text Level 1 Level 2 Level 3 Section 2 Text Level 1 Level 2 Level 3 Title

Demo Demo Title