This shows you the differences between two versions of the page.
en:powershell_execution [2021/10/29 05:35] montse created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======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:/ | ||