Exactly eight years ago #Microsoft made powershell open source and I *immediately* filed a pull request to remove their #curl alias...

Did not really work.

https://daniel.haxx.se/blog/2016/08/19/removing-the-powershell-curl-alias/

Removing the PowerShell curl alias?

PowerShell is a spiced up command line shell made by Microsoft. According to some people, it is a really useful and good shell alternative. Already a long time ago, we got bug reports from confused users who couldn't use curl from their PowerShell prompts and it didn't take long until we figured out that Microsoft … Continue reading Removing the PowerShell curl alias? →

daniel.haxx.se
@bagder I know that there are some people at Microsoft who care about open source, fairness, mutual support etc.
I wonder what those people think, e. g., @shanselman, @davidfowl.
Sometimes big enterprises get caught up in business rules and compatibility requirements and forget about common sense and fair interactions between humans but there are always people in there who can see through all this and can escalate things in there.
As curl users we can probably agree that the alias is pointless.
@brar @bagder The alias is also gone, and curl has shipped by default in Windows since Dec of 2017.
@brar @bagder no it’s not a perfect solution but it’s better. I have been - and will continue to - push for the right thing from the inside
@shanselman
It's only gone if users manually update their powershell version, so the majority of people still have it.
@paul @shanselman It’s likely there are a number of customers who have built on that functionality and it would break things to remove it. I agree it shouldn’t have been aliased by default in the first place in the classic PowerShell.

@rombat @paul @shanselman Then again, the recommendation I’ve always heard is not to use aliases in scripts as that may potentially break things down the line.

Personally, I have to say I actually prefer the “new” Microsoft that sometimes breaks things that were bad ideas to start with and would like to see more of that. How long until PS5 is an optional extra you need to `winget install` on the few servers and workstations that demand it while the OS gets current PS by default?

@mikael @rombat @paul ya that default is going away soon I hope, it's VERY classic - it's there for compat