Announcing PowerShell 7.1

We’re proud to announce the release of PowerShell 7.1, the latest major update to PowerShell 7. This release includes a number of improvements and fixes that build on top of the PowerShell 7.0 release in March and the recent GA release of .NET 5. Since then, the PowerShell Team (and many of you, our community contributors, thank you!) have been hard at work addressing some of the community’s top bug reports and feature requests.Joey Aiello

Announcing PowerShell 7.0

Today, we’re happy to announce the Generally Available (GA) release of PowerShell 7.0! Before anything else, we’d like to thank our many, many open-source contributors for making this release possible by submitting code, tests, documentation, and issue feedback. PowerShell 7 would not have been possible without your help.Joey Aiello

Self-Destruct

Sometimes we need want to play secret agents, sometimes we just want to remove our trail. Remote execution is one thing and …

Find mp3 files with low Bit Rate

Here’s a function to find all folders containing mp3 files (listed if ‘-details’ switch is used) with a bit rate under the …

YAWPU

YAW what!? No, I’m not trying to learn some Iroquoian language. That’s just the acronym of the useless script I just wrote …

Convert value in CSV file

Someone asked me recently how to convert a field value in a CSV file before to process the file with Log Parser. …

Off-topic – Merci Manu!

Holly shit, they did it! Exceptionally, this will be the only english sentence of this post. English is not my native language, …

Off-topic – Animagraffs

This post is absolutely off-topic and has nothing to do with PowerShell (or IIS my second hobby…) but we are currently in …

Tips & tricks from Jeffrey Snover

Want to know the tricks of the architect and inventor of Powershell, Jeffrey Snover? Click on the course (Advanced Tools & Scripting …

POODLE: SSLv3.0 vulnerability (CVE-2014-3566)

Microsoft’s products were not affected by HeartBleed but this time, even if the criticity is far less, Microsoft’s products are in the scope.
This vulnerability (CVE-2014-3566) allows the plaintext of secure connections to be calculated by a network attacker. This issue has been discovered by Bodo Möller (Google Security Team) in collaboration with Thai Duong and Krzysztof Kotowicz.

Enhanced profile – Display my custom functions

Somehow, I can be compared to a goldfish : my memory is really, really poor… And I do eat fish! But no, I can’t help…
Sometimes I wrote a usefull function that I embed in my profile and some weeks after (ok, even the very next day) I forget about it… So, here’s my solution: list these functions in a MOTD way. Each time I open a PowerShell console, the list is displayed and my memory gets refreshed.

Working behind a proxy

New job, new PC, erf… new things to configure. Ok, I’ve created my profile, now I would like to have an up2date …

Scroll to Top