Shellcheck: Check directories recursively
In this post, you will learn how to use the ShellCheck tool to scan your shell/bash script directories recursively. ShellCheck is a shell script static
In this post, you will learn how to use the ShellCheck tool to scan your shell/bash script directories recursively. ShellCheck is a shell script static
You can use any one of the below commands to check if FIPS has been enabled in your windows operating system or not. Method 1:
In this post, you will learn three different ways to download remote files using the URL in Powershell. Below are three different ways that you
In this post, you will learn how you can install MSI files using PowerShell. You can use the Start-Process cmdlet to install the MSI file
You can check if a value or string exists in an array using the Contains method from an array. Below is a simple example: I
Below is a list of different approaches that can be used to get all the environment variables in windows using PowerShell. Get specific environment variable
The If-Not operator is used to convert a value from true to false, or from false to true. Similarly, if an operand evaluates to true, a
In this tutorial, you will learn how to read JSON files in PowerShell. Read from user.json file. user.json file. Read from URL I hope you
You can delete one or more files/folders in PowerShell using the Remove-Item cmdlet. It can delete many different types of items, including files, folders, registry keys,
In this tutorial, we gonna upload files and folders to the AWS s3 bucket using PowerShell. First, you’ll need to install the general AWS.Tools.Installer package, for
In this post, we will be configuring Jenkins to execute the PowerShell scripts on Windows. We gonna use Jenkin’s PowerShell plugin to achieve this. Jenkins
In this post, we gonna create a Text file using PowerShell. Using the New-Item cmdlet we can create a text file and with the Set-Content cmdlet, we can
In this post, we gonna write a PowerShell script to SVN checkout or update the destination folder with the PowerShell script. We gonna create a
In the PowerShell window, type in the following command: Make sure to change the actual path of the file you want to zip and the