↧
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...
View ArticleDetect 32 or 64 bits Windows – regardless of WoW64 – with the PowerShell...
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...
View Article