SlideShare una empresa de Scribd logo
23 al 27 de Octubre 2017.NET Conf UY v2017
Introducción a
PowerShell DSC
Victor Silva
Analista de Tecnología e Infraestructura
AT Innovando Juntos
23 al 27 de Octubre 2017.NET Conf UY v2017
23 al 27 de Octubre 2017.NET Conf UY v2017
Introducción a
PowerShell DSC
• ¿Por qué? ¿Cómo funciona?
• Requisitos y workflow
• ¿Azure?
23 al 27 de Octubre 2017.NET Conf UY v2017
Definición
Plataforma de administración basada en
PowerShell que permite administrar la
infraestructura de desarrollo y TI con
configuración como código.
23 al 27 de Octubre 2017.NET Conf UY v2017
¿Que es?
Extensión
• PowerShell
syntax
• Configuration
scripts
Configuración
• Crea e
implementa
configuraciones
• Archivos de
configuración
Control
• Aplicar la
configuración
• Mecanismo de
configuración
local
23 al 27 de Octubre 2017.NET Conf UY v2017
¿Por qué?
Previene el “drift”
Separa: configuración e implementación
“Continuous” server deployment
On-site y Cloud
PowerShell ;)
23 al 27 de Octubre 2017.NET Conf UY v2017
DSC Resources
23 al 27 de Octubre 2017.NET Conf UY v2017
Requisitos
• Windows Management Framework 4.0
• .NET Framework 4.5
• Windows Server 2008 R2 SP1 o superior
• Windows 7 SP1 o superior
23 al 27 de Octubre 2017.NET Conf UY v2017
Requisitos (Linux)
• CentOS 5, 6, y 7 (x86/x64)
• Debian GNU/Linux 6, 7 y 8 (x86/x64)
• Oracle Linux 5, 6 y 7 (x86/x64)
• Red Hat Enterprise Linux Server 5, 6 y 7 (x86/x64)
• SUSE Linux Enterprise Server 10, 11 y 12 (x86/x64)
• Ubuntu Server 12.04 LTS, 14.04 LTS y 16.04 LTS
(x86/x64)
• Open Management Infrastructure (OMI)
23 al 27 de Octubre 2017.NET Conf UY v2017
Azure + PowerShell DSC
23 al 27 de Octubre 2017.NET Conf UY v2017
Infrastructure as a code!
23 al 27 de Octubre 2017.NET Conf UY v2017
¿Cómo funciona?
23 al 27 de Octubre 2017.NET Conf UY v2017
Configuration DemoWebSite {
param ($MachineName)
Node $MachineName {
#Instalar el rol de IIS
WindowsFeature IIS {
Ensure = “Present”
Name = “Web-Server”
}
#Instalar ASP.NET 4.5
WindowsFeature ASP {
Ensure = “Present”
Name = “Web-Asp-Net45”
}
}
}
DemoWebsite –MachineName “Server”
Start-DscConfiguration –Path .DemoWebsite –Wait –Verbose
23 al 27 de Octubre 2017.NET Conf UY v2017
Workflow
Configuración
Generar
archivos
Aplicar
23 al 27 de Octubre 2017.NET Conf UY v2017
23 al 27 de Octubre 2017.NET Conf UY v2017
http://bit.ly/DSCDemo
Demos y presentación
23 al 27 de Octubre 2017.NET Conf UY v2017
Muchas gracias!
blog.victorsilva.com.uy
@vmsilvamolina
vmsilvamolina@Gmail.com
Victor Silva

Más contenido relacionado

PPTX
Azure Functions
PDF
Ansible + AWS: Cómo administrar tu infraestructura de AWS con Ansible
PPTX
Machine Learning en SQL Server
PPTX
Azure Cosmos DB - NET Conf UY 2017
PPTX
[Code Camp 2009] Cómo sacar provecho de IIS 7.5 (Carlos Walzer)
PPTX
Net conf uy 2017 Workshop Microsoft Flow - Power BI
PPTX
Mejora tus resultados de negocios con Azure DevOps
PPTX
Migration Day - Migración de Microsoft a AWS
Azure Functions
Ansible + AWS: Cómo administrar tu infraestructura de AWS con Ansible
Machine Learning en SQL Server
Azure Cosmos DB - NET Conf UY 2017
[Code Camp 2009] Cómo sacar provecho de IIS 7.5 (Carlos Walzer)
Net conf uy 2017 Workshop Microsoft Flow - Power BI
Mejora tus resultados de negocios con Azure DevOps
Migration Day - Migración de Microsoft a AWS

Similar a Introducción a PowerShell DSC - NET Conf UY v2017 (20)

