cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anony_mous
Frequent Visitor

Power Apps

Hi All,

I am working on power apps from past 1 week I am trying to open a VM address when a button is clicked.I tried with launch function but it is not working.Please give some suggestions can we open a VM address in power apps by using any of the power apps function available. If not when a button is clicked atleast it should show the remove desktop connection popup window.All suggestions are Welcome.Thank you in advance.

 

Regards,
Anony_mous

1 REPLY 1
Sahir_Maharaj
Community Champion
Community Champion

Hello @Anony_mous,

 

You can open a remote desktop connection in Power Apps by using the "Launch" function and specifying the appropriate URL for the remote desktop protocol (RDP).

 

The URL for RDP is typically in the format of "rdp://[hostname or IP address]:[port]".

 

Here is an example of how to use the "Launch" function to open a remote desktop connection:

  1. Create a button on your Power Apps form.
  2. Set the OnSelect property of the button to the following formula:

 

Launch("rdp://[hostname or IP address]:[port]")

 

Note: You may need to modify the hostname or IP address and port to match your specific remote desktop connection.

 

This should open the remote desktop connection when the button is clicked. If you are unable to open the remote desktop connection, you may need to check the network configuration or firewall settings to ensure that the connection is allowed.


Did I answer your question? Mark my post as a solution, this will help others!

If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂

Kind Regards,
Sahir Maharaj

Data Scientist | Data Engineer | Data Analyst | AI Engineer

➤ Website: https://sahirmaharaj.com

➤ Email: sahir@sahirmaharaj.com

➤ Lets connect on LinkedIn: Join my network of 10K+ professionals

➤ Want me to hire me? Lets chat about how I can add value to your business!

➤ Follow me on Medium: Sharing my knowledge about data science, artificial intelligence and tech


Helpful resources

Announcements
March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

Top Solution Authors
Top Kudoed Authors