Site icon Dotnet Helpers

Powershell

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

812, 2018

Creating HTML report with CSS (Cascading Style Sheet) using Powershell

By |Tags: , , , , , , , , , , |0 Comments

All Tech/non Tech peoples loves a nice HTML report for reviewing. Creating these type of reports in PowerShell is very easy and simple. These type of nice HTML reports can be generate with the help

Exit mobile version