PowerShell

In BrazenCloud, a PowerShell Action in an Action that primarily runs a PowerShell script. BrazenCloud does not limit anything in the PowerShell script unless you include a security.json file, so the only restrictions are going to be host, OS, and PowerShell related.

Getting Started

You can create your own PowerShell Actions using the PowerShell Action template:

Using the Template

And then build and publish your Action:

Build and Publish

When you are ready to move on to more advanced developing, check out:

Overview

Portable PowerShell

Since BrazenCloud can deliver executables in Actions, you can also leverage the portable version of PowerShell 7 to run PowerShell scripts without needing to install PowerShell on any host that supports PowerShell 7.

Last updated