MTS
MTS copied to clipboard
Automation Tools for PHP
Hello I have tried your solution with reading registry data from localhost. (Installed software). It worked fine. But how can i read registry values from a remote pc? I have...
```php $shellObj = \MTS\Factories::getDevices()->getLocalHost()->getShell('powershell'); ``` Throw Exception ``` MTS\Common\Devices\Actions\Local\Host\Shell::execute>> Powershell not available on localHost ``` How to fix that?
Hi @merlinthemagic Your repo looks fantastic just what I need, but I was after some help. (I wasn't sure if to post here or in MTM-SSH, sorry if it's wrong)...
Linux allsend 5.4.65-v7.2.el7 #1 SMP Thu Sep 24 14:33:14 UTC 2020 armv7l Error in setup: Could not determine OS distribution
- edit readme.md - edit install.md - edit OsName `Windows` to `windows` (lowercase) - add example This important because: - MTS dont have example to prove that what is MTS,...
How to enable the web driver, I check for availability on this service https://intoli.com/blog/not-possible-to-block-chrome-headless/chrome-headless-test.html When using MTS, it shows that it is disabled ... How can I turn it on?...
Fatal error
Hi merlin, i am using your great script to automate some task, but the script after a while stops and show me the attached error.  i think is timeout...
using your example code ```php $shellObj = \MTS\Factories::getDevices()->getRemoteHost('ip_address')->setConnectionDetail('username', 'password')->getShell(); ``` results in ``` $ php index.php PHP Fatal error: Uncaught Error: Call to a member function getPathAsString() on boolean in...
Hi merlinthemagic,, Sorry for opening new issue. As I have already followed this thread. **Amazon daily deals page not loading completely** I have followed your thread and able to go...
Hi, is there any version for mac?