| Title | Author | Age | Description |
|---|---|---|---|
| Out-Html | Chad Miller | 46 days ago | Out-HTML – converts cmdlets help to HTML format Modify the invocation line at the bottom of the script if you want to document fewer command, subsets or snapins |
| Get-OLEDBData | Chad Miller | 54 days ago | Generic function to execute query and return DataTable from any OLEDB data source. Tested against Excel, Informix, Oracle and SQL Server sources. |
| MIFParser.ps1 | Chad Miller | 132 days ago | Parses Management Information Format (MIF) files. See http://chadwickmiller.spaces.live.com/blog/cns!EA42395138308430!522.entry |
| Get-ProcedureCallTree | Chad Miller | 133 days ago | Uses SQLParser.ps1 script http://poshcode.org/1445 to return a Stored Procedure Call Tree |
| SQLParser.ps1 | Chad Miller | 133 days ago | Uses Visual Studio Database Edition classes Microsoft.Data.Schema.ScriptDom and Microsoft.Data.Schema.Script.Sql to parse T-SQL |
| New-MAML | Chad Miller | 173 days ago | Generates External MAML Powershell help file for any loaded cmdlet or function |
| LibraryChart | Chad Miller | 175 days ago | Defines functions for wokring with Microsoft Chart Control for .NET 3.5 Framework.Pipe output to Out-Chart function and specify chart type. Chart will display in form or save to image file. Real-time charts are supported by passing in a script block. Updated to fix line chart. Line Chart XAxis needs tweaking. |
| LibraryChart | Chad Miller | 249 days ago | Defines functions for wokring with Microsoft Chart Control for .NET 3.5 Framework.Pipe output to Out-Chart function and specify chart type. Chart will display in form or save to image file. Real-time charts are supported by passing in a script block. Updated to fix line chart. Line Chart XAxis needs tweaking. |
| LibraryChart | Chad Miller | 250 days ago | Defines functions for wokring with Microsoft Chart Control for .NET 3.5 Framework.Pipe output to Out-Chart function and specify chart type. Chart will display in form or save to image file. Real-time charts are supported by passing in a script block |
| LibrarySqlBackup | Chad Miller | 256 days ago | Standalone script adapted from SQL Server Powershell Extensions (sqlpsx) http://sqlpsx.codeplex.com. Defines SQL Server backup and restore functions. |
PowerShell Code Repository