this post was submitted on 08 Feb 2024
236 points (95.0% liked)
Technology
61346 readers
3929 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Finally. Although, I bet it's going to be one of these looongass PS OO commands, with an alias tied to it.
Probably
Escalate-RegularUserPrivelige
and smack a mandatory-Confirm
argument in there as well, just to be annoying.Although you have to admire that PowerShell at least attempts to define a common set of verbs and vocabulary.
Fair enough. I just wish shorthand was the standard.
The trick to powershell is to make incredibly liberal use of tab completion to speed yourself up. Or make aliases for commands you use really often.
Yeah, I get that it can be a pain to type long commands out the first time, but if you're using a terminal or an editor without tab completion in 2024 then you've chosen to do things the hard way.