Showing tag results for Runspace

Nov 27, 2015
Post comments count0
Post likes count0

Beginning Use of PowerShell Runspaces: Part 2

Doctor Scripto
Doctor Scripto

Summary: Boe Prox presents some tips about beginning use with runspaces. Honorary Scripting Guy and Cloud and Datacenter Management MVP, Boe Prox, here today filling in for my good friend, The Scripting Guy. Note   This is a four-part series that includes the following posts: Yesterday, we spent some time looking at how w...

Scripting Guy!Windows PowerShellguest blogger
Nov 26, 2015
Post comments count0
Post likes count0

PowerTip: Find Current Runspaces in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to find the current runspaces in Windows PowerShell.  How can I list all of the currently running runspaces in Windows PowerShell? Use the Get-Runspace cmdlet in Windows PowerShell 5.0:Get-RunspaceId Name      ComputerName    Type      State  ...

Scripting Guy!Windows PowerShellPowerTip
Nov 26, 2015
Post comments count0
Post likes count0

Beginning Use of PowerShell Runspaces: Part 1

Doctor Scripto
Doctor Scripto

Summary: Boe Prox presents some tips about beginning use with runspaces. Honorary Scripting Guy and Cloud and Datacenter Management MVP, Boe Prox, here today filling in for my good friend, The Scripting Guy. Note   This is a four-part series that includes the following posts: Let's say you are working in PowerShell and yo...

Scripting Guy!Windows PowerShellguest blogger
Aug 27, 2004
Post comments count0
Post likes count0

How Can I Determine the Day of the Week?

Doctor Scripto
Doctor Scripto

Hey, Scripting Guy! I have a script that does certain management tasks based on the day of the week. I know how get the date in a script, but how can I tell whether it’s a Monday or a Tuesday or whatever? -- CT, Tallahassee, FL Hey, CT. This is actually much easier then it might sound; that’s because VBScript has a built...

Scripting Guy!Windows PowerShellguest blogger