Anwendungsfall

Devolutions Server + Devolutions Hub Business + PowerShell Secret Management

Integrating Devolutions Server and Devolutions Hub Business with internal PowerShell scripts and Enhanced command-line capabilities

How to leverage PowerShell secret management with Devolutions Hub and Devolutions Server.

Who is this use case for?

This use case is for IT professionals in organizations seeking to integrate Devolutions Server and Devolutions Hub Business with internal PowerShell scripts and enhanced command-line capabilities.

The problem

Traditionally, credentials in PowerShell scripts are included as plaintext, leading to degraded security and increased attack surfaces. In addition, quickly rotating passwords became difficult as locating all of the stored plaintext passwords was not an easy task.

The solution

How does an organization enhance PowerShell script security and increase PowerShell command-line tool flexibility? With the Devolutions Server and Devolutions Hub Business PowerShell Secret Management modules, you gain the ability to integrate stored secrets and credentials into your existing PowerShell scripts and processes. Rotate a password in Devolutions Server and see the change on the next run of your script, without needing to track down all instances and manually update the scripts!


How it works

  1. Install the PowerShell Secret Management Devolutions Hub Business or Devolutions Server modules.
  2. Import the modules with Import-Module.
  3. Retrieve a secret with Get-Secret or create a new secret with Set-Secret.

Summary of benefits