Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

How to setup PowerShell on a Linux server

Posted on 24/11/202030/08/2026 Christian By Christian No Comments on How to setup PowerShell on a Linux server
  1. Home
  2. Scripts
  3. How to setup PowerShell on a Linux server
setup PowerShell

As we know, PowerShell is a cross-platform task automation and configuration management framework from Microsoft built on top of the .NET Common Language Runtime; it accepts and returns .NET objects. It consists of a command line shell and an associated scripted language. Powershell enables management of both local and remote linux machines. See the following guide for “how to rename a Printer in Windows 10“.. Also, see reasons to deploy AAD, how to set up Azure AD Tenant, and how to add or delete users, and set permissions

INSTALLING POWERSHELL ON CENTOS

Since the PowerShell package is not included in the official CentOS repository, first thing to do in the installation process is to add the repository with the following command;

curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo
Linux server

After adding the repo, use the yum makecache to update the repository cache

PowerShell installation

Now install the powershell with yum install powershell

PowerShell installation
Linux PowerShell

Along the line, the installation guide may ask you to accept the gpg key. Type y to continue the installation.

setup PowerShell

Here are a few commands you can run to check if the installation is well set up;

pwsh –v

this will tell you the version of powershell  you have just installed.

Linux server
pwsh

This will take you to the powershell terminal and you will be ready to run powershell commands

Command line interface displaying PowerShell prompt with user details and copyright information.

Similarly, you can run Linux commands from the powershell terminal.

Terminal screenshot showing the command prompt with the 'pwd' command output displaying the current path as '/home/techdirect'.
Terminal screenshot showing a user executing the command 'sudo yum install httpd' and confirming that the package is already installed.

MAKING YOUR LOGIN POWERSHELL

Run the whoami command to find the path of the pwsh shell program. Use that result of the command to set the default login shell to that of the powershell with the following command;

usermod –s /usr/bin/pwsh $(whoami)
Terminal output displaying the location of the pwsh executable and a command using sudo to change the default shell to pwsh for the current user.

Now reboot your machine and that is all that is needed to have PowerShell up and running.

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Scripts Tags:PowerShell, PowerShell version 7, Ubuntu

Post navigation

Previous Post: Restore AD Objects: How to restore deleted user accounts in Active Directory with Microsoft LDP and PowerShell
Next Post: How to delete obsolete drivers from the Driver Store in Windows

Related Posts

  • powershell01 1
    Create a self-signed certificate and export it in PFX format via PowerShell [Part 1] Scripts
  • powershell commands lede 1024x276 1
    Enable WinRM on Windows Servers and Windows PCs Scripts
  • CI With GitLab 1
    Build Docker Images with GitLab CI Automation
  • hero activedirectory
    Create and find Organisation Unit paths in AD Scripts
  • S3 Bucket
    Access AWS Management Console and Create Resources with AWS CLI on Windows AWS/Azure/OpenShift
  • Generate SSH Keys
    Associate SSH Public key with Azure Linux VM AWS/Azure/OpenShift

More Related Articles

powershell01 1 Create a self-signed certificate and export it in PFX format via PowerShell [Part 1] Scripts
powershell commands lede 1024x276 1 Enable WinRM on Windows Servers and Windows PCs Scripts
CI With GitLab 1 Build Docker Images with GitLab CI Automation
hero activedirectory Create and find Organisation Unit paths in AD Scripts
S3 Bucket Access AWS Management Console and Create Resources with AWS CLI on Windows AWS/Azure/OpenShift
Generate SSH Keys Associate SSH Public key with Azure Linux VM AWS/Azure/OpenShift

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • Windowsfilesystemxx
    Failed to remove network for the build, Job failed error: Invalid volume specification: “/cache” Containers
  • image 16
    How to Fix Windows Error 0x80070057 Windows
  • Encapsulationset to Auto
    Error – Command rejected: An interface whose trunk encapsulation is “Auto” can not be configured to “trunk” mode Network | Monitoring
  • images
    Fix the Synchronization service scheduler is suspended AWS/Azure/OpenShift
  • Synology Cloud Sync
    How to Sync Data in Cloud Drives to Synology NAS Backup
  • Database Connection Stuck on Working on it
    How to fix TeamPass stuck on working on it Network | Monitoring
  • article 1280x720.192a2586 1 1
    Fix Error 0xc1510111: You do not have permission to mount and modify this image Windows Server
  • LiveCaption
    Enable or disable automatic Google Chrome Live Caption on macOS Mac

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.