|
|
|
|
|
by akoeplinger
4088 days ago
|
|
I just wanted to point out that there's nothing that inherently ties PowerShell to Windows (as expected, it's just a shell after all). > PowerShell provides direct access to [nearly?] the entire Windows OS PS has access to the .NET Framework which abstracts the OS APIs, not really to Windows directly. There's also chatter that MS is already working on porting PowerShell to CoreCLR/.NET Core (the cross-plat, open-source version of .NET). |
|
It's a bit of a Turing tarpit when it comes to non-inherency.