PowerShell for Admins

The Summit 2019 Call for Topics: Some Ideas

Don Jones
3 min read
Share:

As you hopefully know, we’ve opened the Call for Topics for PowerShell + DevOps Global Summit 2019. I know sometimes people struggle with ideas, and so I wanted to offer a few.

First, know that you’re more than welcome to submit multiple ideas. In fact, we encourage it, because it gives the Content team a bit more flexibility. You’re also welcome to present multiple sessions, although prepping for more than a couple can be pretty intense, so you need to consider it pretty carefully.
One category of sessions we need is Intermediate. We actually use the word _Practitioner, _and we define the audience as someone who’s made it through _Learn Windows PowerShell in a Month of Lunches _**and **_Learn PowerShell Scripting in a Month of Lunches, _who uses PowerShell pretty frequently, but hasn’t made it to niche or expert-level topics yet. Many of the topics this audience needs are “evergreen” in that we probably need to present them each year, although we welcome different speakers and different perspectives. Ideas include:

  • Best Patterns and Practices for Advanced Functions
  • Best Practices for Module Development and Distribution
  • Creating and Managing an On-Premises Module Repository
  • Managing PowerShell Security Features (with an emphasis on logging)
  • Getting Started with Pester for Automated Unit Testing
  • Best Practices for Error Handling in PowerShell Commands

See, for many people, these aren’t “sexy” or “hardcore” topics, but they’re ones desperately and almost continually _needed. _You only have to look at our own Forums here at PowerShell.org to see how often these ideas come up. For that matter, consider browsing the forums for topic ideas! I mean, based on what I’ve seen this month alone, a session on, “Querying and Modifying AD Objects Using CSV Files” would hit a sweet spot pretty hard!
We’re also actively looking to build out DevOps content, which can mean stepping away from PowerShell. We recognize that few attendees actually work in a DevOps environment, so “hardcore” stuff like Kubernetes, Hashicorp tools, and so on are probably not going to be popular. However, there are DevOps techniques that any PowerSheller can use in their environment, even if their company isn’t fully DevOps. CI/CD tooling, for example, can be appropriate for anyone. And that doesn’t need to focus just on VSTS - plenty of companies would prefer on-prem solutions like Team City, Jenkins, and the like.
DevOps topics can also include cross-stack admin ideas, like a session on learning Python, which is a great cross-stack scripting language that can complement PowerShell well. Again, sessions that 80% of the world could find applicable in their daily lives is the watchword.
Finally, I’ve had some personal thoughts about sessions I’d like to see. For example, PowerShell’s language was always designed to provide a “glide path” into C#, but we rarely have a “Building Compiled Cmdlets” type of session. This could focus on the patterns involved. Say, rebuild the Get-Service command. That’s not a difficult command, everyone understands what it already does, and the actual .NET code is pretty minimal. So you could focus on the structure of these, rather than getting into the nitty gritty of .NET. And you could have an “Introduction to C# for PowerShell People” session, to help someone who’s looking to move some of their activity to the next level.
I hope that helps trigger some ideas of your own. Remember, the Call for Topics is open now and it’s not only a great way to give back to the community, but to get free admission to Summit and a bit of money toward your travel expenses!

Related Articles

Sep 15, 2023

PowerShell Escape Room

PowerShell Escape Room by Michiel Hamers by Michiel Hamers https://about.me/michielhamers/ Why on earth you want to create an Escape Room with PowerShell as backend? I’ve always been a fan of escape rooms, so I decided to create my own for my kids. I wanted to make it something that would be challenging and fun for them, but also educational. I decided to use PowerShell as the backend for the escape room, as I’m a PowerShell developer and I thought it would be a great way to learn more about the language.

Sep 15, 2023

Microsoft Graph PowerShell Module: Getting Started Guide

Microsoft Graph PowerShell Module: Getting Started Guide by Jeff Brown Microsoft is retiring the Azure AD Graph API sometime after June 30, 2023 (announcement). This retirement includes the Azure AD PowerShell module. In its place, Microsoft has released the Microsoft Graph PowerShell module. The Microsoft Graph PowerShell module is the next-generation way of managing Microsoft cloud services using PowerShell. If you have used MSOnline or Azure AD PowerShell in the past, you’ll need to read on to learn about this new module.

Oct 8, 2021

ICYMI: PowerShell Week of 08-October-2021

Topics include VMWare, Windows 11, Web Reports and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux How to gather your vCenter inventory data with this VMware PowerShell script by Scott Matteson on 7th October Inventory reports are a common request when administering a VMware vCenter environment. Learn how this VMware PowerShell script can make such requests quick and easy Building a Web Report in PowerShell, use the -Force Luke by Chris Noring on 8th October