I have published a new version of the PSPodcast module to the #PowerShell Gallery. Check out the Get-AboutPSPodcast command.
https://github.com/jdhitsolutions/PSPodcast

I have published a new version of the PSPodcast module to the #PowerShell Gallery. Check out the Get-AboutPSPodcast command.
https://github.com/jdhitsolutions/PSPodcast
In an hour, the latest episode of the PowerShell Podcast is live!
I interview and get some great lessons in leadership with Don Jones and Jeffrey Snover
In this clip, Snover drops wisdom on storytelling and being a force-multiplier. #powershell
1/2
Automating Microsoft 365 with PowerShell Update #11
Update #11 for the Automating Microsoft 365 with PowerShell eBook is now available for subscribers to download. The eBook is now over 300 pages long and includes extensive coverage of using PowerShell to interact with Exchange Online, Teams, Planner, SharePoint Online, and OneDrive for Business data using workload modules or the Graph APIs (and Microsoft Graph PowerShell SDK).
https://office365itpros.com/2025/04/28/automating-microsoft-365-ps11/
#PowerShell #Microsoft365
PowerShell Wednesdays are now on YouTube! Learn from Lucas Allman about pipelines and level up your skills. Join us live every Wed at 2PM ET on PDQ Discord! Full video in comments. #PowerShellWednesday #PowerShell
Windows #PowerShell 7.5.1 has been released on #Windows10 and #Windows11
https://www.elevenforum.com/t/windows-powershell-7-5-1-has-been-released.35524/
PowerShell Weekly for April 25, 2025 is here! Delve into the latest trends, scripts, and discussions in the PowerShell world. Essential reading for every PowerShell user!
#PowerShell #Automation #TechNews
https://psweekly.dowst.dev/?p=7783
I tried to figure out how to change the default font in #Outlook (being annoyed that I would have to change it in 2 places if doing it manually through File > Options > Mail > Compose messages > Stationery and Fonts for New mail messages and for Replying or forwarding messages)
I asked #MSCopilot
It proposed the #PowerShell command
Set-MailboxMessageConfiguration -Identity $userPrincipalName -FontName $fontname
Turns out that is wrong. Correct is
Set-MailboxMessageConfiguration -Identity $userPrincipalName -DefaultFontName $fontname
While the AI help me to get on the right track, this demonstrates how dangerous (blindly) trusting the AI result is.
If this wouldn't have been easily verifiable (because it was basically a single line of code) and didn't fail it could have caused any serious of problems.
@andros totalmente de acuerdo. Aunque yo soy de la vieja escuela, y he de decirte que desde que uso #Powershell en #Linux awk y compañía me parecen herramientas “arcaicas”. Ya en su día me pasé a #Fish porque como piensan los de #Fish el estándar #POSIX está anticuado y no evoluciona… #NuShell me pareció interesante también, pero me pilló que me había acostumbrado a #Powershell ya.
Have you seen what's new in the #PowerShell Gallery? Use the PSGallery reports. https://github.com/jdhitsolutions/PSGalleryReport
I am not currently watching Mastodon - find me on Bluesky at https://bsky.app/profile/joshooaj.com and let’s talk #powershell , #devops , #dotnet , #vscode , or just come say hi !
PowerShell Windows Security
wbMSPsecurity 1.0: PowerShell Module – Securing your Windows workstation has never been easier. With 48 powerful controls, your Windows devices stay protected.
https://wadebach.blackcatwhitehatsecurity.com/security.cfm
#PowerShell #Windows #Security #programming
Why aligning equals signs in #PowerShell hash tables matters https://mikefrobbins.com/2025/04/23/why-aligning-equals-signs-in-powershell-hash-tables-matters/
PowerShell Windows Diagnostics
PowerShell wbMSPmodule1.7 update brings a simple yet effective PowerShell diagnostic tool for your Windows workstation.
https://wadebach.blackcatwhitehatsecurity.com/powershell.cfm
#PowerShell #Windows #Diagnostics #programming
Here's a module I use to display a large, customizable clock on my Windows desktop using a WPF-based #PowerShell tool. https://github.com/jdhitsolutions/PSClock
PowerShell Windows Security
wbMSPsecurity 1.0: PowerShell Module – Securing your Windows workstation has never been easier. With 48 powerful controls, your Windows devices stay protected.
https://wadebach.blackcatwhitehatsecurity.com/security.cfm
#PowerShell #Windows #Security #programming
If you are a fan of The #PowerShell Podcast, you might want to try the PSPodcast module. I recommend looking at the project's README. https://github.com/jdhitsolutions/PSPodcast
PowerShell 101 by Mike F. Robbins is free with a Leanpub Reader membership! Or you can buy it for $7.99! http://leanpub.com/powershell101 mikefrobbins@fosstodon.org #PowerShell #Devops