PowerShell for Developers

PowerShell for Developers
Robin Dadswell
In Case You Missed It

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

Jeffery Hicks
Announcements

A New Home for Plaster

Some of you may be familiar with the Plaster PowerShell module. This slick tool lets you build out a new module in seconds. Actually, Plaster can be used to scaffold a framework for any type of project. You can install the current version from the PowerShell Gallery. However, the project has been in limbo for a while with no updates or progress. After discussions with the PowerShell Team about the module, a decision was made to transfer ownership to the PowerShell community.

Robin Dadswell
PowerShell for Admins

ICYMI: PowerShell Week of 03-April-2020

Topics include Windows Terminal, Event Logs, String Basics and more. Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux Dynamic PowerShell and SSH remoting tabs for Windows Terminal by Luke on 29th March I am a SysAdmin and have to connect to dozen of different computers every day, I needed to bring this a little further and make it more “dynamic”: every time I open a remoting tab, it should ask for the computer name and the username if necessary.

Robin Dadswell
PowerShell for Admins

ICYMI: PowerShell Week of 27-March-2020

Topics include Switch Statements, Try Catch, Python and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux Use cases for the new null coalescing operator in PowerShell 7 by Luc on 22nd March Tips and use cases for the new null coalescing operator in PowerShell 7. Getting into Python by Referencing PowerShell by @SOZDBA on 23rd March Trying to break his PowerShell dependency Shane shares an example for a script he wrote in both Python and PowerShell.