Bio
Stéphane is a passionate self taught Powershell developper. Onboard since Powershell version 2.0, Stéphane has been automating everything that crossed his road. From System Center to DSC, passing through SQL server, OSD, all the way up to complex migration projects (AD, Sharepoint, SCCM etc..) Stéphane never stopped learning. Today, Stéphane has been recognized several years in a row as a Microsoft MVP (Cloud and Datacenter management). He recently developed a passion for OOP, and tries to onboard everyone he can in this new paradigm of writing code.
My Talks
Creating and hosting beautifull websites using Powershell PSHTML and Polaris
Without the right tools, building a website or creating simple HTML reports can be a dauting task. PSHTML simplifies this proces by providing a HTML DSL for PowerShell. When combined with Polaris, ...
Learn Classes with Class {} - Part 1: The introduction
In this talk, you will learn why adding classes in your PowerShell scripts is the next step for a sysadmin to embrace. Learn through my experience, and avoid the pitfalls I have encountered while l...
Learn Classes with Class {} - Part 2: A new paradigm
In this talk, you will learn the true meaning of using classes.
we will takle the advanced concepts of Object Oriented Programming (OOP) applied to the PowerShell language, and learn how to REALLY...