start-job
PowerShell Start-Job and Oracle
I have a ps script (say Set-Data.ps1) that calls a ps Run.ps1 with Start-Job as : Start-Job -FilePath Run.ps1 -ArgumentList 1, 2[详细]
2023-04-08 05:16 分类:问答Remote Get-WmiObject call fails when within Start-Job scriptblock
Alright, I\'ve tried to figure this out, but figured it\'s time to ask the interwebs. I\'m wondering if this is a bug or what.[详细]
2023-03-22 01:27 分类:问答Why are script properties lost when passing pscustomobject to start-job script block?
On windows XP x64 (and I assume win2k3) powershell 2.0, passing an arraylist of pscustomo开发者_StackOverflow社区bjects to start-job as argumentlist parameter passes the object in but scriptproperties[详细]
2023-03-20 00:00 分类:问答Powershell Start-job new window run as administrator
I have script which write some COMMAND to another script and start them in new window with Start-Job command (I really need that). $cred is credential of local administrator. Main script started from[详细]
2023-03-12 23:33 分类:问答Get-WmiObject with credential fails when within Start-Job scriptblock
I am successfully retrieving some information from Windows 2000 machines using the Get-WmiObjet cmdlet. These machines are not part of our domain so I am using the -Credential parameter to pass local[详细]
2023-02-07 14:51 分类:问答Powershell Start-Job won't run
I\'m trying to run a simple job process in powershell 2.0 and it doesn\'t seem to run. $job = Start-Job { Return \"Some string.\" }[详细]
2023-01-20 05:26 分类:问答PSExec never completes when run inside start-job
I\'m trying to execute a cmd file on a list of 48 computers.I don\'t want to execute and wait for completion sequentially because each cmd takes about 10 minutes to complete.WinRM isn\'t an option.Nei[详细]
2023-01-05 12:38 分类:问答CSLA Not reporting object as dirty after being changed
I\'ve got a CSLA object that is returning data from the database fine but when I change any of the开发者_运维知识库 properties on the object the object still says IsDirty = \"false\". Although when I[详细]
2022-12-20 01:02 分类:问答