malthe commented on issue #19739:
URL: https://github.com/apache/airflow/issues/19739#issuecomment-1829176375

   @sksirajbasha I haven't used Rundeck personally, but perhaps you can try 
first to use the built-in remoting command from Windows.
   
   Something like this:
   
   ```powershell
   $ Invoke-Command -ComputerName 10.0.0.22 -ScriptBlock { Get-ChildItem C:\ } 
-credential batman
   ```
   
   I'm assuming that your system is Windows system running the default setup. 
You're then supposed to be able to log into an administrator account using a 
username/password combination.
   
   For some more background information, see 
https://www.maltheborch.com/2022/02/powershell-remoting-on-windows-using-airflow.html.
   
   But rest assured, lots of people have been successfully using this operator 
– and of course the underlying Python package, https://pypi.org/project/pypsrp/.
   
   If you have further questions, perhaps open a new issue with a complete bug 
report because this issue right here is about something else.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to