Showing results for June 2020 - PowerShell Team

Jun 22, 2020
3
0

Native Commands in PowerShell – A New Approach

Jim Truher
Jim Truher

In this two part blog post I'm going to investigate how PowerShell can take better advantage of native executables. In the first post, I'm going to discuss a few of the ways that PowerShell can better incorporate native executables into our object oriented world and how we can use these tools to better fit into our model of more discrete operations...

PowerShell Crescendo
Jun 16, 2020
11
1

Resolving PowerShell Module Assembly Dependency Conflicts

Robert Holt
Robert Holt

When writing a PowerShell module, especially a binary module (i.e. one written in a language like C# and loaded into PowerShell as an assembly/DLL), it's natural to take dependencies on other packages or libraries to provide functionality. Taking dependencies on other libraries is usually desirable for code reuse. However, PowerShell always load...