Romu wrote:
Quote:
> Thanks for quick answer Marco,
> No the function doesn't return any result, it is just a "run and forget"
> function.
>
> And I can't make the inside aynchronous as the actions performed by the
> function must be sequential. So the whole function must be aynschronous.
Perhaps Keith and I are missing something... First, what solution are
you willing/wanting to try out, and we will go from there:
#1: v1: Use Jim's background jobs.
#2: v1/v2 CTP: Use Keith's PSCX.
#3: v2 CTP: Use *-PSJobs
If in a prod environment, and you can't go installing 3rd party
PowerShell add-ons, then it seems #1 is your option. It is just some
PowerShell scripts that use existing functionality provided by
PowerShell v1.
Marco