TAST tool Menu
TAST Adaptors
Adaptors examples
TAST Integrations
Interesting features
Documentation of technical administration
Modeling recommendations
Training in the TAST tool
TAST tool Menu
TAST Adaptors
Adaptors examples
TAST Integrations
Interesting features
Documentation of technical administration
Modeling recommendations
Training in the TAST tool
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:/