Christian Ritter MVP

2.9K posts

Christian Ritter MVP banner
Christian Ritter MVP

Christian Ritter MVP

@blackboxcoder

He/Him | Father of two ♥️♥️ | MVP |#PowerShell aficionado | Automation enthusiast | Blog author | Founder of PSUGFFM | Public Speaker | Opinions are my own.

Frankfurt am Main Bergabung Nisan 2011
930 Mengikuti810 Pengikut
Christian Ritter MVP
Christian Ritter MVP@blackboxcoder·
@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
English
0
0
1
22
Guy Leech
Guy Leech@guyrleech·
Gotta smile at how (Windows) PowerShell does it's output - Select-Object is before quser.exe in the command line yet quser output is first 🤔
Guy Leech tweet media
English
1
0
0
312
Fabian Bader
Fabian Bader@fabian_bader·
This is big. In #XDR there is now a new table in preview: GraphApiAuditEvents It's the "free" version of the MicrosoftGraphActivityLogs and will enable more companies to detect threats without having to pay a lot of money. learn.microsoft.com/en-us/defender…
English
8
56
189
12.2K
Christian Ritter MVP
Christian Ritter MVP@blackboxcoder·
@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.
English
0
0
1
30
Irwin Strachan
Irwin Strachan@IrwinStrachan·
@merill @Azdamus1 Is batch processing also an option? Granted it's max 20 request per object. Any issues with being throttled? Just wondering...
English
1
0
1
56
Merill Fernando
Merill Fernando@merill·
🚨⚡ Neat hack to speed up your Graph PowerShell scripts. Tired of waiting for Graph PowerShell to read a bunch of data? You can speed things up with -Parallel in PowerShell, but it does take some effort to get it right. Here's a neat code template 👇 #L252" target="_blank" rel="nofollow noopener">github.com/AzureAD/MSIden…
Merill Fernando tweet media
English
2
12
91
6.2K
Andrew Pla
Andrew Pla@AndrewPlaTech·
My #PowerShell Summit 2025 journey has begun! It's going to be aa week of making new friends, meeting PowerShell Podcast listeners/guests, a super special interview (more on that soon), and loads of learning! Won't be there? I'll be posting updates throughout the week #PSHSummit
Andrew Pla tweet media
English
1
1
18
429
Fabian Bader
Fabian Bader@fabian_bader·
Since it's already April, let's have a look at the top 10 passwords in Q1 2025. If yours is not part of the list, good for you 😅
Fabian Bader tweet media
English
4
1
14
1.9K
Andrew Pla
Andrew Pla@AndrewPlaTech·
I'm speaking at PowerShell Summit next week w/ @jpruskin 🎉, and one of the topics I'm touching on is the power of #PowerShell profiles. What's the must-have thing you keep in your PowerShell profile? Drop it below I'd love to steal, I mean... learn from you before #pshsummit!
English
3
3
12
315
Christian Ritter MVP
Christian Ritter MVP@blackboxcoder·
@AllwaysHyPe Done something similar way back when I started to use Microsoft Graph, awesome job! But ur req readme says, user.readwrite.all AND user.read.all The second one isn’t needed if the first is present, for my understanding. Keep up the great work
English
1
0
3
111
Christian Ritter MVP
Christian Ritter MVP@blackboxcoder·
🚀 New PowerShell Script Analyzer Rule: Measure-SnakeCaseVariableNames No more _snake_case! This rule helps enforce PascalCase for variable names, keeping scripts clean & consistent. ✅ Detects snake_case ✅ Suggests PascalCase github.com/HCRitter/PSSA_… #PowerShell #Scripting
Christian Ritter MVP tweet media
English
0
3
7
244
Christian Ritter MVP
Christian Ritter MVP@blackboxcoder·
@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.
English
0
0
3
26
nohwnd
nohwnd@nohwnd·
I've just posted talks to #psconfeu: - The evolution of Pester, past, present, and future - Teach yourself Pester (follow-along) - Sign your modules - Pester internals, how Mocking works? - Profiler internals Thanks for help and suggestions. Let me know which one you'd watch.
English
3
0
12
276
Christian Ritter MVP me-retweet
Stéphane
Stéphane@Stephanevg·
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.
English
0
2
10
337