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 each computer and save the results to an XML file.
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 you have it, working with JSON data can be easy
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 the Array or Object from the XML using Powershell. PowerShell
Work with Environment Variables using Windows PowerShell – Part I
Question: Hey dotnet-helpers, I wanted to see the values of all the Environment variables in my servers/PC, How do I do this in PowerShell? Dotnet-helpers Reply : Windows environment variables provide information about the Windows
How to Un-ZIP compressed files using PowerShell Expand-Archive cmdlet
In the previous post, we have discussed how to zip the folder/files, so here we going to discuss how to unzip files and folders archives. The process is even easier than compressing them; all you
How to Remove Empty Folders/Directories recursively with PowerShell
As part of System Admin, you will have control of more servers and there may be hundreds of empty folders as junk files which may take up your hard disk. While the junk files occupy
Creating Multiple Tables in single HTML Report using Powershell
Actually System Admins do a lot stuff with Powershell Scripts. Often in Powershell you get lists where data is collected in table format. All Tech/non Tech peoples loves a nice HTML report for reviewing. Creating these