He/Him | Father of two ♥️♥️ | MVP |#PowerShell aficionado | Automation enthusiast | Blog author | Founder of PSUGFFM | Public Speaker | Opinions are my own.
Guess what?! #PSSaturday Karlsruhe is coming to town just in time for the festive season on Nov 30th! We’ve got the date & place—now we need YOU to speak. Please submit your session and share this post to help us spread the word:
https://t.co/YvL4N2ypDV
#PowerShell#CfP#PSSatKA
@blackboxcoder will be on stage for #PSConfEU 2026 in #Wiesbaden (1-4 June)
🎙️ Custom PSScriptAnalyzer Rules: From Zero to Everywherent
🎙️ Lists, Dictionaries, or Arrays – Where the Heck Should I Store My Data?
🎟️ https://t.co/OBieNMYErE
#Europe#Germany#PowerShell
@guyrleech Not sure if this only the case with quser, as the ps command returns an object which will delivered via output stream, and quser probably uses the write-host stream.
Try:
Write-output (GCI)[0]
Write-host “hey Guy”
Write-output (GCI)[-1]
Or replace quser with whoami
@IrwinStrachan@merill@Azdamus1 I would rather batch many requests, into many batches instead of doing in parallel, tbh. Cuz doing things in parallel could cause more throttling for my understanding.
@AllwaysHyPe Done something similar way back when I started to use Microsoft Graph, awesome job! But ur req readme says, user.readwrite.all AND https://t.co/X0yr6yLE9V.all
The second one isn’t needed if the first is present, for my understanding.
Keep up the great work
🚀 New PowerShell ScriptAnalyzer rule! Ensure functions have proper examples in help & catch mistakes. Integrate into CI/CD!
https://t.co/ztQJ2mzY4j
#PowerShell#DevOps#Automation#CICD
🚀 New PSScriptAnalyzer rule! Measure-GraphPermissionScope scans PowerShell scripts to detect unused Microsoft Graph scopes, enforcing the least privilege & better security. 🔎🔐
https://t.co/4zyHb11SBm
#PowerShell#MicrosoftGraph#CyberSecurity#PSScriptAnalyzer
🚀 Update Alert!
PSClippy now warns you about snake_case variables & suggests PascalCase alternatives! 🐍➡️🔤
Try it now! 🔗 https://t.co/NTYKCjpzog
#PowerShell#PSClippy#DevOps#Scripting#Automation#OpenSource
Let me know if you want further refinements! 🚀😃
@SasStu @Tomasz95455746 The impact is not that much tbh, if it’s kills your regular writing flow; stop. But as more precise as u can, it will be better. As this comparison shows hopefully. It’s not about I saved a nano second or two.. think of the big run or some kind of automated BP refactoring.
Hey guys, I just published an new #alpha version of #pshtml (v0.9.0).
It includes one major feature: The possiblity to embed 'Assets' (.js and .css files) directly into your html page to make them compatible for 'transfert' and independant of hosted libraries.