MVP
02 Nov 2009

Detect 32 or 64 bits Windows – regardless of WoW64 – with the PowerShell OSArchitecture function

In 64-bits versions of Windows Operating Systems, a subsystem called Windows on Windows 64 (WoW64) enables you to run 32 bits applications. Even to date, many Windows applications only exist in a 32 bits version – not the least of which is Microsoft’s own Visual Studio(!)...
Read More
27 Oct 2009

Call inline C# from PowerShell with InvokeCSharp

Out of the box PowerShell 1.0 makes it very easy to call any managed code in an assembly. However, one of the strong points of a scripted language such as PowerShell is that you can debug and extend it in any environment without the need for development tools or additional source...
Read More