How to Run Batch File placed on a Server using Command Prompt (cmd)?

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.

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 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 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.

Up ↑