PoshCode Archive  Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

36 check-ins using file VMware-Lab-Manager-4-x.ps1 version 7b16a00e0b

2018-06-10
13:08
PowerBot is my IRC bot written in PowerShell script using SmartIrc4Net There’s a bit more to it than this, but this is the basic script, and all you have to do is add your own commands! Of course, you could also add your own additional message handlers and make a chatter-bot or whatever you like. Please share your mods back here! check-in: 553c13b114 user: avianses tags: trunk
13:08
Module for communicating with FTP server check-in: b05236610f user: Noldorin tags: trunk
13:08
This sample was put together with Jaykul’s help and bits and pieces were taken from the Sample.ps1 distributed with PowerBoots. It requires the current changeset of PowerBoots. Not the 0.2 beta. check-in: 91005b80ab user: foureight84 tags: trunk
13:08
Change the extension on files check-in: 2977437172 user: unknown tags: trunk
13:08
Helpers for working with .Net classes: Get-Constructor, Get-Assembly, Add-Assembly, Get-Type check-in: fdeff8f60c user: Joel Bennett tags: trunk
13:08
Autoload function like the Korn shell — can inject functions to modules. check-in: 8495e982b7 user: Joel Bennett tags: trunk
13:08
Get the Windows Experience Rating check-in: 6768fc45ba user: unknown tags: trunk
13:08
More C# than PowerShell. A script to return DHCP client leases from a DHCP server. check-in: c757834749 user: unknown tags: trunk
13:08
Updated for current PowerBoot (latest chackin) check-in: eb29e7aee0 user: Joel Bennett tags: trunk
13:08
Sample ScriptingAgentConfig.xml for working with the Exchange Server 2010 Scripting Agent cmdlet extension agent. check-in: 761e8fd537 user: Jan Egil Ring tags: trunk
13:08
This sample was put together with Jaykul’s help and bits and pieces were taken from the Sample.ps1 distributed with PowerBoots check-in: cf60e73d41 user: foureight84 tags: trunk
13:08
help needed check-in: e44793599a user: unknown tags: trunk
13:08
An attempt to resolve namespace clashes without overwriting functions … check-in: c460643976 user: unknown tags: trunk
13:08
A pair with ConvertTo-CliXml — this version closes and disposes the string reader handle. check-in: 14f48d81bb user: David Sjstrand tags: trunk
13:08
Export-CliXml and Import-CliXml only work with files. This is an implementation for sending CliXML directly to the pipeline. Requires PowerShell 2.0 check-in: c43d642d7a user: David Sjstrand tags: trunk
13:08
A Write-Output replacement with the option to output collections that don’t unwrap. check-in: 7ced72fad0 user: Joel Bennett tags: trunk
13:08
By way of demonstrating how the -Confirm parameter affects $ConfirmPreference and thus the output of cmdlets called in a script. check-in: 7f1644ee78 user: unknown tags: trunk
13:08
Enhanced error handling check-in: c1352251ba user: Lee Holmes tags: trunk
13:08
Yet another find text in text files, this time with context, too. check-in: da9e50e683 user: David Mohundro tags: trunk
13:08
Sets a very subtle windows transparency for powershell. check-in: 673ea1e5f8 user: Jachin tags: trunk
13:08
I wrote this based on ConvertTo-CliXml. This takes a xml string from the pipeline and converts it to objects. check-in: 8aaab5a669 user: David Sjstrand tags: trunk
13:08
Export-CliXml and Import-CliXml only work with files. This is an implementation for sending CliXML directly to the pipeline. Probably needs v2 powershell (not tested in v1). check-in: 59e1affc90 user: Oisin Grehan tags: trunk
13:08
Provides an easy way to change the text encoding on a lot of scripts at once. check-in: 09359ed9d1 user: Jason Ferris tags: trunk
13:08
Collection of functions to Shutdown, Reboot, Logoff, Standby(sleep) or Hibernate your computer. check-in: d0f0a83bf1 user: TJdot tags: trunk
13:08
Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout. check-in: 6d11f0c83d user: Chad Miller tags: trunk
13:08
Opens the MSDN web page of an object member: type, method or property. check-in: 51462a6c7b user: Shay Levy tags: trunk
13:08
Creates a SQL Server table from a DataTable using SMO. check-in: 960a23975d user: Chad Miller tags: trunk
13:08
Writes data only to SQL Server tables. However, the data source is not limited to SQL Server; any data source can be used, as long as the data can be loaded to a DataTable instance or read with a IDataReader instance. check-in: 0499519f90 user: Chad Miller tags: trunk
13:08
A module for updating the machineKey element in some or all of the web.config files on a server at once. check-in: e9d2e1dd52 user: Joel Bennett tags: trunk
13:08
A demo script which work against remote session output as well as local output: check-in: 98e90b1b53 user: unknown tags: trunk
13:08
I created this function to generate a new PowerShell Script template. It will prompt for the name of the script you want to create (don’t need to add the .ps1 extension) and the email (don’t need to add email) then it will create the template in the C:\Scripts directory (Dir should already exist) check-in: 8249cddfcc user: unknown tags: trunk
13:08
Generate Cryptographically Random Bytes, using RNGCryptoServiceProvider, and optionally format them as strings. check-in: 3a35ec2ff9 user: unknown tags: trunk
13:08
A function to join a domain check-in: cac862858b user: Andy Schneider tags: trunk
13:07
An example of making “custom objects” with strongly-typed properties, custom enumeration/validation and error messages. check-in: bf25145342 user: unknown tags: trunk
13:07
The Easy Migration script enables you to manually VMotion and SVMotion virtual machines very quickly and easily. You don’t have to specify the resource pools and it reduces the amount of mouse clicks required. There is also an Undo feature. check-in: d6d1520f44 user: unknown tags: trunk
13:07
Based on poshcode.org/753 – minor mods to support new mandatory authentication parameters in Lab Manager 4.x. check-in: 2efb859dd5 user: oldsienna tags: trunk