How To Monitor a Folder changes using Powershell
In our environment, large numbers of users are working on a daily basis and it very difficult to track what
How to encrypt and store Passwords securely in PowerShell
As a system Admin, managing automation scripts passwords in PowerShell is a tricky task. There is always risk that someone
How to Get average CPU usage of a computer in last x minute with Powershell
We got the requirement to monitor the performance for few minutes before starting the activity (CPU usage of a computer
How to combine the elements of two arrays using Powershell
An array is a data structure that is designed to store a collection of items. The items can be the
How to Use PowerShell to Detect Logins and Alert Through Email using SendGrid
From Microsoft MSDN, The Get-WinEvent data from event logs that are generated by the Windows Event Log technology introduced in
How to delete files older than 30 days automatically using PowerShell
Delete files older than 30 days: In many scenario we will store large number of non-important files on a different
How to Read Multiline User Input in Powershell
Here we will discuss about reading multi line inputs from command line using PowerShell. In some time we often get
How to write data to an xml file using Powershell
Recently, I came up with a requirement of updating an config file (Xml data) in our PROD environment without login
Use PowerShell to create compressed ZIP files
In many scenarios, we will have a requirements for handling to create zip archives or extract files from existing archives
How to Use Multidimensional arrays in Powershell
Before I show you how multi-dimensional arrays work, let we start what is an array. By default, PowerShell assumes that
Reading XML Files With PowerShell
Handling XML with PowerShell is very simple. It converts XML elements to properties on .NET objects without the need to
Creating HTML report with CSS (Cascading Style Sheet) using Powershell
All Tech/non Tech peoples loves a nice HTML report for reviewing. Creating these type of reports in PowerShell is very
Move files to another directory Based on Filename with Powershell
Where this code required? In many scenario, we will got the requirement for moving the specific files from the large
How to Find Out Specifications of Server Using PowerShell
When you are running a Windows server and you need to find out the specification of your serversย then this
Upload files with Powershell GUI
In many scenarios, we will get the requirement to upload the reports, tracker from one location to another location ,