githubEdit

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 Templatechevron-right

And then build and publish your Action:

Build and Publishchevron-right

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

Overviewchevron-right

Portable PowerShell

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

Last updated