Quickly extracting all links from a web page using the PowerShell
We are maintaining 500+ client websites in our environment. Some day before we received a request to get the list of links/Images used on each
Run BAT File From PowerShell Script
To Run BAT File from PowerShell Script, you can run it manually from the PowerShell (or make the PowerShell execution in the windows scheduler run
How to Create Your First simple Jenkins Pipeline
In our first Jenkins tutorial for beginners, we focused on how to install and configure Jenkins. In this tutorial, How To Create Your First simple
Install Jenkins on Windows – A Step-By-Step Guide
In this article, we will go through the steps to download and install Jenkins on Windows. Jenkins is a free and open-source automation software used
How to Convert YAML to JSON / JSON to YAML using PowerShell
A few days back my team member asked, Is there an easy way to convert YAML to JSON and JSON to YAML using scripts? As
Passing Local Variables to Remote PowerShell session
While working with automation in remote computers using PowerShell, you'll come across many scenarios where you may want to use local variables or input data
How to remotely get computer CPU and memory usage
Requirement: One of my clients requested to check the status of the CPU utilization and Memory usage before starting the deployment. If any utilization is
Downloading a file with PowerShell
Scenario: We got a requirement to download the Excel files on a daily basis from the webpage and need to process the same automatically (window
How to Extract Specific Files from ZIP Archive using PowerShell
When is this required (Real-time Scenario)? In our blog, we already discussed the zip and unzip files using Powershell. In this post, we are going
How to Pass function as a parameter in PowerShell
I got a few questions to my inbox, that is "How to pass the function as a parameter (calling function from another function) using PowerShell".
When to use Tee-Object Cmdlet in PowerShell
In this blog post, we will discuss about Tee-Object cmdlet in PowerShell. Previously I am not got a chance to use this cmdlet in any
How to add XML values to the PSCustomObject using Powershell
We already discussed the reading/Writing XML file using PowerShell in previous posts and How to add values to the string array from XML using Powershell.
Performance comparison between FOREACH LOOP and FOREACH-OBJECT using PowerShell
If you're familiar with any programming language then you're probably also familiar with a ForEach loop. A ForEach loop is a simple language construct that
How to Check if a PowerShell Script is Running with Admin Privileges
In one of my PowerShell automation, the automated script needs to run with Admin mode. So to avoid the error during the scrip execution, we
How to Quickly Find Hyperlinks in Excel using PowerShell
I recently had the requirement to fetch out all of the hyperlinks from a Large excel worksheet to prepare another document and its repetitive monthly
How to call REST APIs using Powershell
What is API? The API is not the database or even the server, it is the code that governs the access point(s) for the server.
How to Create XML file for the current Running services using Powershell
As a System Admin, I came up with a requirement of creating an XML file for a currently running process from Multiple systems as output
Creating a Simple XML Document using Powershell XmlWriter()
Recently, I came up with a requirement of creating an XML file as output using PowerShell code. I want to get some service information from
Merge/Combine JSON objects using Array in PowerShell
In which Scenario do we use JSON object? Mostly When REST APIs return data in JSON format, you can get at it through PowerShell.So there
How to add values to the string array from xml using Powershell
We already discussed the reading/Writing XML file using PowerShell in previous posts. Now in this post, we will discuss how to add the value to