Community discussions

MikroTik App

Search found 1 match

by nateingalls
Thu Nov 09, 2017 6:16 pm
Forum: Scripting
Topic: Powershell Module
Replies: 23
Views: 23117

Re: Powershell Module

Sorry to bump an old thread but I'm wondering how to run Torch through this module. I just need the first result Torch gives me and then end the command. I tried running the following: Import-Module –Name "C:\location\of\Mikrotik.dll" -Verbose $C=Connect-Mikrotik -IPaddress ip.of.mikrotik ...