I published an update of the PSTypeExtensionTools module to the #PowerShell Gallery. Now with better preview options. Take a look at the project's README to get started. This is how you get PowerShell to do more for you. github.com/jdhitsolutions/PS…
ALT Preview PSTypeExtensions https://github.com/jdhitsolutions/PSTypeExtensionTools
Added a new command to the DiskReportingTools module. Install from the #PowerShell Gallery after checking out the project's README github.com/jdhitsolutions/Di…
ALT Show-FolderUsageAge https://github.com/jdhitsolutions/DiskReportingTools
I've published an update to the new DiskReportingTools #PowerShell module. New command to display folder usage by extension. I also updated commands to output raw data so you can create your own visualizations. github.com/jdhitsolutions/Di…
ALT Show-Folderusage https://github.com/jdhitsolutions/DiskReportingTools
ALT Custom formatting using the pwshSpectreConsole module
This June, I'll be in Scotland for WorkPlace Ninjas UK followed by #PSConfEU in Sweden. Wondering if there is an event or something I could fill my time with in between events: 19-21 June. I'm open to invitations.
Did you know you can insert saved text into your Windows Terminal sessions? Open the JSON settings file and define the input. Save the file. In Windows Terminal, open the command palette and start typing 'send'. The text will be inserted into any terminal tab.
ALT Adding an action to the Windows Terminal settings file
The #PowerShell community needs your vote. Nominations are open for the 2025 PowerShell Community awards which will be announced at #PSHSummit. Please visit survey.sogolytics.com/r/Iwcr… by 3 April 17:00 Eastern to cast your votes.
My premium #PowerShell newsletter is more than another email. I write each post as I would a small chapter in a book. Think of it as subscribing to a never-ending book that teaches you PowerShell. buttondown.com/behind-the-po…
🎥 Get a sneak peek into our Advanced Windows Security Course!
💻 Curious what our classes look like?
Experience it by watching a module led by @SamiLaiho – Windows Internals: Memory Management.
See what you can look forward to.
Check it out: cqureacademy.com/blog/awsc-s…#CQURE
Recently we started rolling out a new copy as table feature for Snipping Tool to #WindowsInsiders
I hope you like it 😊
aka.ms/wip27729
ALT A screenshot from the linked blog post, saying "We are rolling out an update for Snipping Tool (version 11.2409.23.0 and newer) to Windows Insiders in the Canary and Dev Channels that introduces a new “Copy as table” feature.", with an example of doing this with some F1 racing info in a table
Learn more about AI’s dual role in cybersecurity during @PaulaCqure’s session at it-sa Expo&Congress!
🚀 The Wind of Change: Strategic View on Cybersecurity Operations and Threats
📅 October 22, 2024, 2:30 PM CEST | Nuremberg, Germany
🎟️ Register: itsa365.de/en/it-sa-expo-con…
This one is dedicated to our friend @JeffHicks .
Thanks for the inspiration, Jeff!
$params = @{
TargetName = 'dns.google'
TcpPort = 53
}
Test-Connection @params