winadmin-powershell

Administer Windows 11 systems using PowerShell 7.x with bash translations and environment configuration.

3|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/evolv3ai/claude-skills-archive --skill winadmin-powershell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: winadmin-powershell
Source: https://github.com/evolv3ai/claude-skills-archive/tree/main/skills/winadmin-powershell
Command: npx skills add https://github.com/evolv3ai/claude-skills-archive --skill winadmin-powershell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and templates (resource) components.

What problem does it solve?

This Skill streamlines Windows 11 system administration by providing PowerShell expertise, including bash command translation, package management, and environment configuration, preventing common errors and saving significant time.

Core Features & Use Cases

  • Bash to PowerShell Translation: Easily convert familiar Linux commands to their PowerShell equivalents.
  • Package Management: Install and manage software using winget, scoop, npm, and chocolatey.
  • Environment Configuration: Set up PATH variables, environment variables, and PowerShell profiles for consistent multi-device administration.
  • Use Case: You need to set up a new Windows development machine. This Skill can guide you through installing essential tools like Node.js and Git, configuring your PATH, and setting up your PowerShell profile, all while translating any bash commands you might be used to.

Quick Start

Use the winadmin-powershell skill to add the npm global path to your permanent user PATH environment variable.

Frequently Asked Questions about winadmin-powershell

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate bash commands to PowerShell on Windows 11?

You can translate bash commands to PowerShell 7.x equivalents on Windows 11 by mapping familiar Linux syntax to native cmdlets. This allows developers to transition seamlessly and execute standard shell operations within the Windows environment.

What is the best way to manage packages with winget and scoop in PowerShell?

The best way to manage packages with winget and scoop is to use a PowerShell administration workflow that guides software installation and updates. This centralizes package management across multiple package managers for consistent system setup.

How do I fix command not found errors after installing software on Windows?

To fix command not found errors after installing software on Windows, you must update your permanent PATH environment variable. Configuring the PATH correctly ensures the system recognizes newly installed tool executables in PowerShell.

How do I set persistent environment variables in PowerShell 7.x?

You set persistent environment variables in PowerShell 7.x by modifying the permanent user or machine environment scope. This ensures variables survive terminal restarts and apply consistently across all multi-device administration tasks.

Do I need PowerShell 7.x to configure Windows 11 administration scripts?

Yes, you need PowerShell 7.x installed on Windows 11 for full functionality when configuring administration scripts and execution policies. This version provides the necessary cmdlets for modern environment configuration and package workflows.

Why does my PowerShell script execution policy block running scripts?

Your PowerShell script execution policy blocks scripts as a security measure to prevent unauthorized code execution. You must configure the execution policy settings correctly to permit trusted local scripts to run within your environment.