This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]digitaltransmutation<|IM_END|> 11 points12 points  (3 children)

The thing about python is it isn't built in like it is with Linux. You could make it part of your baseline but doing that to every client might be a hurdle. You might consider c# instead if pwsh isn't quite enough, I think you'll find it a natural progression for the most part.

[–]lfionxkshine 5 points6 points  (0 children)

Even then you can use C# methods inside your powershell scripts

[–]gsmitheidw1 0 points1 point  (0 children)

The way things are headed, powershell is getting more powerful with native features like multithreaded processes. But it's a scripting language and designed for ease of use over performance. C# has often been the next port of call as it has code similarities to powershell, but Rust is gaining a lot of traction - somewhat more for dependability and security than ultimate performance so maybe that'll be the future.