Run a Batch File placed on a server using the command line in Windows OS. This is helpful in automating tasks and running scripts on a different server.
How to check if your Website is Slow?
You can use below given curl command to check the website response and if expected response is received within the timeout time, we can check its slowness.
How to Format Date and LocalDate in Java?
To format Date and LocalDate in specified formats. Refer the below code snippet: We have used SimpleDateFormat and DateTimeFormatter libraries.
How to Move File using PowerShell?
Move Files from one folder or directory to another folder or directory using the PowerShell. This is helpful in PowerShell Automation scripts.
Initiate One to One Microsoft Teams Call using PowerShell
In this post, we will make a 1-to-1 call in Microsoft Teams using PowerShell. This is helpful for any automation where you need to remind the user about something.
How to Copy File using PowerShell?
Use the below command to copy a file using PowerShell. You can also rename the destination file using the below commands.
How to Connect to Native Outlook using PowerShell?
To connect to native Outlook Application using PowerShell. Outlook Application should be already logged in. Find the PowerShell Code below:
How to Run PowerShell Script on Windows Startup?
This is useful when you want to run any automation created using PowerShell on Windows Startup. To run PowerShell script on startup.
How to open any Application on Windows Startup?
To open or run any application when windows PC or desktop starts, go by the given below steps. Let us take an example of opening Firefox on Startup.
How to make Skype Call using UiPath Studio?
In the Properties section, check IsScript and select TypeArgument as 'String'. Now you can save and run the process to make a skype call.
You must be logged in to post a comment.