| Title | Author | Age | Description |
|---|---|---|---|
| Get-WMIVersions | halr9000 | 39 days ago | Use this script to detect installed .NET versions on a remote server using WMI. Requires credentials and a computername. |
| Get-WMIVersions | halr9000 | 39 days ago | Use this script to detect installed .NET versions on a remote server using WMI. Requires credentials and a computername. |
| New-LinkedClone | halr9000 | 85 days ago | PowerCLI script to create linked clones on an ESX server (does require vCenter). This feature is not normally supported on ESX, so this is a pretty nifty thing to do if you like living dangerously. Info on linked clones: http://www.vmware.com/support/ws55/doc/ws_clone_overview.html#wp1028798. |
| Find old snapshots | halr9000 | 85 days ago | Simple PowerCLI example to find old snapshots. Note that I would not actually use the techniques shown here, this script was intentionally written this way as a part of a training video in which I am building on techniques. |
| PowerCLI New-Farm | halr9000 | 85 days ago | This is a PowerCLI sample script I wrote to demonstrate how you could entirely automate the creation of a relatively complex virtual farm environment. |
| ProcuriosJSON.psm1 | halr9000 | 90 days ago | Convert from JSON string to a hashtable or PSObject. e.g.: The CSharp class embedded after the PowerShell wrapper function has an Encode method as well, but I haven’t played with it yet. All credit for the CSharp code goes to http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html.
|
| Pipeline and Parameter | halr9000 | 137 days ago | sample by r_keith_hill |
| Pipeline and Parameter | halr9000 | 137 days ago | sample by dfinke |
| Send SNMP trap | halr9000 | 144 days ago | This will send an SNMP trap to the specified manager (hostname). The script isn’t very flexible, but it’s a good example of how to build traps using SharpSNMPLib. External requirementss:
|
| Get-PrimaryIPAddress | halr9000 | 151 days ago | As seen on http://halr9000.com/article/829#comments. Needs some prettying up with help and stuff but should work well. |
PowerShell Code Repository