PowerShell
827 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
๐Ÿ“ฆ PSProfiler

A great tool that will measure the execution time of each line of your script.

This measures the script block and returns the times executed for each line in the script block.

https://www.powershellgallery.com/packages/PSProfiler

#module
๐Ÿ“ฆ PSScriptAnalyzer 1.19.1

New Rule: AvoidUsingDoubleQuotesForConstantString (disabled by default)

When the value of a string is constant (i.e. not being interpolated by injecting variables or expression into such as e.g. "$PID-$(hostname)"), then single quotes should be used to express the constant nature of the string.

#module
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ“ฆ PoShLog

PoShLog is powershell cross-platform logging module. Allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog.

#module