this post was submitted on 11 Nov 2025
56 points (90.0% liked)

Linux

10081 readers
612 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] Shameless@lemmy.world 9 points 14 hours ago (2 children)

I love PS but lookup: Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef

[–] caseyweederman@lemmy.ca 7 points 13 hours ago (1 children)

Is there a premium on hyphens?

[–] nottelling@lemmy.world 11 points 13 hours ago

in Powershell, yes. the cmdlet naming convention is Verb-CamelCase.

Only specific verbs are allowed as well. It works if the convention is broken, but it'll complain when you import them as a module.

[–] ArtVandelay@lemmy.world 2 points 13 hours ago

It's fuzzy in my memory, but didn't these all get auto-generated name s? I don't think it was AI, this predates most of that, but there was some system they were using to auto-generate cmdlets

[–] shalafi@lemmy.world 14 points 17 hours ago

PS really is the bomb. Been a Windows sysadmin for a decade and I couldn't do a damned thing without PS. I have no modern programming or scripting experience, yet picked up PowerShell and started implementing it very quickly. If you're running Active Directory, it's a must, no question.

Snover has some great intro to PS videos. That's what got me started.

[–] FuyuhikoDate@feddit.org 10 points 17 hours ago

Medium.com radicalized me!