In Case You Missed It PowerShell for Admins PowerShell for Developers

ICYMI: PowerShell Week of 09-April-2021

Robin Dadswell
2 min read
Share:

Topics include PowerShell profiles, Parameter defaults, ARM and more…

Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux.

Optimizing your $Profile

by Steve Lee on 6th April

Great blog by Steve on optimizing your PowerShell $Profile

How to Find Listening Ports with Netstat and PowerShell

by Anthony Metcalf on 7th April

In this tutorial, you will learn how to inspect listening ports and established TCP connections on your Windows computer with Netstat and the native PowerShell command Get-NetTCPConnection.

Make Defaults a Way of Life

by Jeff Hicks on 8th April

A small tip from Jeff on the ease that comes with an automatic variable $PSDefaultParameterValues.

Visualize and Document Azure Infrastructure with PowerShell

by Prateek Singh on 8th April

Prateek will walk us through on how we can visualize and document Azure infrastructure using PowerShell

Getting Started with PSArm

by Ravikanth Chaganti on 5th April

In the first part of this series, you learned about PSArm — a PowerShell embedded DSL — that you can use to declaratively define your Azure infrastructure and generate an ARM template.

Reddit /r/PowerShell - Most Popular Weekly Post

u/tbakerweb creates a PowerShell script that checks Walgreens and CVS for COVID vaccine appointments.

Tweet of the Week

Level up your #PowerShell debugging by seeing values of variables right inline in your @code editor!

Youtube: Transforming PowerShell experience with PSReadLine

In this video John introduces PSReadLine as a way to transform your day-to-day PowerShell experience!

Related Articles

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