Business Software for PowerShell - Page 2

Top Software that integrates with PowerShell as of August 2025 - Page 2

  • 1
    Kaholo

    Kaholo

    Kaholo

    Scriptless CI/CD Automation for On-Demand Developer Portals Kaholo is a low-code IT workflow automation tool that empowers Developers to quickly self-serve environments and automate their workflows while giving Operators full visibility and control over compliance, security, and cloud costs. Key Capabilities: - Drag and drop low-code CI/CD pipelines - 150+ pre-built plugins that interact with external resources that anyone can use without proprietary knowledge, or custom-build your own - Orchestrate your existing CI/CD toolset to avoid the inefficient route of rip and replace - Extensive access permissions allow developers to safely work with and execute pipelines autonomously - Automate provisioning, testing, security scans, builds, deployments with various rollout strategies, rollbacks, cleanups, updates, troubleshooting, remediations, migrations, and more. - Integrations with all cloud providers as well on-prem environments
    Starting Price: $99 per month
  • 2
    PowerShellGet

    PowerShellGet

    Microsoft

    PowerShellGet is a module with commands for discovering, installing, updating, and publishing PowerShell artifacts like modules, DSC resources, role capabilities, and scripts. The Find-Command cmdlet finds PowerShell commands such as cmdlets, aliases, functions, and workflows. Find-Command searches modules in registered repositories. For each command found by Find-Command, a PSGetCommandInfo object is returned. The PSGetCommandInfo object can be sent down the pipeline to the Install-Module cmdlet. Install-Module installs the module that contains the command. DSC resources can be located using the parameters Tag and RequiredVersion. Tag displays the current version of every resource that contains the specified tag in the repository. RequiredVersion needs the ModuleName parameter and the Name parameter is optional. The Name and ModuleName parameters limit the output. Use the AllVersions parameter to display a DSC resource's available versions.
    Starting Price: Free
  • 3
    Specops Gpupdate
    Specops Gpupdate is a free tool that enables remote administration of any number of computers. Specops Gpupdate integrates directly with Active Directory users and computers. Simply right-click on any computer or organizational unit, and issue commands such as Gpupdate, Start computer, Windows update, and more! All commands are available with a simple right-click. Select computers to manage through the Active Directory users and computers interface or through searches of Active Directory. You can even select entire organizational units (OUs). If you want to move beyond the graphical user interface, you will enjoy the fact that Specops Gpupdate sits on PowerShell, you can run everything through PowerShell cmdlets. This allows you to unleash the full power of the tool in your own PowerShell scripts. Specops Gpupdate Pro is the full-featured version of the tool. With a Pro license, you can unlock additional commands, such as Ping, Start Remote Desktop, Read Remote Registry, and more!
    Starting Price: Free
  • 4
    Specops Command
    Specops Command combines Windows PowerShell and Group Policy and allows you to manage computers and users in your network. With Specops Command you can create PowerShell or VBScripts right inside your Group Policy Objects. This allows network administrators to execute scripts on specifically targeted systems while receiving feedback on the results. Manages feedback from the client computers and the database. Configures script assignments. Configures which Group Policy Objects receive script assignments. Specops Reporting is a separate product that can be used in combination with Specops Command. You can use Specops Reporting to view and create detailed reports for script feedback. The Server service manages feedback from the Client Side Extensions and stores it in the database. The Specops Command Server service also manages the communication between the database and the administration tools. The database contains feedback information for the script assignments.
    Starting Price: Free
  • 5
    SquaredUp

    SquaredUp

    SquaredUp

    SquaredUp is a unified observability portal. Say goodbye to blind spots and data silos. Using data mesh and cutting-edge data visualization, SquaredUp gives IT and engineering teams one place to see everything that matters. Bring together data from across your tech stack without the headache of moving the data. Unlike other monitoring and observability tools that rely on a data warehouse, SquaredUp leaves your data where it is, plugging directly into each data source to index and stitch the data together using a data mesh. Teams have one place to go where they can search, visualize, and analyze data across all their tools. Take control of infrastructure, application, and product performance with unified visibility. Free for up to 3 users. What you get: > Cutting-edge data visualization > Access to 100+ data sources > Any custom data source via Web API > Multi-cloud observability > Cost monitoring > Unlimited dashboards > Unlimited monitors
    Starting Price: $9 Per user/month
  • 6
    Elixir

    Elixir

    Elixir

    Elixir is a dynamic, functional language for building scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed, and fault-tolerant systems. Elixir is successfully used in web development, embedded software, data ingestion, and multimedia processing, across a wide range of industries. Check our getting started guide and our learning page to begin your journey with Elixir. All Elixir code runs inside lightweight threads of execution (called processes) that are isolated and exchange information via messages. Due to their lightweight nature, it is not uncommon to have hundreds of thousands of processes running concurrently in the same machine. Isolation allows processes to be garbage collected independently, reducing system-wide pauses, and using all machine resources as efficiently as possible (vertical scaling). Processes are also able to communicate with other processes running on different machines in the same network.
    Starting Price: Free
  • 7
    CommandGit

    CommandGit

    Safe Software Solutions

    An indispensable tool every software developer will benefit from. Unique and innovative GUI, harnessing the flexibility and power of a Command-Line Interface. Built-in customizable CLI commands: Git (130), Linux (75), Windows (60), Docker (40) and many more! Software developers on any level of the software development life cycle will increase productivity by utilizing CommandGit's unique features. With a click of a button, you can manage your cloud infrastructure or your local Git repository. The possibilities are truly endless and only limited by the number of CLI command presets you want to create. Use it day to day as your Git GUI client or as a go-to utility for daily system administration.
    Starting Price: $5.99/month/user
  • 8
    SuperPuTTY

    SuperPuTTY

    Jim Radford

    The SuperPuTTY window manager for putty sessions. SuperPuTTY is a Windows-based application that manages putty ssh terminals. Additionally, it has a simple scripting language for basic tasks. It additionally supports RDP sessions. SuperPuTTY is used primarily as a window manager and multi-session manager for the PuTTY SSH Client. It allows you to embed PuTTY terminal instances inside of windows form providing a better-tabbed interface when multiple connections are used. Additionally, SuperPuTTY has support for using pscp.exe to transfer files to and from a remote host. Local terminal sessions can be started with MinTTY, as well as RDP, PowerShell, and other terminal applications. SuperPuTTY does not do any ssh or terminal management itself since PuTTY does an excellent job of this. SuperPuTTY as of v1.4.0.7 is available with an installer. SuperPuTTY is also available as a portable ZIP file, Simply unzip the files to a chosen location on your local disk.
    Starting Price: Free
  • 9
    Pester

    Pester

    Pester

    Pester is the ubiquitous test and mock framework for PowerShell. Adding Pester tests to Powershell code will enhance code quality and allows you to start creating predictable changes. Visual Studio Code comes with full support for Pester allowing you to create tests quickly. Pester integrates nicely with TFS, Azure, Github, Jenkins, and other CI servers, allowing you to fully automate your development lifecycle. Pester provides a framework for writing and running tests. Pester is most commonly used for writing unit and integration tests, but it is not limited to just that. It is also a base for tools that validate whole environments, computer deployments, database configurations, and so on. Pester tests can execute any command or script that is accessible to a Pester test file. This includes functions, Cmdlets, Modules, and scripts. Pester can be run locally, where it integrates well with Visual Studio Code, and it can of course be integrated into a build script in a CI pipeline.
    Starting Price: Free
  • 10
    Ctfreak

    Ctfreak

    JYP Software

    Tired of maintaining your multiple crontabs? Would you like a Slack notification when one of your backups fails? CTFreak allows you to centralize and schedule various types of tasks: - Shell scripts (bash/powershell) on multiple servers via SSH - Ansible playbooks targeting multiple servers via SSH - SQL scripts on multiple databases concurrently (mysql/mariadb/postgresql) - Chart Reports from SQL queries - Webhook call - Workflow for concurrent or sequential execution of tasks Not to mention: - A mobile friendly interface - Single Sign-On via OpenID Connect - Notifications via Slack / Discord / Mattermost / Email - Issue tracking integration via Jira / Github / Linear - REST API - Incoming webhooks (Github / Gitlab / ...) - Log retrieval and consultation - User rights management by project
    Starting Price: $159/year/instance
  • 11
    RoboTask

    RoboTask

    RoboTask

    RoboTask is a macro automation software that can easily automate any series of tasks without writing code. The program allows to easily create simple macros, as well as highly complex automation, involving conditional logic, loops, custom variables, and other advanced options. Automation of work with files and folders; keyboard and mouse macro recorder. Emulation of mouse and keyboard actions and automated FTP/SFTP/FTPS file transfer (upload, download, synchronize). Email POP3/IMAP/SMTP automation (checking, sending and retrieving), SQL database automation, it works with Excel. Web automation (fill web forms, web actions). Working with images (convert, resize, crop, flip, watermark, etc.) and working with a clipboard, system registry, processes, regular expressions, etc. Built-in HTTP web server with WebSockets support. integration with Python, Javascript, Powershell, and much more! You can create a scheduled macro that runs one or more tasks at specified times.
    Starting Price: $150 one-time payment
  • 12
    Refraction

    Refraction

    Refraction

    Refraction is a code-generation tool for developers. It uses AI to generate code for you. You can use it to generate unit tests, documentation, refactor code, and more. Generate code using AI in 34 languages — Assembly, C#, C++, CoffeeScript, CSS, Dart, Elixir, Erlang, Go, GraphQL, Groovy, Haskell, HTML, Java, JavaScript, Kotlin, LaTeX, Less, Lua, MatLab, Objective-C, OCaml, Perl, PHP, Python, R Lang, Ruby, Rust, Sass / SCSS, Scala, Shell, SQL, Swift, and TypeScript. Join thousands of developers around the world using Refraction to generate documentation, create unit tests, refactor code, and more using AI. Use the power of AI to automate the tedious parts of software development like testing, documentation, and refactoring, so you can focus on what matters. Refactor, optimize, fix and style-check your code. Generate unit tests for your code with various test frameworks. Explain the purpose of your code to make it easier to understand.
    Starting Price: $8 per month
  • 13
    Cody

    Cody

    Sourcegraph

    Cody, Sourcegraph’s AI code assistant goes beyond individual dev productivity, helping enterprises achieve consistency and quality at scale with AI. Unlike traditional coding assistants, Cody understands the entire codebase, enabling deeper contextual awareness for smarter autocompletions, refactoring, and AI-driven code suggestions. It integrates with IDEs like VS Code, Visual Studio, Eclipse, and JetBrains, providing inline editing and chat without disrupting workflows. Cody also connects with tools like Notion, Linear, and Prometheus to enhance development context. Powered by advanced LLMs like Claude Sonnet 4 and GPT-4o, it optimizes speed and performance based on enterprise needs, and is always adding the latest AI models. Developers report significant efficiency gains, with some saving up to six hours per week and doubling their coding speed.
    Starting Price: $59
  • 14
    Textbelt

    Textbelt

    Textbelt

    Textbelt is a no-nonsense SMS API built for developers who just want to send SMS. Thousands of customers prefer Textbelt over other SMS providers for our ease of setup, simple, predictable pricing packages, and personal support. No recurring billing, unnecessary add-ons, or client libraries. Send 1 free text per day. Create your own key to send more messages afterward. Textbelt offers open-source and paid versions. An SMS provider you can trust. Textbelt has worked with thousands of developers and businesses since 2012. Delivery statuses are not standardized between mobile carriers. For example, some carriers will report SMS as "delivered" when they attempt transmission to the handset while other carriers actually report delivery receipts from the handsets. Textbelt lets you receive replies after you've sent an SMS. Replies are sent by webhook, meaning you will have to set up an HTTP or HTTPS route on your website that will process inbound SMS.
    Starting Price: $3 per 50 texts
  • 15
    Nancy

    Nancy

    Nancy

    Welcome to Nancy, our main inspiration is the Sinatra framework for Ruby and, hence, Nancy was named after the daughter of Frank Sinatra. NancyFx is the name of the umbrella project that contains all the components. Nancy is a lightweight, low-ceremony, framework for building HTTP-based services on .NET and Mono. The goal of the framework is to stay out of the way as much as possible and provide a super-duper-happy path to all interactions. This means that everything in Nancy is setup to have sensible defaults and conventions, instead of making you jump through hoops and go through configuration hell just to get up and running. With Nancy you can go from zero to website in a matter of minutes. Nancy is built to run anywhere and we mean it. Right from the start, Nancy was designed to not have any dependencies on existing frameworks. Built with the .NET framework client profile, Nancy can be used pretty much wherever you want to.
    Starting Price: Free
  • 16
    Stellar Repair for MSSQL
    Stellar Repair for MSSQL recovers tables, triggers, indexes, stored procedures, etc. It recovers deleted records from SQL database tables. Extracts the data from corrupted backup files. Restores SQL database with minimal downtime. It repairs corrupt SQL database (MDF and NDF) files and extracts data from corrupted backup (.BAK). It supports SQL 2022, 2019, 2017, 2016, and lower versions. When the primary filegroup of a database is suspected to be damaged by the SQL server or the transaction log file is missing or has turned corrupt, the database is marked as 'suspect'. Also, events such as SQL server crashes in the middle of a transaction, abrupt database termination, lack of disk space, etc., can bring the database into suspect mode. Consequently, the database becomes inaccessible. The Stellar SQL recovery tool helps recover SQL database from suspect mode and restores SQL database to a normal state (online).
    Starting Price: $299 one-time payment
  • 17
    Yandex Container Registry
    Docker images are placed in fault-tolerant storage. Automatic replication is configured for all data, each replica changes when Docker images are edited, created, or deleted. The service provides containers for Linux and Windows OS. Use them however you want, running on your local machine or on a Yandex Compute Cloud VM. High-speed Docker image operations without expenses for external traffic, Docker image registries are hosted in the same data centers where your cloud infrastructure is deployed. Docker images are transmitted via HTTPS. You choose who can view, pull, push, or delete them. You use a Docker image and we take care of maintaining the infrastructure where your registry is running. You only pay for the space used by your Docker images. You can use the service via the management console, command line interface (CLI), API, or the standard Docker CLI, the service is compatible with the Docker registry HTTP API V2.
    Starting Price: $0.012240 per GB
  • 18
    Komandi

    Komandi

    Komandi

    Komandi is a tool for developers and system administrators. It allows you to insert, favorite, copy, and execute your commands. You can use it to manage your most used CLI commands, detect potentially dangerous commands, and quickly generate commands from natural language prompts. Generate terminal commands from natural language prompts using AI. Komandi allows you to insert, favorite, copy, and execute your commands (AI-generated or manually). It detects and marks potentially dangerous commands to avoid accidental execution. Copy commands and execute commands directly or on specific paths. Available for macOS, Windows, and Linux. Search for commands (allows to execute/copy using shortcuts) and execute commands on different environments. Generate commands from prompts using AI tokens. Yes, you can download the app for free on our website. But you will only be able to use the app for 7 days. After that, you will need to buy a license to continue using the app.
    Starting Price: $19 one-time payment
  • 19
    EMCO Remote Installer
    This remote deployment solution allows you to perform unattended software installation and uninstallation on remote Windows PCs quickly and easily. You can use it to install and uninstall EXE setups and MSI/MSP packages remotely on selected Windows PCs connected to a local network. Also, you can retrieve data on installed software from remote PCs, get aggregated software inventory reports, and keep track of software changes. EMCO Remote Installer is an easy-to-use network application designed for centralized software management and audit across a LAN. It offers a simple and effective approach to remote software distribution and can be used instead of SCCM and other complicated deployment tools. The program allows you to audit software installed on remote PCs across your network and deploy software automatically on remote PCs. The program deploys software in parallel on remote PCs, so you can deploy within a few minutes across the entire network.
    Starting Price: $399 one-time payment
  • 20
    Haber Chat

    Haber Chat

    Haber Chat

    HaberChat is a platform that helps businesses and teams communicate more effectively on WhatsApp. It offers a variety of features to help you manage your WhatsApp communication, including: * Connect multiple WhatsApp numbers from a single platform * Share a WhatsApp number with your entire team * Launch message campaigns * Automate everything with API, code, webhooks and more 7 days free trial. Fully functional, no credit card needed, and no questions asked if you decide to leave after the trial!
    Starting Price: $37
  • 21
    12Port Horizon
    Our agentless platform allows you to quickly segment network workloads and restrict unauthorized traffic to prevent lateral movement and stop breaches. Protecting IT assets across physical, virtual, and cloud environments is increasingly complex. Traditional security can't counter sophisticated threats. Microsegmentation isolates workloads, monitors east-west traffic, and prevents lateral movement, ensuring attackers can't spread to critical areas and enhancing overall network security. Build and enforce security policies based on asset classification using hierarchical taxonomies and tagging. Enforce strict access controls and routinely monitor service traffic, aligning with zero trust principles to provide a comprehensive and flexible security strategy. 12Port Horizon features an agentless architecture, simplifying deployment and maintenance across physical, virtual, and cloud environments without adding complexity.
    Starting Price: $15 per month
  • 22
    AutoRest

    AutoRest

    Microsoft

    The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is a spec that describes the REST API using the OpenAPI specification format and streamlines the creation of client code across multiple programming languages, including C#, Java, Python, TypeScript, and Go. This automation enhances consistency and efficiency in API consumption, reducing the manual effort required to develop and maintain client libraries. AutoRest operates through a flexible pipeline that processes OpenAPI input files, transforming them into a code model which is then utilized by language-specific generators to produce client code adhering to each language's design guidelines. The tool supports both OpenAPI 2.0 and 3.0 specifications, ensuring compatibility with a wide range of APIs. Developers can install AutoRest on Windows, macOS, or Linux systems, with installation facilitated via Node.js.
    Starting Price: Free
  • 23
    Codex CLI
    Codex CLI is an open-source, lightweight coding agent that integrates directly into your terminal, designed to help developers write, edit, and understand code efficiently. By pairing with Codex CLI, developers can leverage the power of AI to streamline their workflow, get real-time code suggestions, and improve their coding accuracy, all from within their command line interface. It provides a seamless, accessible way to enhance coding productivity while staying in the environment developers are already comfortable with.
    Starting Price: Free
  • 24
    CodeSession

    CodeSession

    CodeSession

    CodeSession is a collaborative coding interview platform and web‑based IDE that enables real‑time and take‑home technical assessments without any local setup. With support for over 40 programming and scripting languages, interviewers and candidates work together in a shared environment featuring syntax highlighting, auto-formatting, and customizable code templates. The platform also offers live whiteboarding, integrated take‑home test delivery, unlimited user seats, and permanent interview storage at unique links, ensuring that all sessions can be reviewed at any time. Designed for rapid deployment, most teams are ready to start interviewing within 15 minutes of signing up, and no additional infrastructure or external portals are required. CodeSession captures every keystroke and drawing action, streamlining evaluation of problem‑solving skills and code quality.
    Starting Price: $50 per month
  • 25
    GPT-5 mini
    GPT-5 mini is a streamlined, faster, and more affordable variant of OpenAI’s GPT-5, optimized for well-defined tasks and precise prompts. It supports text and image inputs and delivers high-quality text outputs with a 400,000-token context window and up to 128,000 output tokens. This model excels at rapid response times, making it suitable for applications requiring fast, accurate language understanding without the full overhead of GPT-5. Pricing is cost-effective, with input tokens at $0.25 per million and output tokens at $2 per million, providing savings over the flagship model. GPT-5 mini supports advanced features like streaming, function calling, structured outputs, and fine-tuning, but does not support audio input or image generation. It integrates well with various API endpoints including chat completions, responses, and embeddings, making it versatile for many AI-powered tasks.
    Starting Price: $0.25 per 1M tokens
  • 26
    GPT-5 nano
    GPT-5 nano is OpenAI’s fastest and most affordable version of the GPT-5 family, designed for high-speed text processing tasks like summarization and classification. It supports text and image inputs, generating high-quality text outputs with a large 400,000-token context window and up to 128,000 output tokens. GPT-5 nano offers very fast response times, making it ideal for applications requiring quick turnaround without sacrificing quality. Pricing is extremely competitive, with input tokens costing $0.05 per million and output tokens $0.40 per million, making it accessible for budget-conscious projects. The model supports advanced API features such as streaming, function calling, structured outputs, and fine-tuning. While it supports image input, it does not handle audio input or web search, focusing on core text tasks efficiently.
    Starting Price: $0.05 per 1M tokens
  • 27
    Tauri

    Tauri

    Tauri

    Tauri is a framework that enables developers to build small, fast, secure, cross-platform applications by combining existing web front-ends with Rust-powered back-ends. It supports any JavaScript framework, so you don’t need to change your stack and leverages each operating system’s native web renderer to deliver app footprints as low as 600 KB. Deep inter-process communication bridges your JavaScript UI, Rust core logic, and native Swift or Kotlin components for seamless integration with system APIs. Security is built in from the ground up, with Rust at its center and a team-driven focus on hardening and innovation. The CLI scaffolds new projects via Bash, PowerShell, npm, Yarn, pnpm, Deno, Bun, or Cargo, and includes tools for bundling, templating, and secure defaults, all accessible through a simple “create-tauri-app” command.
    Starting Price: Free
  • 28
    Clarive

    Clarive

    Clarive Software

    Start your DevOps Journey, make application delivery easy with a simple, powerful and unified workflow. The road to continuous delivery starts here. Clarive is the first tool to deliver an integrated experience to both Dev and Ops. Define and schedule your milestones, quality gates and releases to match your product goals and ideas. Package source code or any artifact into changesets that support any review, test or deployment workflow. Follow your release progress through stages and environments while collaborating and iterating on kanban boards and topics. Automate release pipelines to provision infrastructure, resolve dependencies and deploy components. Ideal for Dev teams that want to get started with lean delivery and the right workflow. Replace redundant tools and save time and money. Ideal for Ops teams looking to centralize all delivery processes, coordinate silos and resolve application dependencies.
    Starting Price: €2 per user per month
  • 29
    Codacy

    Codacy

    Codacy

    Codacy is an automated code review tool that helps identify issues through static code analysis, allowing engineering teams to save time in code reviews and tackle technical debt. Codacy integrates seamlessly into existing workflows on your Git provider, and also with Slack, JIRA, or using Webhooks. Users receive notifications on security issues, code coverage, code duplication, and code complexity in every commit and pull request along with advanced code metrics on the health of a project and team performance. The Codacy CLI enables running Codacy code analysis locally, so teams can see Codacy results without having to check their Git provider or the Codacy app. Codacy supports more than 30 coding languages and is available in free open-source, and enterprise versions (cloud and self-hosted). For more see https://www.codacy.com/
    Starting Price: $15.00/month/user
  • 30
    DxEnterprise
    DxEnterprise is multi-platform Smart Availability software built on patented technology for Windows Server, Linux and Docker. It can be used to manage a variety of workloads at the instance level—as well as Docker containers. DxEnterprise (DxE) is particularly optimized for native or containerized Microsoft SQL Server deployments on any platform. It is also adept at management of Oracle on Windows. In addition to Windows file shares and services, DxE supports any Docker container on Windows or Linux, including Oracle, MySQL, PostgreSQL, MariaDB, MongoDB, and other relational database management systems. It also supports cloud-native SQL Server availability groups (AGs) in containers, including support for Kubernetes clusters, across mixed environments and any type of infrastructure. DxE integrates seamlessly with Azure shared disks, enabling optimal high availability for clustered SQL Server instances in the cloud.