Thank you! I'll take a look along with creating my own Plaster template.
github.com/jimbrig/PSSt...
@bmkaiser.com.bsky.social
#PowerShell professional living in New England Website: https://bmkaiser.com GitHub: https://github.com/bmkaiser LinkedIn: https://linkedin.com/in/bmkaiser
Thank you! I'll take a look along with creating my own Plaster template.
github.com/jimbrig/PSSt...
I see that you have also used Stucco in the past. Do you still like that tool? Are there things you don't like about it?
gilbertsanchez.com/posts/stucco...
Also, is everything just built on top of Plaster?
09.06.2025 20:54 β π 0 π 0 π¬ 1 π 0What are you using for #PowerShell module scaffolding? Seems that most tools that I have found are in need of some TLC. What am I missing?
09.06.2025 20:40 β π 2 π 1 π¬ 1 π 0If you're looking for some truly amazing humans from the #PowerShell community to follow, @dougfinke.bsky.social has been doing work curating a handy list: clearsky.app/dougfinke.bs...
13.04.2025 22:20 β π 17 π 2 π¬ 3 π 2In case you're curious, this was the post in question:
11.04.2025 14:57 β π 0 π 0 π¬ 0 π 0A screenshot of a Reddit post comment by /u/jsnover that says: This seems to be telling you that $PSCMdlet is null. That would happen if you are using a function vs an Advanced Function Try adding a [CmdletBinding()] directive. Jeffrey Snover [MSFT]
The internet is really great sometimes π Thanks to @jsnover.com on Reddit 10 years ago, I was able to solve a #PowerShell problem while following @kevmar.bsky.social amazing article on handling errors that now lives on #MicrosoftLearn π€―
learn.microsoft.com/en-us/powers...
Weβve taken a look at #LEGO 40761 The Lord of the Rings: SmΓ©agol & DΓ©agol which is currently a free gift with purchases of 10354: The Shire! brickset.com/article/1202...
02.04.2025 14:31 β π 5 π 2 π¬ 0 π 0Along with all of todayβs #Switch2 excitement, itβs also the first day to order this amazing #Hobbit set from #LEGO for Insiders!
Orders before Apr. 8 also get the #LotR SmΓ©agol & DΓ©agol mini set discovering The One Ring
New features coming to #BotW and #TotK on #Nintendo #Switch2! Includes #Zelda Notes to help find a shrines and Korok seeds and Autobuild blueprints sharing!!
02.04.2025 22:08 β π 2 π 0 π¬ 0 π 0amiibo figures of Tulin, Yunobo, Riju and Sidon from The Legend of #Zelda: #TearsOfTheKingdom are releasing on June 5! Each one can unlock a fabric for Linkβs paraglider, as well as weapons and materials for your adventure.
02.04.2025 18:16 β π 673 π 120 π¬ 10 π 42Pre-order registration is available for #Nintendo #Switch2 for those β[β¦]who have purchased a Nintendo Switch Online membership with a minimum of 12 months of paid membership and a minimum of 50 total gameplay hours, as of April 2, 2025β
02.04.2025 21:57 β π 1 π 0 π¬ 0 π 0I love newer versions of #PowerShell, but I still regularly have to support #Windows PowerShell because that's the default shell for systems like #SCCM and #Intune.
How can I take advantage of the new PowerShell other than executing scripts with pwsh.exe and the -File or -Command parameters?
I regularly use .cmd files as a simpler execution mechanism for PowerShell scripts. They simply call powershell.exe with the -File parameter (plus any other params). Many people know how to double-click a file, but donβt know how to execute a PowerShell script with & or .
19.03.2025 12:43 β π 1 π 0 π¬ 0 π 0A really useful article (and quick read) on how to get started with .NET within your #PowerShell scripts including how to decipher the defintions. Thank you @alexandair.bsky.social and @tobiaspsp.bsky.social!!
14.03.2025 14:07 β π 3 π 0 π¬ 0 π 0Using hashtables for lookups is so useful and quick! I've made one before matching human-readable names with object IDs in Microsoft Graph
21.02.2025 16:22 β π 1 π 0 π¬ 0 π 0That was my guess too, but it doesnβt appear so
18.02.2025 23:39 β π 0 π 0 π¬ 0 π 0Does anyone know how to get the access token that's in use with the Microsoft.Graph #PowerShell module?
18.02.2025 14:39 β π 0 π 0 π¬ 1 π 0Agreed. βMay not be setβ reads as βcannot be setβ
11.02.2025 19:11 β π 0 π 0 π¬ 0 π 0You're not alone! I've just come across this incorrect error message as well with 3.7.1 π
10.02.2025 21:03 β π 1 π 0 π¬ 0 π 0Why do I have issues using the #Exchange Online #PowerShell module (v3.7.1) when I use a wildcard for the cmdlet within $PSDefaultParameterValues? I'm able to connect, but my permission scopes are wrong and I can only see my own mailbox.
07.02.2025 15:14 β π 0 π 0 π¬ 0 π 0What makes it unreliable? What is auto-splat?
06.02.2025 20:18 β π 0 π 0 π¬ 1 π 0Nice to see both WAM supported and native Git blame!
06.02.2025 19:52 β π 0 π 0 π¬ 0 π 0How things are feeling these days with #PowerShell and #MicrosoftGraph
06.02.2025 00:35 β π 3 π 0 π¬ 0 π 0Love the podcast!! I can see how that would get priority (especially if youβre the one managing it all). I joined the PDQ Discord, so maybe Iβll be able to join next time
05.02.2025 22:31 β π 1 π 0 π¬ 1 π 0I didn't realize that you can do that in PowerShell 7! I prefer this method (reminds me of KQL) and looks cleaner.
Just to confirm, in PowerShell 7+:
Get-Date
| Select-Object date
| Out-String
All versions:
Get-Date |
Select-Object date |
Out-String
Same! This seems like a great one! Any chance these can be recorded and posted for others?
05.02.2025 21:35 β π 3 π 0 π¬ 1 π 0@funbucket.dev is it possible to use PSHelp.Copilot for large modules like Az or Microsoft Graph without having to specify each of their dependent modules? Iβd like to be able to ask questions that might span more than one of the smaller modules
05.02.2025 21:32 β π 0 π 0 π¬ 1 π 0"If you type help, PowerShell first looks for an alias named help, then a function named Help, and finally a cmdlet named Help. It runs the first help item that it finds.
If your session contains a cmdlet and a function, both named Get-Map, when you type Get-Map, PowerShell runs the function."