One thing I noticed about the new Workflow integration into PowerShell was that there actually had to be an implementation of an activity created in order to use a cmdlet as part of a workflow. It is possible to simply call a cmdlet within an inline script block but that seems like a bit of [...]
Posts Tagged ‘powershell3’
Parallel Foreach in PowerShell 3.0
January 4th, 2012
No Comments
I have the CTP 2 of PowerShell 3.0 installed on my Windows 7 machine. I have been digging through the PowerShell team’s getting started guide to Windows Workflow in PowerShell. It is mind blogging to say the least. If you are unfamiliar with WF at all it will be a pretty steep learning curve. I [...]
Make PowerGUI 3.0 work with PowerShell 3.0
September 19th, 2011
6 Comments
Downloaded PowerShell 3.0 CTP 1 and now you can’t run PowerGUI 3.0? I had the same problem. I fixed it by renaming the SDK.dll in the PowerGUI installation directory to something other than SDK.DLL. I then forced PowerGUI to run under .NET v4.0. Check out the $PGVersionTable and the $PSVersionTable: Using the new ConvertTo-Json cmdlet: [...]







