by Edward van Biljon | Nov 18, 2023 | Exchange 2019 PowerShell, Exchange 2016 PowerShell, PowerShell, PowerShell V7, Windows Server 2016 PowerShell, Windows Server 2019 PowerShell, Windows Server 2022 PowerShell
When running installations, some systems are set to lock after a certain period of inactivity even though the installation is running in the background. Recently I was testing CIS Group Policy policies and my labs kept locking and it becomes frustrating to keep having...
by Edward van Biljon | Jan 3, 2021 | PowerShell, PowerShell V7, Windows 10 PowerShell
If you are running PowerShell V7 like I am, when you launch it you will see a white box similar to the one below: In this article, we will be upgrading using the command line and below is the command: iex “& { $(irm https://aka.ms/install-powershell.ps1) }...
by Edward van Biljon | Jan 2, 2021 | PowerShell, PowerShell V7, Python, Windows 10 PowerShell
In my previous blog post on running Python scripts from PowerShell (Article Here), I was keen to test out the same thing but using PowerShell V7 instead of PowerShell V5.1 that comes with Windows 10. I used the same script as I did previously in PowerShell V7 and here...
by Edward van Biljon | Dec 31, 2020 | PowerShell, PowerShell V7, Windows 10 PowerShell
In a previous article, we used Windows 10 which has PowerShell 5.1 to create a new email message. Here is the link to the article: PowerShell:- Create an email using PowerShell In this article we will perform the same function but we will use PowerShell v7.0.3...
by Edward van Biljon | Mar 1, 2020 | PowerShell V7
I was playing around with PowerShell 6 and 7 RC which a colleague showed me was available. Firstly to get the new version, you need to run the following command below: (Note it includes the -Preview switch) iex “& { $(irm...