Powershell

1808, 2019

How to combine the elements of two arrays using Powershell

By |Tags: , , , , , , |6 Comments

An array is a data structure that is designed to store a collection of items. The items can be the same type or different types. PowerShell (like most other languages) stay the same length once

906, 2019

How to Use PowerShell to Detect Logins and Alert Through Email using SendGrid

By |Tags: , , , |0 Comments

From Microsoft MSDN, The Get-WinEvent data from event logs that are generated by the Windows Event Log technology introduced in Windows Vista.And, events in log files generated by Event Tracing for Windows (ETW).By default, Get-WinEvent

1805, 2019

How to delete files older than 30 days automatically using PowerShell

By |Tags: , , , |0 Comments

Delete files older than 30 days: In many scenario we will store large number of non-important files on a different location, and its very difficult to delete those huge files old files monthly wise, to

2402, 2019

Use PowerShell to create compressed ZIP files

By |Tags: , , |0 Comments

In many scenarios, we will have a requirements for handling to create zip archives or extract files from existing archives with programmatically .ย  From PowerShell 5.0, it provided two cmdlet for creating and extracting zip

Go to Top