Search

You can find the results of your search below.

How to write scripts for WinRM + AD Connector
6 Hits, Last modified:
ful about line ending. If you are using connector server on Linux environment be sure that python script h... ["paramName"] # For getting attribute you can use prepared method winrm_wrapper.getParam("paramName") wh... aram("sAMAccountName") # For logging you can use prepared method from wrapper winrm_wrapper.writeLog("C... _=" + uid) sys.exit() Powershell When connector server is on Windows use Write-Output instead of Write-H
  • by tsunami