[ansible-project] Ansible-Project. ::: Launching applications remotely with GUI

2019-09-26 Thread Harini K
Hi Team, https://grokbase.com/p/gg/ansible-project/164593543v/launching-applications- remotely-with-gui With reference to above discussion, could you pls guide me. I tried with the below options of launching application in GUI mode. Procedure : #1 Enter-PSSession -ComputerName -Credential

[ansible-project] [Ansible-Project] Launching applications remotely with GUI

2019-09-26 Thread Harini K
I tried with the below options of launching application in GUI mode. Procedure : #1 Enter-PSSession -ComputerName -Credential $cred Start-Process 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk' Procedure: #2 Invoke-Command -Computername -ScriptBlock

[ansible-project] Re: [Ansible-Project] Launching applications remotely with GUI

2019-09-26 Thread Harini K
Reference to old post with the same problem : https://grokbase.com/p/gg/ansible-project/16442gt7pz/launching-applications-remotely-with-gui I tried with the below options of launching application in GUI mode both through Power shell and Ansible (win_shell) *Option #1:* Enter-PSSession -Comput

[ansible-project] Re: [Ansible-Project] Launching applications remotely with GUI

2019-09-27 Thread Harini K
Many Thanks Jordan, that was really helpful. It worked. On Friday, September 27, 2019 at 2:51:43 AM UTC+5:30, Jordan Borean wrote: > > The same comments in that linked post still pretty much applies here. > There is never a guarantee that there will always be an interactive session > that

[ansible-project] Ansible on Windows Environment

2019-10-22 Thread Harini K
Hi, We followed below steps to use Ansible on Windows. 1. Installing Ansible on Cygwin 2. Using Host machine as Windows machine 3. Using Powershell to perform actions. The issues which we are facing are : 1. On launching any application it launches as background task (service). 2. PSExec whe

[ansible-project] Re: Ansible on Windows Environment

2019-10-23 Thread Harini K
Thanks Jon for the Response! Let me explain it in a detailed way. we would be performing the below Tasks using Ansible and since this is WIndows Environment, we are using the Powershell Scripts. 1. Create VM ( Working as Expected) 2. Launch the Application (Here, the application is launched as