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. https://t.co/GIX4HW62rV
Added a new command to the DiskReportingTools module. Install from the #PowerShell Gallery after checking out the project's README https://t.co/DMnQFAU5s4
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. https://t.co/DMnQFAU5s4
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.
The #PowerShell community needs your vote. Nominations are open for the 2025 PowerShell Community awards which will be announced at #PSHSummit. Please visit https://t.co/p6i5pZmxVf 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. https://t.co/ZTZNuLVWlz
🎥 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: https://t.co/WEga1RnOim
#CQURE
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: https://t.co/rxmmJJcKqm
This one is dedicated to our friend @JeffHicks .
Thanks for the inspiration, Jeff!
$params = @{
TargetName = 'https://t.co/Eyz8cHR7d8'
TcpPort = 53
}
Test-Connection @params