| Title | Author | Age | Description |
|---|---|---|---|
| HttpRest 1.4 | Joel Bennett | 17 hours ago | A few miscellaneous enhancements to HttpRest for pipelining urls, and the beginning of documentation … VERY OLD documentation on this post on HuddledMasses and I’m finally starting to update this to be an example of best practices … I guess ;) |
| Get-OnlineHelp | Joel Bennett | 2 days ago | Retrieve Online Cmdlet Help I’m now using New-WebServiceProxy to take advantage of the well-formed XML provided by the MSDN ContentService … |
| Get-Desktop.ps1 | Joel Bennett | 6 days ago | 4 lines of PowerShell to wrap that C# class and show you how to use it… (with Add-Type -Path) |
| Desktop | Joel Bennett | 6 days ago | A C# class (use with Add-Type -Path) that encapsulates the desktop APIs… |
| Get-Parameter 2.1 | Joel Bennett | 6 days ago |
This is the only Get-Parameter you need ;) |
| Get-Parameter 2.0 | Joel Bennett | 7 days ago |
This is the only Get-Parameter you need ;) |
| Resize-Image | Joel Bennett | 7 days ago | A simple image resizer … |
| ComObjects.Types | Joel Bennett | 8 days ago | This is a .ps1xml file for use with Update-TypeData … it adds methods onto the COM object for GetProperty (including support for parametrized properties), SetProperty, and InvokeMethod. I wish this was not necessary, but it seems to be the only way to access methods on COM objects that are exposed through interfaces. For example, WindowsInstaller.Installer only works this way:
|
| Set-AssemblyBindLogging | Joel Bennett | 12 days ago | Enable or disable assembly bind logging (per-machine) |
| powershell ise config | Joel Bennett | 15 days ago | Enable .Net 4 and \\UNC path modules for PowerShell ISE by using this app.config. Save as C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe.config |
PowerShell Code Repository