First, You Have PowerShell, and Then It’s Gone
As someone brought up on Windows shell commands, the advancement of PowerShell was a great step forward. Unbelievable Windows shell is still supported on new versions of Microsoft Windows. But now, PowerShell is disabled by default in Windows 11 because of all the security problems it caused on machines:
But, it can be easily enabled by running a terminal as an Administrator:
and then enabling with:
To me, PowerShell is great, and such a powerful language for both developers and network administrators. In fact, we built a whole cloud infrastructure in vSphere with PowerShell. The great thing with PowerShell is that it is based on .NET, so if you have a piece of code in C#, you can normally convert it into a PowerShell version.
So here’s some PowerShell: