In Case You Missed It

ICYMI: PowerShell Week of 22-January-2021

Robin Dadswell
2 min read
Share:

Topics include GitHub Actions, Linux, SharePoint and more…

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

Step-by-Step: Deploy Azure PowerShell Functions with GitHub Actions

by Barbara Forbes on 17th January
In this post we will go through the process to deploy Azure PowerShell Functions with GitHub Actions. I think this will translate to other languages pretty well. The workflow will first deploy the function if it does not exist. After that it will use the publish profile to deploy the PowerShell code in the repository to Azure.

Linux and Powershell

by Matteo Guadrini on 17th January
Matteo Guadrini shows how to install and start using PowerShell in Linux

How to upgrade the SKU of the public IP address in the Azure?

by Poitr Wachulec on 21st January
Poitr Wachulec shows how PowerShell can be used to Upgrade SKU of Public IP address in Azure

How to write a Cmdlet in PowerShell Step-by-Step

by Brandon Lee on 22nd January
Brandon Lee wrote about the difference between a PowerShell function and cmdlet and how to write them.

#Powershell #SecretManagement #Chrome #Edge vault extension is good enough for an initial release, check it out!

by Justin Grote on 22nd January

u/TiiimK seeks help for reviewing the code which will is used to verify user identity using MFA and SSO

Youtube: Find Missing Metadata in SharePoint Online using PowerShell PnP

Learn how to build the PowerShell script to find the missing values in required fields in SharePoint Online with Veronica

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

Sep 3, 2021

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