| Title | Author | Age | Description |
|---|---|---|---|
| Open-ISEFile Posh v3 | Tome Tanasovski | Sun, 01 Apr 2012 13:14:54 | This cmdlet allows you to open a file in a new file tab within your current Powershell ISE tab. |
| ConvertTo-MultiArray | Tome Tanasovski | Fri, 05 Nov 2010 14:18:59 | Converts a collection of PowerShell objects into a multi-dimensional array. The first row of the array contains the property names. Each additional row contains the values for each object. This cmdlet was created to act as an intermediary to importing PowerShell objects into a range of cells in Exchange. By using a multi-dimensional array you can greatly speed up the process of adding data to Excel through the Excel COM objects. |
| ConvertTo-MultiArray | Tome Tanasovski | Fri, 05 Nov 2010 09:03:09 | Converts a collection of PowerShell objects into a multi-dimensional array. The first row of the array contains the property names. Each additional row contains the values for each object. This cmdlet was created to act as an intermediary to importing PowerShell objects into a range of cells in Exchange. By using a multi-dimensional array you can greatly speed up the process of adding data to Excel through the Excel COM objects. |
| ConvertTo-MultiArray | Tome Tanasovski | Fri, 05 Nov 2010 08:51:06 | Converts a collection of PowerShell objects into a multi-dimensional array. The first row of the array contains the property names. Each additional row contains the values for each object. This cmdlet was created to act as an intermediary to importing PowerShell objects into a range of cells in Exchange. By using a multi-dimensional array you can greatly speed up the process of adding data to Excel through the Excel COM objects. |
| Start-ComputerJobs | Tome Tanasovski | Tue, 29 Jun 2010 12:40:08 | The Start-ComputerJobs cmdlet runs a specified scriptblock within a maximum number of simultaneously spawned Powershell jobs. You must pass a list of ComputerNames to it. The names passed to the cmdlet will replace $computername within the scriptblock prior to starting each thread. This can be thought of as a multithreaded approach to a foreach loop. The name is probably a bad one, but it suited my needs. I may rework it to be more generic. |
| Start-ComputerJobs | Tome Tanasovski | Tue, 29 Jun 2010 12:32:28 | The Start-ComputerJobs cmdlet runs a specified scriptblock within a maximum number of simultaneously spawned Powershell jobs. You must pass a list of ComputerNames to it. The names passed to the cmdlet will replace $computername within the scriptblock prior to starting each thread. This can be thought of as a multithreaded approach to a foreach loop. The name is probably a bad one, but it suited my needs. I may rework it to be more generic. |
| Start-ComputerJobs | Tome Tanasovski | Tue, 29 Jun 2010 11:09:28 | The Start-ComputerJobs cmdlet runs a specified scriptblock within a maximum number of simultaneously spawned Powershell jobs. You must pass a list of ComputerNames to it. The names passed to the cmdlet will replace $computername within the scriptblock prior to starting each thread. This can be thought of as a multithreaded approach to a foreach loop. The name is probably a bad one, but it suited my needs. I may rework it to be more generic. |
| Open-ISEFile | Tome Tanasovski | Sun, 20 Jun 2010 18:57:05 | This cmdlet allows you to open a file in a new file tab within your current Powershell tab. You can pass a collection of files to open more than one file. |
| Set-WinSchedule | Tome Tanasovski | Thu, 11 Mar 2010 13:23:30 | Set-WinSchedule gives a GUI to select a schedule and schedules a task using schtasks. This is a beta. There are still a lot of features to implement. Please read through the synopsis->Description to see the list of features that I hope to get in a final release. |
| Set-WinSchedule | Tome Tanasovski | Thu, 11 Mar 2010 13:22:16 | Set-Computer gives a GUI to select a schedule and schedules a task using schtasks. This is a beta. There are still a lot of features to implement. Please read through the synopsis->Description to see the list of features that I hope to get in a final release. |
PowerShell Code Repository