|
|
|
|
|
by brudgers
4090 days ago
|
|
It depends on what one's definition of "is" is. From the top of the link: An Open Source reimplementation of Windows
PowerShell, for Mono.
Mono is not *nix and PowerShell provides direct access to [nearly?] the entire Windows OS.More from the project page: Status
Alpha. This project is useful in certain constrained
applications, e.g. the NuGet Console in Xamarin Studio.
|
|
> 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).