Showing results for jobs - Scripting Blog [archived]

Mar 17, 2010
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Use Windows PowerShell Jobs in a Script?

ScriptingGuy1
ScriptingGuy1

  Hey, Scripting Guy! Your examples this week on using Windows PowerShell jobs have all been from the command line. Is it possible to use Windows PowerShell jobs in a script? If so, how would I do it? -- AG   Hello AG, Microsoft Scripting Guy Ed Wilson at your service. The fog covers my front lawn like a down blanket draped casually ac...

Scripting Guy!Windows PowerShellscripting techniques
Mar 16, 2010
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Manage Windows PowerShell Jobs?

ScriptingGuy1
ScriptingGuy1

   Hey, Scripting Guy! I am not sure how much help running the Get-Process cmdlet as a job is going to be for me in my work environment. I kind of get what you are trying to do—provide an illustrative technique for working with Windows PowerShell jobs—but I have things that take a really long time. I need to know not only how ...

Scripting Guy!Windows PowerShellscripting techniques
Mar 15, 2010
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Start, Receive, and Manage Jobs in Windows PowerShell 2.0?

ScriptingGuy1
ScriptingGuy1

   Hey, Scripting Guy! I have been thinking about writing a script and using the .NET Framework class system.thread to give me the ability to do multiple things at once. I need to perform a query of Active Directory Domain Services (AD DS) that will consume a decent amount of time. While waiting for that query to complete, I could be doin...

Scripting Guy!Windows PowerShellscripting techniques