In Case You Missed It

ICYMI: PowerShell Week of 23-April-2021

Robin Dadswell
2 min read
Share:

Topics include Script signing, Item Insights Security via Graph, Microsoft Learn and more…

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

Unlocking PowerShell Secrets

by Jeff Hicks on 19th April

Using Secrets Management modules from Microsoft to handle secrets

How to Sign a PowerShell Script (And Run It)

by June Castillote on 22nd April

Do you need to ensure that nobody makes modifications to your scripts and pass them as the original? If so, then you need to learn how to sign PowerShell scripts. Signing adds the publisher’s identity to the script so that users can decide whether to trust the script’s source in this article, learn how to ensure that only trusted scripts are run in your environment by learning how to sign PowerShell scripts.

Using 1Password with PowerShell

by Darren J Robinson on 23rd April

Darren shows a PowerShell Module which is a wrapper for the 1Password CLI that allows full use of 1Password with PowerShell.

Altering Item Insights Security In Microsoft Graph Using PowerShell Commands

by Dipen Shah on 23rd April

Dipen Shah writes in the bloh on altering Item Insights Security In Microsoft Graph Using PowerShell Commands

Getting started and Learn PowerShell on Microsoft Learn!

by Thomas Maurer on 23rd April

Wanting to get started with PowerShell, well find out how with this informative post on the new Microsoft Learn modules to help you with exactly that

Reddit /r/PowerShell - Most Popular Weekly Post

Be nice to tech workers and watch what you put into someone else’s script as input.

Youtube: PowerShell File cannot be loaded because running scripts is disabled on this system

If PowerShell throws up an error message – File cannot be loaded because running scripts is disabled on this system, then you need to enable script running on your Windows 10 computer. The cause of this error comes to the fact that your user account does not have enough permissions to execute that script. This does not mean that you need to have an Administrator level permissions, it also means that you also need to be unrestricted to run these type of PowerShell scripts or cmdlets.

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