PPTX
Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...
PDF
SQL Server 2017 en Linux
PPTX
Descubriendo windows azure
PPTX
Autobuses de Madrid en tiempo real con Azure Relay
PPTX
.Net Conf UY 2017: Un paseo por Azure Service Fabric
PDF
Software Defined Datacenter
PPTX
ReConnect 2015 - ASP.NET 5: MVC 6 y EF 7
PPTX
Vuelven los "Pelochos"
PDF
Corriendo SQL Server en Docker
PPTX
Ef core net conf uy 2017
PDF
Material teorico
PDF
Material de apoyo
PPTX
Azure DevOps y Blazor Web Assembly
PPTX
[Code Camp 2009] Cloud Computing - Explorando Windows Azure Services (Carlos ...
PPTX
Dprn3 u3 a1_guph
PPTX
SQL Server 2017 soporte en Linux
PDF
dockerize.it
PPT
Ponencia W2K8
PPTX
Linux en Microsoft Azure - Global Azure Bootcamp 2019
PPTX
Cloud Computing: Windows Azure
Cómputo en la nube, diferentes sabores para todas nuestras necesidades - .NET...
SQL Server 2017 en Linux
Descubriendo windows azure
Autobuses de Madrid en tiempo real con Azure Relay
.Net Conf UY 2017: Un paseo por Azure Service Fabric
Software Defined Datacenter
ReConnect 2015 - ASP.NET 5: MVC 6 y EF 7
Vuelven los "Pelochos"
Corriendo SQL Server en Docker
Ef core net conf uy 2017
Material teorico
Material de apoyo
Azure DevOps y Blazor Web Assembly
[Code Camp 2009] Cloud Computing - Explorando Windows Azure Services (Carlos ...
Dprn3 u3 a1_guph
SQL Server 2017 soporte en Linux
dockerize.it
Ponencia W2K8
Linux en Microsoft Azure - Global Azure Bootcamp 2019
Cloud Computing: Windows Azure
Publicidad

Más de Victor Silva (9)

PPTX
Docker + Azure DevOps = Pipeline for Jekyll sites
PPTX
NET Conf CL v2018 Infrastructure as Code on Azure
PPTX
Infrastructure as Code on Azure - NET Conf CO v2018
PPTX
PowerShell reports
PPTX
Just Enough Administration: Introduction - PowerShell Meetup UY
PPTX
Infrastructure as Code on Azure - NET Conf AR v2018
PPTX
Azure cloud shell introduction
PPTX
Infrastructure as code
PPTX
DevOps, PowerShell y Windows Containers - NET Conf UY v2016
Docker + Azure DevOps = Pipeline for Jekyll sites
NET Conf CL v2018 Infrastructure as Code on Azure
Infrastructure as Code on Azure - NET Conf CO v2018
PowerShell reports
Just Enough Administration: Introduction - PowerShell Meetup UY
Infrastructure as Code on Azure - NET Conf AR v2018
Azure cloud shell introduction
Infrastructure as code
DevOps, PowerShell y Windows Containers - NET Conf UY v2016
Publicidad

Último (20)

PPTX
ANCASH-CRITERIOS DE EVALUACIÓN-FORMA-10-10 (2).pptx
PDF
Maste clas de estructura metálica y arquitectura
PPTX
historia_web de la creacion de un navegador_presentacion.pptx
DOCX
Zarate Quispe Alex aldayir aplicaciones de internet .docx
PDF
programa-de-estudios-2011-guc3ada-para-el-maestro-secundarias-tecnicas-tecnol...
PDF
CyberOps Associate - Cisco Networking Academy
PDF
Diapositiva proyecto de vida, materia catedra
PDF
TRABAJO DE TECNOLOGIA.pdf...........................
PPTX
la-historia-de-la-medicina Edna Silva.pptx
PPTX
Propuesta BKP servidores con Acronis1.pptx
PPTX
Presentación PASANTIAS AuditorioOO..pptx
PDF
PRESENTACIÓN GENERAL MIPIG - MODELO INTEGRADO DE PLANEACIÓN
PPTX
Historia Inteligencia Artificial Ana Romero.pptx
PDF
Tips de Seguridad para evitar clonar sus claves del portal bancario.pdf
PPTX
modulo seguimiento 1 para iniciantes del
PDF
clase auditoria informatica 2025.........
PPTX
Acronis Cyber Protect Cloud para Ciber Proteccion y Ciber Seguridad LATAM - A...
PDF
SAP Transportation Management para LSP, TM140 Col18
PPTX
IA de Cine - Como MuleSoft y los Agentes estan redefiniendo la realidad
PDF
Instrucciones simples, respuestas poderosas. La fórmula del prompt perfecto.
ANCASH-CRITERIOS DE EVALUACIÓN-FORMA-10-10 (2).pptx
Maste clas de estructura metálica y arquitectura
historia_web de la creacion de un navegador_presentacion.pptx
Zarate Quispe Alex aldayir aplicaciones de internet .docx
programa-de-estudios-2011-guc3ada-para-el-maestro-secundarias-tecnicas-tecnol...
CyberOps Associate - Cisco Networking Academy
Diapositiva proyecto de vida, materia catedra
TRABAJO DE TECNOLOGIA.pdf...........................
la-historia-de-la-medicina Edna Silva.pptx
Propuesta BKP servidores con Acronis1.pptx
Presentación PASANTIAS AuditorioOO..pptx
PRESENTACIÓN GENERAL MIPIG - MODELO INTEGRADO DE PLANEACIÓN
Historia Inteligencia Artificial Ana Romero.pptx
Tips de Seguridad para evitar clonar sus claves del portal bancario.pdf
modulo seguimiento 1 para iniciantes del
clase auditoria informatica 2025.........
Acronis Cyber Protect Cloud para Ciber Proteccion y Ciber Seguridad LATAM - A...
SAP Transportation Management para LSP, TM140 Col18
IA de Cine - Como MuleSoft y los Agentes estan redefiniendo la realidad
Instrucciones simples, respuestas poderosas. La fórmula del prompt perfecto.

Introducción a PowerShell DSC - NET Conf UY v2017

  • 1. 23 al 27 de Octubre 2017.NET Conf UY v2017 Introducción a PowerShell DSC Victor Silva Analista de Tecnología e Infraestructura AT Innovando Juntos
  • 2. 23 al 27 de Octubre 2017.NET Conf UY v2017
  • 3. 23 al 27 de Octubre 2017.NET Conf UY v2017 Introducción a PowerShell DSC • ¿Por qué? ¿Cómo funciona? • Requisitos y workflow • ¿Azure?
  • 4. 23 al 27 de Octubre 2017.NET Conf UY v2017 Definición Plataforma de administración basada en PowerShell que permite administrar la infraestructura de desarrollo y TI con configuración como código.
  • 5. 23 al 27 de Octubre 2017.NET Conf UY v2017 ¿Que es? Extensión • PowerShell syntax • Configuration scripts Configuración • Crea e implementa configuraciones • Archivos de configuración Control • Aplicar la configuración • Mecanismo de configuración local
  • 6. 23 al 27 de Octubre 2017.NET Conf UY v2017 ¿Por qué? Previene el “drift” Separa: configuración e implementación “Continuous” server deployment On-site y Cloud PowerShell ;)
  • 7. 23 al 27 de Octubre 2017.NET Conf UY v2017 DSC Resources
  • 8. 23 al 27 de Octubre 2017.NET Conf UY v2017 Requisitos • Windows Management Framework 4.0 • .NET Framework 4.5 • Windows Server 2008 R2 SP1 o superior • Windows 7 SP1 o superior
  • 9. 23 al 27 de Octubre 2017.NET Conf UY v2017 Requisitos (Linux) • CentOS 5, 6, y 7 (x86/x64) • Debian GNU/Linux 6, 7 y 8 (x86/x64) • Oracle Linux 5, 6 y 7 (x86/x64) • Red Hat Enterprise Linux Server 5, 6 y 7 (x86/x64) • SUSE Linux Enterprise Server 10, 11 y 12 (x86/x64) • Ubuntu Server 12.04 LTS, 14.04 LTS y 16.04 LTS (x86/x64) • Open Management Infrastructure (OMI)
  • 10. 23 al 27 de Octubre 2017.NET Conf UY v2017 Azure + PowerShell DSC
  • 11. 23 al 27 de Octubre 2017.NET Conf UY v2017 Infrastructure as a code!
  • 12. 23 al 27 de Octubre 2017.NET Conf UY v2017 ¿Cómo funciona?
  • 13. 23 al 27 de Octubre 2017.NET Conf UY v2017 Configuration DemoWebSite { param ($MachineName) Node $MachineName { #Instalar el rol de IIS WindowsFeature IIS { Ensure = “Present” Name = “Web-Server” } #Instalar ASP.NET 4.5 WindowsFeature ASP { Ensure = “Present” Name = “Web-Asp-Net45” } } } DemoWebsite –MachineName “Server” Start-DscConfiguration –Path .DemoWebsite –Wait –Verbose
  • 14. 23 al 27 de Octubre 2017.NET Conf UY v2017 Workflow Configuración Generar archivos Aplicar
  • 15. 23 al 27 de Octubre 2017.NET Conf UY v2017
  • 16. 23 al 27 de Octubre 2017.NET Conf UY v2017 http://bit.ly/DSCDemo Demos y presentación
  • 17. 23 al 27 de Octubre 2017.NET Conf UY v2017 Muchas gracias! blog.victorsilva.com.uy @vmsilvamolina vmsilvamolina@Gmail.com Victor Silva

Notas del editor

  • #8: Recursos para extender las funcionalidades de DSC Generados por Microsoft y por la comunidad