Introducing ‘PSDecode’ Powershell Module [v0.9.0]

PowerShell based module that can decode System Errors, Exit codes, port numbers, HTTP Statuses and MAC Vendors. This module can be used to quick lookup Error descriptions, to add verbosity to your custom error messages and for a better Error Handling, Investigation, and Analysis.

Technically the module offers a set of cmdlets that query a database of Error/Exit codes, port numbers, and MAC addresses which totals to 83049 individual records as of now when I’m writing this blog.… Read More Introducing ‘PSDecode’ Powershell Module [v0.9.0]

[New Version] Gridify PowerShell Module v0.9.2

What’s New?

The Set-GridLayout cmdlet now accepts [System.Diagnostics.Process[]] objects as a parameter instead of Process ID’s.

‘-IncludeSource’ switch to add source process in the grid layout

A new ‘Cascade’ layout is available now. Cascade layout sets all application in a step-like layout, such that the next one overlapping the previous one

Ability to define application width ratios in a -Custom Layout. This enables you to define width-ratio of applications in every row, to give the ability to customize application width sizes as per the requirement.

Like, to define a ratio precede the asterisk of that application with a number such as -custom “*2*3*” is 1:2:3… Read More [New Version] Gridify PowerShell Module v0.9.2