kasini3000
kasini3000
No, this is relevant. Btw, this is the wrong position, the correct one is here: https://github.com/PowerShell/ThreadJob/issues It seems like you should close this issue
What are the differences between the two modules? Why are the two modules forked? Why not update on ThreadJob? Is there an RFC design specification? Everyone's expectations should be: 1...
this pr renamed module from ThreadJob to Microsoft.PowerShell.ThreadJob? Will this cause duplicate command names In multiple versions of pwsh ? What mechanism is there to ensure that 【Microsoft. PowerShell. ThreadJob】...
For this reason, due to poor pipeline performance, I suggest using less "foreach-object" and more "foreach ($a in $b)" as much as possible
First of all, thank you for sharing your experience. My experience is using timers to do this. ``` $timer1 = New-Object System.Windows.Forms.Timer $timer1.Interval = 1000 * 3 $timer1.add_tick($timer1_code) ```
Pipeline transmission of binary data is amazing to me. Who can tell me the principle. How does it distinguish between binary data or not? Can we make a common parameter,...
``` PS C:\ProgramData\kasini3000> echo "hi" | cscript.exe a:\pscode\TEMP_2023\temp152\aaa.vbs Microsoft (R) Windows Script Host Version 5.812 版权所有(C) Microsoft Corporation。保留所有权利。 hello PS C:\ProgramData\kasini3000> Write-Output "hi" | a:\pscode\TEMP_2023\temp152\aaa.vbs ``` normal ---- hang ```...
``` #rocky linux 9.2 PS /root> bash -c "exit -2" PS /root> $LASTEXITCODE 254 PS /root> bash -c "exit -1" PS /root> $LASTEXITCODE 255 ``` Powershell is commendable for allowing...
``` #rocky linux 9.2 PS /root> bash -c "exit -2" PS /root> $LASTEXITCODE 254 PS /root> bash -c "exit -1" PS /root> $LASTEXITCODE 255 ``` Powershell is commendable for allowing...
mark. i will update my script when here down. https://gitee.com/chuanjiao10/kasini3000_agent_linux#debian12-kernel61-release-day-2023-06-17-