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
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.
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
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
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
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.\" }
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
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