Welcome to ThePowerShellGuy.com Sign in | Join | Help

October 2007 - Posts

An example of how to use New-TaskPool

Those that have been reading my blog for awhile may remember the New-Taskpool script. Basically the script allows me to have multiple runspaces running simultaneously. If we give each runspace an object and a scriptblock... we can run through time consuming
Posted by Gaurhoth | (Comments Off)
Attachment(s): New-TaskPool.txt

Get-NBTHosts

I've been a long time user of a very useful cmd line utility called NBTScan . NBTScan is similar to the Windows builtin cmd line utility NBTSTAT, but can operate on a range of IP addresses instead of a single IP. Using NBTscan, you can get a list of Windows
Posted by Gaurhoth | (Comments Off)
Filed under: ,