Linux
Analyze your Linux system using PowerShell
(ehmiiz.tech)
I am pleased to share that I have been working on a fun hobby project! A PowerShell module designed
By: Emil Larsson submitted:Apr 14 2023
I am pleased to share that I have been working on a fun hobby project! A PowerShell module designed
to facilitate Linux system analysis for PowerShell users. With its standardized noun-verb commands and object-based output, this module leverages the benefits of PowerShell to streamline analysis and information gathering on a Linux system.
By: Emil Larsson submitted:Apr 14 2023
Copying files between Windows and Linux with SCP and PowerShell
(4sysops.com)
There are various mechanisms for copying files between Windows and Linux. A proven tool for this
By: Thomas Joos submitted:Jan 5 2024
There are various mechanisms for copying files between Windows and Linux. A proven tool for this
purpose is Secure Copy (SCP), and with the porting of PowerShell to Linux, it is suitable for this task, too. The connection runs over SSH in both cases, ensuring that files are transferred encrypted.
By: Thomas Joos submitted:Jan 5 2024
Enable PowerShell remoting on ArcoLinux
(mikefrobbins.com)
PowerShell is a cross-platform scripting language that runs on Windows, Linux, and macOS. ArcoLinux
By: Mike F Robbins submitted:Aug 26 2022
PowerShell is a cross-platform scripting language that runs on Windows, Linux, and macOS. ArcoLinux
is a rolling release Linux distribution based on Arch Linux.
By: Mike F Robbins submitted:Aug 26 2022
ExplainLinuxFS
(powershellgallery.com)
Get info of the linux standard directories at the command-line, and go there
By: Emil Larsson submitted:Jun 15 2022
Get info of the linux standard directories at the command-line, and go there
By: Emil Larsson submitted:Jun 15 2022
Getting Started with OpenSSL and PowerShell
(adamtheautomator.com)
Generating SSL certificates can be a daunting task, one filled with frustration and sorrow. But it
By: Bill Kindle submitted:Jun 16 2022
Generating SSL certificates can be a daunting task, one filled with frustration and sorrow. But it
doesn't have to be that way! If you are struggling with SSL certificates for your webpages and servers, keep reading.
By: Bill Kindle submitted:Jun 16 2022
Getting Started with PowerShell on Linux: A Beginner’s Guide
(adamtheautomator.com)
In this tutorial, you're going to learn how to get started from scratch by installing PowerShell on
By: AbdulMusawwir Khatri submitted:Jun 16 2022
In this tutorial, you're going to learn how to get started from scratch by installing PowerShell on
Ubuntu (other Linux distributions are similar), how to run commands, and even install some modules.
By: AbdulMusawwir Khatri submitted:Jun 16 2022
How to Copy files from Windows to Linux using PowerShell Remoting
(techcommunity.microsoft.com)
With the release PowerShell Core 6, the PowerShell Team brought PowerShell to other platforms like
By: Thomas Maurer submitted:Jun 15 2022
With the release PowerShell Core 6, the PowerShell Team brought PowerShell to other platforms like
Linux and macOS. This new cross-platform approach allows users to take advantage of some pretty cool features. In this blog post, I am quickly going to show you, how you can use PowerShell Remoting to copy files from Windows to Linux systems.
By: Thomas Maurer submitted:Jun 15 2022
How to install PowerShell 7 and essential tools on Linux
(mikefrobbins.com)
As you prepare for the OnRamp track at the PowerShell + DevOps Global Summit, this guide walks you
By: Mike F Robbins submitted:Sep 27 2024
As you prepare for the OnRamp track at the PowerShell + DevOps Global Summit, this guide walks you
through installing the essential tools on your Ubuntu Linux system if that's your preferred operating system. You'll learn how to install PowerShell version 7, Visual Studio Code, and the PowerShell extension for VS Code to ensure your system is prepared for the event. If you're using Windows 11, refer to the companion article, How to install PowerShell 7 and essential tools on Windows 11. A future article covers installations on macOS.
By: Mike F Robbins submitted:Sep 27 2024
How to Install PowerShell on Ubuntu 22.04 LTS
(linuxcapable.com)
Microsoft PowerShell is a versatile and industry-leading scripting language that can be used for
By: Joshua James submitted:Jun 15 2022
Microsoft PowerShell is a versatile and industry-leading scripting language that can be used for
automation. It is also often paired with other technologies like CI/CD platforms, making it possible to build solutions without much effort quickly! No matter what kind of input you are looking at, whether it's text or object data, PowerShell will return .NET objects when executed; this means there is no need whatsoever to parse out information from output messages since all values are already inside them.
By: Joshua James submitted:Jun 15 2022
How to make your Windows ssh keys available to git in WSL
(mastodon.social)
A neat little trick.
By: Hannah von Reth submitted:Aug 30 2024
A neat little trick.
By: Hannah von Reth submitted:Aug 30 2024
How to Run PowerShell (Ubuntu)
(youtube.com)
A quick easy to follow video on installing PowerShell in Ubuntu
By: EvilComp submitted:Apr 14 2023
A quick easy to follow video on installing PowerShell in Ubuntu
By: EvilComp submitted:Apr 14 2023
How to Use Microsoft PowerShell Core on Linux Virtual Machines
(techgenix.com)
PowerShell was designed as a Windows management tool, but Microsoft has created cross-platform
By: Brien Posey submitted:Oct 7 2022
PowerShell was designed as a Windows management tool, but Microsoft has created cross-platform
versions of PowerShell. That way, you can use a standard command line interface to manage a variety of system types. This article explains how to install PowerShell on a Linux virtual machine as well as the differences between PowerShell and PowerShell Core.
By: Brien Posey submitted:Oct 7 2022
How useful is PowerShell in Linux
(reddit.com)
A good discussion thread on using PowerShell in Linux
By: r/PowerShell submitted:Jun 16 2022
A good discussion thread on using PowerShell in Linux
By: r/PowerShell submitted:Jun 16 2022
Install PowerShell 7 On WSL and Ubuntu
(saggiehaim.net)
With PowerShell 7, we get the best PowerShell edition, most importantly, it's cross-platform! While
By: Saggie Haim submitted:Jun 15 2022
With PowerShell 7, we get the best PowerShell edition, most importantly, it's cross-platform! While
last time we installed the latest PowerShell 7 on a container, sometimes we don't want just a plain environment with PowerShell, sometimes we want a to add other tools, change system configurations or use different Linux Distros.
By: Saggie Haim submitted:Jun 15 2022
Install PowerShell on ArcoLinux
(mikefrobbins.com)
ArcoLinux is a rolling release Linux distribution based on Arch Linux. Like other Arch-based Linux
By: Mike F Robbins submitted:Jul 1 2022
ArcoLinux is a rolling release Linux distribution based on Arch Linux. Like other Arch-based Linux
distributions, ArcoLinux uses pacman for its package manager.
By: Mike F Robbins submitted:Jul 1 2022
Install WSL2 distros non-interactively
(gist.github.com)
Install WSL2 distros non-interactively. GitHub Gist: instantly share code, notes, and snippets.
By: Joel Bennett submitted:Mar 3 2023
Install WSL2 distros non-interactively. GitHub Gist: instantly share code, notes, and snippets.
By: Joel Bennett submitted:Mar 3 2023
Installing PowerShell modules via Portage
(xgqt.gitlab.io)
Building PowerShell: As a part of my work of modernizing the way .NET SDK packages are distributed
By: Maciej Barc submitted:Apr 14 2023
Building PowerShell: As a part of my work of modernizing the way .NET SDK packages are distributed
in Gentoo I delved into packaging a from-source build of PowerShell for Gentoo using the dotnet-pkg eclass. Packaging `pwsh` was a little tricky but I got...
By: Maciej Barc submitted:Apr 14 2023
Integrate Linux Commands into Windows with PowerShell and the Windows Subsystem for Linux
(devblogs.microsoft.com)
A common question Windows developers have is ?why doesn?t Windows have yet??. Whether longing for a
By: Mike Battista submitted:Jun 15 2022
A common question Windows developers have is ?why doesn?t Windows have yet??. Whether longing for a
powerful pager like less or wanting to use familiar commands like grep or sed, Windows developers desire easy access to these commands as part of their core workflow.
By: Mike Battista submitted:Jun 15 2022
Is anyone using Powershell with Linux?
(reddit.com)
Recently installed Powershell upon my Debian 12 system (I was informed that I would need to be
By: u/Priest_Apostate submitted:Feb 9 2024
Recently installed Powershell upon my Debian 12 system (I was informed that I would need to be
comfortable with it in the upcoming months, to work with Azure). With that warning, I purchased the Month of Lunches book, and proceeded to get to it.
By: u/Priest_Apostate submitted:Feb 9 2024
Join Linux to Active Directory with PowerShell Core
(winsysblog.com)
PowerShell Core is now generally available, which means you can now start running it on your
By: Dan Franciscus submitted:Jun 15 2022
PowerShell Core is now generally available, which means you can now start running it on your
production servers and not feel guilty! There are many possibilities for using PowerShell on non-Windows platforms now and today my mind was pondering how to use it to join Linux servers to Active Directory. So, I created a small little function that automates some of this called Join-LinuxToAD. Keep in mind I tested this only on CentOS 7.
By: Dan Franciscus submitted:Jun 15 2022
jX509ToOpenSSH
(github.com)
PowerShell functions to convert Windows X509Certificate2 objects to OpenSSH public key format to use
By: jimmy58663 submitted:Jun 16 2022
PowerShell functions to convert Windows X509Certificate2 objects to OpenSSH public key format to use
for SSH authentication.
By: jimmy58663 submitted:Jun 16 2022
linuxtools v 1.0.12
(powershellgallery.com)
An experimental PowerShell module for Linux nerds. Because: why not?
By: David Stein submitted:Nov 15 2024
An experimental PowerShell module for Linux nerds. Because: why not?
By: David Stein submitted:Nov 15 2024
NetConfiguration 0.0.1-Preview1
(powershellgallery.com)
Created the start of a cross-platform network interface configuration PowerShell module: Tested on
By: Steve Lee submitted:Jun 16 2022
Created the start of a cross-platform network interface configuration PowerShell module: Tested on
macOS, Linux, and Windows.
By: Steve Lee submitted:Jun 16 2022
Porting PowerShell to FreeBSD, first working poc
(lists.freebsd.org)
For background, there was a previous attempt to bring PowerShell to FreeBSD, but it seems it got
By: Felix Palmen submitted:Apr 5 2024
For background, there was a previous attempt to bring PowerShell to FreeBSD, but it seems it got
stuck somewhere
By: Felix Palmen submitted:Apr 5 2024
PowerNix: Linux Tools for PowerShell People
(github.com)
PowerNix is a new PowerShell module that hopes to make Linux easier to use by providing a more
By: James Brundage submitted:Jun 16 2022
PowerNix is a new PowerShell module that hopes to make Linux easier to use by providing a more
PowerShell-centric experience.
By: James Brundage submitted:Jun 16 2022
PowerShell for Linux admins
(powershellisfun.com)
During the Cloud Expo convention in the Netherlands last month, I spoke to someone who said that
By: Harm Veenstra submitted:Jan 5 2024
During the Cloud Expo convention in the Netherlands last month, I spoke to someone who said that
learning all the PowerShell commands as a Linux admin was difficult. PowerShell was built to make it easier for Linux admins to transition to it. In this blog post, I will show you how aliases work and how they help Linux Admins get started with basic PowerShell tasks.
By: Harm Veenstra submitted:Jan 5 2024
PowerShell on Linux? A primer on Object-Shells
(fedoramagazine.org)
This post gives you an overview of PowerShell and a comparison to POSIX-compliant shells.
By: TheEvilSkeleton and Ozymandias42 submitted:Jun 16 2022
This post gives you an overview of PowerShell and a comparison to POSIX-compliant shells.
By: TheEvilSkeleton and Ozymandias42 submitted:Jun 16 2022
PowerShell Remoting from Linux to Windows
(blog.quickbreach.io)
A quick how to on Remoting from Linux to Windows using PowerShell core.
By: submitted:Jun 15 2022
A quick how to on Remoting from Linux to Windows using PowerShell core.
By: submitted:Jun 15 2022
Provisioning Linux Virtual Machines Through PowerShell Commands
(c-sharpcorner.com)
This article helps you to learn the Azure Module PowerShell commands to provisioning the Linux
By: submitted:Jun 15 2022
This article helps you to learn the Azure Module PowerShell commands to provisioning the Linux
Virtual Machines.
By: submitted:Jun 15 2022
ps-arch-wsl v 0.1.1
(powershellgallery.com)
Install Arch Linux on Windows the easy way.
By: Scott McKendry submitted:May 24 2024
Install Arch Linux on Windows the easy way.
By: Scott McKendry submitted:May 24 2024
PSA: If you run Windows 10 and use WinSCP to transfer files to Linux hosts
(twitter.com)
you can ditch WinSCP in favor of the native PowerShell or Command Prompt SCP implementation!
By: Christopher Hart submitted:Jul 22 2022
you can ditch WinSCP in favor of the native PowerShell or Command Prompt SCP implementation!
By: Christopher Hart submitted:Jul 22 2022
PSLinux v 1.0.6
(powershellgallery.com)
The RedHatSatelliteSearch PowerShell module provides functions to retrieve and manage data from a
By: eswaras submitted:Jun 28 2024
The RedHatSatelliteSearch PowerShell module provides functions to retrieve and manage data from a
RedHat Satellite server. This module allows users to specify search filters to query and fetch information about hosts and other resources managed by the Satellite server.
By: eswaras submitted:Jun 28 2024
PSUnixUtilCompleters: PowerShell native command completers for core utils on *nix
(github.com)
PowerShell parameter completers for native commands on Linux and macOS. This module uses completers
By: Rob Holt submitted:Jun 15 2022
PowerShell parameter completers for native commands on Linux and macOS. This module uses completers
supplied in traditional Unix shells to complete native utility parameters in PowerShell.
By: Rob Holt submitted:Jun 15 2022
Step-by-Step Guide to Encrypt Azure Linux VM
(rebeladmin.com)
Disk encryption is a basic data protection method for physical & virtual hard disks. Similarly, we
By: Dishan M. Francis submitted:Jun 15 2022
Disk encryption is a basic data protection method for physical & virtual hard disks. Similarly, we
also can encrypt Azure Linux VM by using Azure Key Vault & dm-crypt. In this post, I am going to demonstrate how we can encrypt Azure Linux VM.
By: Dishan M. Francis submitted:Jun 15 2022
Sysmon for Linux PowerShell Module – YouTube
(youtube.com)
SysmonLinux.Util is a PowerShell module for working with the Syslog events generated by Microsofts
By: Carlos Perez submitted:Jun 16 2022
SysmonLinux.Util is a PowerShell module for working with the Syslog events generated by Microsofts
Sysmon for Linux. This is a brief intro to the module and how it can be leverage for working with the logs and easier Sysmon configuration rule creation.
By: Carlos Perez submitted:Jun 16 2022
SysmonLinux.Util
(github.com)
PowerShell Module for parsing logs generated by Sysinternals Sysmon for Linux
By: Carlos Perez submitted:Jun 16 2022
PowerShell Module for parsing logs generated by Sysinternals Sysmon for Linux
By: Carlos Perez submitted:Jun 16 2022
The case for PowerShell On macOS and Linux
(deusinmachina.net)
Often dismissed as an eccentric and verbose scripting language from Microsoft, PowerShell frequently
By: Diego Crespo submitted:Aug 18 2023
Often dismissed as an eccentric and verbose scripting language from Microsoft, PowerShell frequently
finds itself relegated to the background when it comes to shell languages on non-Windows platforms. Mocked as a lackluster corporate attempt at mimicking a genuine shell scripting language, it rarely receives the attention it deserves. However, after leveraging PowerShell across various operating systems I've come to recognize its value.
By: Diego Crespo submitted:Aug 18 2023
Using PowerShell on chromeOS Flex
(powershellisfun.com)
On an older laptop, I use chromeOS Flex. Easy to install, and for simple web browsing, it's a
By: Harm Veenstra submitted:Nov 18 2022
On an older laptop, I use chromeOS Flex. Easy to install, and for simple web browsing, it's a
perfect solution without any license requirement. But yeah... I also wanted to use PowerShell on that, this blog post will show you how to install and use PowerShell on chromeOS Flex.
By: Harm Veenstra submitted:Nov 18 2022
Using PowerShell on Linux
(powershellisfun.com)
Personally, I run PowerShell on my Windows 11 laptop, but I also have Linux VMs and use PowerShell
By: Harm Veenstra submitted:Oct 28 2022
Personally, I run PowerShell on my Windows 11 laptop, but I also have Linux VMs and use PowerShell
on those too. In this blog post, I will show you two ways in which you can install PowerShell on your Linux machine and yes, I know... There are different Linux Operating Systems with different package managers, in my case I used Ubuntu 22.04 🙂
By: Harm Veenstra submitted:Oct 28 2022
Using PowerShell on Linux with Avri from Posh4Linux
(powershellpodcast.podbean.com)
In this episode of the PowerShell podcast, Avri from Posh4Linux shares his experience using
By: The Powershell Podcast submitted:Mar 3 2023
In this episode of the PowerShell podcast, Avri from Posh4Linux shares his experience using
PowerShell on Linux. He also details Microsoft's open source efforts, the obstacles he's encountered, and how he overcame them - such as with his PSSudo project. Additionally, we discuss the Windows Subsystem for Linux, Pode, Raspberry Pi's, SSH, and more!
By: The Powershell Podcast submitted:Mar 3 2023
Windows Admin Survival Guide: Managing Linux servers using PowerShell Steven Judd
(youtube.com)
Make the transition from Windows Server Pro to Linux Server Ninja by using PowerShell to your
By: Research Triangle PowerShell Users Group submitted:Mar 22 2024
Make the transition from Windows Server Pro to Linux Server Ninja by using PowerShell to your
advantage!
By: Research Triangle PowerShell Users Group submitted:Mar 22 2024