| bio | website | nivot.org |
|---|---|---|
| location | Montreal, Canada | |
| age | 39 | |
| visits | member for | 3 years, 4 months |
| seen | Jun 15 at 14:07 | |
| stats | profile views | 4 |
About
- Microsoft MVP for PowerShell
- .NET Solution Architect
- PowerShell, Tcl,IronPython, IronRuby and C# fan.
Open Source Projects
- http://nuget.codeplex.com (coredev)
- http://pscx.codeplex.com (coredev)
- http://bitbucket.org/oising/psreadline (owner)
- http://psprovider.codeplex.com (owner)
- http://pseventing.codeplex.com (owner)
- http://psstudio.codeplex.com (owner)
- http://psmobile.codeplex.com (owner)
- http://pssharepoint.codeplex.com (owner)
- http://poshcode.codeplex.com (contrib)
- http://poshconsole.codeplex.com (contrib)
- http://atomsite.codeplex.com (contrib)
|
Sep 23 |
awarded | Autobiographer |
|
Dec 6 |
comment |
PowerShell Script to execute a console application This question doesn't even make any sense. Please elaborate. |
|
Apr 20 |
comment |
Assign Tasks to multiple people with multiple completions You can only have one instance of a particular workflow association running per list item. If you are doing this in batches, you'd have to create a list item per batch of assignees. So if you've got three groups of people, that means three list items, and one workflow running per list item (three workflows) |
|
Apr 19 |
comment |
Powershell error - Expressions are only allowed as the first element of a pipeline it's mainly for readability. It's not that big of a sin to use the built-in aliases, but you wouldn't want to use custom aliases for production scripts as this kills portability. Aliases are best used as an aid for interactive use to cut down on typing, or for one-off throwaway scripts. |
|
Apr 18 |
awarded | Editor |
|
Apr 18 |
revised |
Powershell error - Expressions are only allowed as the first element of a pipeline expanded alias. |
|
Apr 18 |
comment |
Output workflows associated to all lists in a web application additionally, his script is for powershell 2.0 - the [parameter] attributes for cmdlet binding are not supported in powershell 1.0. |
|
Apr 18 |
suggested | suggested edit on Powershell error - Expressions are only allowed as the first element of a pipeline |
|
Apr 15 |
comment |
Assign Tasks to multiple people with multiple completions It doesn't have to be a tasks list either - it could be a custom list of your choice. |
|
Apr 14 |
comment |
Assign Tasks to multiple people with multiple completions Yes, workflow tasks are always on a separate list that contains "Workflow tasks" there is one per site by defult, and it is configurable. OOTB, it just "works." |
|
Apr 14 |
awarded | Teacher |
|
Apr 14 |
answered | Assign Tasks to multiple people with multiple completions |
|
Apr 14 |
awarded | Supporter |