ICYMI: PowerShell Week of 12-February-2021
Topics include Microsoft Cloud Services, Dynamic parameters, PSRemoting, jobs and more…
Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux.
PowerShell Cheat Sheet: Connect to Microsoft Cloud Services (Az, AzureAD, Exchange, MSTeams)
by Patrick Gruenauer on 8th February
Patrick is working on PowerShell cheat sheet, and here’s few on how to connect to Microsoft Cloud Services (Az, AzureAD, Exchange, MSTeams)
Query DB2 From PowerShell
by Aaron Nelson on 9th February
Aaron walks us through how to connect DB2 and query using PowerShell
Tips and Tricks to Using PowerShell Dynamic Parameters
by Jeff Brown on 10th February
Jeff walks us through about dynamic parameters in PowerShell with real-life examples
How to check the available VM Sizes (SKUs) by Azure Region
by Thomas Maurer on 11th February
Thomas shows us how to check the available VM Sizes in Azure in couple of ways that includes PowerShell as well.
How to Set Up PSRemoting in a Workgroup Environment
by Tyler Muir on 11th February
In this tutorial, you’re going to learn all of the steps necessary to set up a PSRemoting connection using a username and password from a client and server in a workgroup.
Tweet of the Week
#PowerShell 7.0.5 and 7.1.2 are out! 7.2 Preview 3 coming soon.
Youtube: Working with PowerShell background jobs
This video demonstrates how to multitask in PowerShell by using background jobs.
Related Articles
ICYMI: PowerShell Week of 22-October-2021
Topics include Microsoft Graph, PowerShell remoting and more…
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
ICYMI: PowerShell Week of 03-September-2021
Topics include O365, SQL, Code Formatting and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux Automating with PowerShell: Setting up application consent by Kelvin Tegelaar on 29th August In this post you will learn two things about 0365 application consent: how to setup the OAuth consent workflow and how to monitor for application requests. Easy way to connect to FTPS and SFTP using PowerShell by Przemyslaw Klys on 29th August