Category: PowerShell Core
-
Install PowerShell 7 With Winget On Windows 11
This post will show you how to install PowerShell 7 with Winget on Windows 11. If you are not familiar with it, PowerShell is Microsoft’s task automation framework and scripting language.
-
How To Copy Files And Folders With PowerShell
PowerShell is a powerful tool that can be used to automate various tasks on your computer. One of the more popular PowerShell commands that we use Copy-Item, which allows for copying files and folders from one location to another. This article will show you how PowerShell can help you copy any file or folder with […]
-
Install .NET Core 2.2 On Ubuntu 18.04 Linux
In this blog post, I will show you how I install .NET Core 2.2 on my Azure Ubuntu 18.04 virtual machine and run the famous hello world application.
-
Install PowerShell Core 6.1 on Ubuntu Linux 18.04.1
In this blog post, I will show you how I install PowerShell Core on Ubuntu Linux and run PowerShell cmdlets on Linux.
-
PowerShell Core 6 Release Candidate Released
Today, Microsoft PowerShell Team announced that PowerShell 6.0 Core Release Candidate is available for download.
-
Install PowerShell Core 6.0
In this article, I’ll show you how to Install the latest PowerShell Core 6.0 beta 4 version and test it.