powershell_execution [TAST DokuWiki ]

User Tools

Site Tools


Sidebar

First steps in TAST

What is UML

Computer setup for TAST use

FAQ

Recognized Issues

TAST tool Menu

TAST Adaptors

Adaptors examples

TAST Integrations

Interesting features

Documentation of technical administration

Modeling recommendations

Training in the TAST tool

powershell_execution

Powershell Execution


You can execute powershell commands through TAST. To be able to do this, all you need to do is make a user adaptor, and use the executeCommand predefined function. In this function you need to add in the “command” parameter the following:

powershell.exe (command)

powershell.exe followed by the command of choice. For example, if you wanted to go to your C drive, you would add this value in the “command” parameter:

powershell.exe cd C:/

powershell_execution.txt · Last modified: 2023/12/18 14:45 (external edit)