Max Kozlov

Results 183 comments of Max Kozlov

ok, now I see. but seems there is no method to accomplish this task, sorry. I have a plans to redesign commands to property support pipeline but have no time...

@ChrisMagnuson, fortunately for you, it was a calm morning :) https://github.com/MVKozlov/PoshRSJob/tree/PerJobTimeout

I can make as many PR as need but @proxb seems have no time to visit here

As far as I see there is some error in function definition under ISE Place `$DebugPreference = 'Continue'` before you script and you see: clean PS ``` powershell ОТЛАДКА: [BEGIN]...

use `-VariablesToImport message,message2` on both `Start-RSJob` calls btw, why you need nested jobs ? p.s. globals is bad :)

If the scriptblock have only one parameter then rsjob insert pipelined object into this parameter

afaik, remote commands does not fill Verbose streams, it just Write-Verbose right to host :( so its Powershell limitation. I report similar problem here https://github.com/PowerShell/PowerShell/issues/3354

for function `f` variable `$script:foo` - like a global variable. RSJob can not import any variables that used inside functions if it not local. Btw, it is a bad practice....

I briefly look at the `Test-NetConnection` code and seems it use `Find-NetIPsecRule` only when it run under UAC-raised admin Please check it and if it is true, try to preload...

I've heard about random module autoloading problem with rsjob but do not meet it so dont explore it пн, 17 Фев 2020 г., 7:30 Anjana Raghavendra P : > I've...