Posts

Showing posts from May, 2021

HOWTO Manage PowerShell ExecutionPolicy mechanism Part 2

Image
This HOWTO continues to explore the ExecutionPolicy functions of PowerShell Part one of this video: https://youtu.be/g3-BidVMrEo References made in this HowTo: Understanding PowerShell’s Execution_Policy and Scope functionality - Part 1 : https://www.alanbonnici.com/2021/04/understanding-powershells.html Understanding PowerShell’s ExecutionPolicy and Scope functionality -- Part 2 : https://www.alanbonnici.com/2021/05/understanding-powershells.html . Support files used in this HowTo: https://github.com/chribonn/PSHelloWorld Installing PowerShell on Windows: https://github.com/PowerShell/PowerShell/releases/tag/v7.1.3

Understanding PowerShell’s ExecutionPolicy and Scope functionality -- Part 2

Image
If you get the error below when you attempt to run a PowerShell script it is because PowerShell has a safety feature that is preventing your scripts from running At https://www.alanbonnici.com/2021/04/understanding-powershells.html is an article that explains how to manage PowerShell’s ExecutionPolicy functionality using the Set-Execution cmdlet. Process , CurrentUser , and LocalMachine are discussed. Comparing Settings If you’re following along, it is best to have the ExecutionPolicy settings on your computer match the above; otherwise the outcomes may be different. Your administrator may block PowerShell functionality using the MachinePolicy or UserPolicy ExecutionPolicy Group Policy settings. If that’s the case, you need to speak to them. HOWTO PowerShell GitHub repository At https://github.com/chribonn/PSHelloWorld is a repository that contains the files used in this HOWTO. You can use it to follow along with this tutorial. Creating the script on your computer might not

Building Modern Python Applications on AWS

Image
 https://coursera.org/share/7944f70abd1c349a61b7e3b5af788497

20210502 - 106 Km Bike Ride