PoshCode Archive  Timeline

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

42 check-ins using file TabExpansion-for-V2CTP3.ps1 version fed87ecf22

2018-06-10
12:56
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. check-in: ad088f0980 user: Chad Miller tags: trunk
12:56
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 check-in: 2fe68f6ccb user: Chad Miller tags: trunk
12:56
The trap statement for this script does not appear to function as suggested. When I try to run it and force an incorrect file location, it ignores the inner exception that would show the correct error. check-in: 9366a70dbc user: Chad Miller tags: trunk
12:56
The simplest form of WGet … will become Get-FromWeb or something … check-in: e25d90a499 user: Joel Bennett tags: trunk
12:56
This version of the script supports using “*” to capture dictation. The result is that you can now write macros to look up words online, or pass parameters to a function (within the constraints of your voice recognition accuracy). check-in: 27f6d1c730 user: Joel Bennett tags: trunk
12:56
Enable Server Side Junk E-mail filtering for Exchange 2007 mailboxes check-in: 24921e3b4c user: Jon Webster tags: trunk
12:56
A script to generate advanced functions that wrap cmdlets so you can tweak them, add features, etc. From the PowerShell Team Blog check-in: 3187aa0256 user: unknown tags: trunk
12:56
A script I submitted for Event 10 of the Scripting games. Displays a simple Windows Form that counts down three minutes. It makes a good example for using Windows forms. check-in: 9121cae591 user: tojo2000 tags: trunk
12:56
A script I submitted for Event 10 of the Scripting games. Displays a simple Windows Form that counts down three minutes. It makes a good example for using Windows forms. check-in: 2dbbc93ed6 user: tojo2000 tags: trunk
12:56
The source to PoshBot – who bridges IRC and Jabber check-in: 2f3fc82aa9 user: Joel Bennnett tags: trunk
12:56
Standalone script adapted from SQL Server Powershell Extensions (sqlpsx) http://sqlpsx.codeplex.com. Defines SQL Server backup and restore functions. check-in: 5faa21b1e5 user: Chad Miller tags: trunk
12:56
A v2.0 function to recursively get the sizes of all subdirectories under a root path. check-in: 08dda2fd03 user: tojo2000 tags: trunk
12:56
Select a user-defined number of random elements from the collection … which can be passed as a parameter or input via the pipeline. An improvement over http://www.powershellcentral.com/scripts/60 which allows you to select more than one item, but offers the option to collect the pipeline into RAM to trade speed for memory use (replaces 81 and 83). check-in: 9a51cb952b user: Joel Bennett tags: trunk
12:56
A PowerShell script into which one or more nmap XML output file objects can be piped, then the script emits synthetic objects representing port-scanned hosts from the XML file(s). Get Windows and Linux versions of the nmap scanner for free from http://nmap.org. Get a sample nmap XML file to play with and see some examples of using the script at https://blogs.sans.org/windows-security/2009/06/11/powershell-script-to-parse-nmap-xml-output/ check-in: f00f82240f user: Jason Fossen tags: trunk
12:56
This is an update to my “Speech.psm1” script module for doing voice/speech recognition. With this version, speech macros will be executed asynchronously, so it doesn’t tie up the shell for the duration :) Of course, if the shell is actually BUSY, it will delay execution of macros. See usage examples at the bottom of the script. check-in: 2f2591c070 user: Joel Bennett tags: trunk
12:56
REALLY validates given IP address and returns True/False. The original script didn’t allow ZEROS in the Ip address (eg: 127.0.0.1 returned $false) check-in: 6444ec7be2 user: Joel Bennett tags: trunk
12:56
REALLY validates given IP address and returns True/False. The original script didn’t allow ZEROS in the Ip address (eg: 127.0.0.1 returned $false) check-in: 4db576c824 user: ucthakur tags: trunk
12:56
reconfigure-ha.ps1 – take a VMhost object from the pipeline and apply the ‘Reconfigure HA host’ task check-in: 9e6628af3e user: Cody Bunch tags: trunk
12:56
I cooked this up to configure OCS user policy, but it should work for other attributes of this type as well. check-in: c66e244c23 user: unknown tags: trunk
12:56
validates given IP address and returns True/False check-in: 5fcf0ad63f user: ucthakur tags: trunk
12:56
Get-OUComputerNames check-in: 03c3cd0443 user: Admin tags: trunk
12:56
PowerShell script for shrinking a partition, works with Vista and Server 2008. check-in: ca5c8ef67b user: unknown tags: trunk
12:56
Removes AD objects matching the filter (Name=$Name*) older than $MaxDaysOld check-in: 4fd34c14d8 user: unknown tags: trunk
12:56
Version: 0.1 check-in: ba1f2e3469 user: Stefan Stranger tags: trunk
12:56
Script will help discover any service accounts that are currently being used. I have been using this script for about a month in production. While your mileage may vary this script is strictly read only, thus -confirm, and -whatif are not supported. check-in: e450f8a18d user: Glenn Sizemore glnsize tags: trunk
12:56
Functions to encrypt and decrypt strings using the Rijndael symmetric key algorithm check-in: 23949c4840 user: Joel Bennett tags: trunk
12:56
Script will help discover any service accounts that are currently being used. I have been using this script for about a month in production. While your mileage may vary this script is strictly read only, thus -confirm, and -whatif are not supported. check-in: 3f60620e33 user: Glenn Sizemore glnsize tags: trunk
12:56
Converts an input string into its C ASCI Hex equivalent, useful for converting a string into an unsigned char array check-in: 85c0fb39ea user: CrazyDave tags: trunk
12:56
Converts an input string into its C ASCI Hex equivalent, useful for converting a string into an unsigned char array check-in: 336c33bf6b user: CrazyDave tags: trunk
12:56
#The PowerShell Talk check-in: 4e5eaf6ecb user: Cody Bunch tags: trunk
12:56
Retrieve data from an Oracle database into a dataset. check-in: 5ac47fd6d3 user: foureight84 tags: trunk
12:56
A series of functions to handle getting data from SQL Servers. Think of these more as tutorials for using SQL Server from powershell than as a finished set of scripts. check-in: 7e85bf9ecd user: unknown tags: trunk
12:56
From Shay’s blog entry: http://blogs.microsoft.co.il/blogs/scriptfanatic/archive/2009/06/07/auto-link-powershell-cmdlet-names-in-windows-live-writer.aspx check-in: f368f6d83d user: unknown tags: trunk
12:56
Colorize STAT, UPDATE and DIFF (without params) commands output for Subversion (svn) and Mercurial (hg). check-in: 7129d9ca7e user: Bishop tags: trunk
12:56
Uses PerformanceCounter to return the number of connections to web sites on the current machine. check-in: 9a766b0a43 user: Lance RobinGeson tags: trunk
12:56
A Process Block check-in: f79013ba96 user: unknown tags: trunk
12:56
A Begin Block check-in: 55a3ba6336 user: unknown tags: trunk
12:56
Colorize Subversion SVN STAT, UPDATE and DIFF (without params) output. check-in: 2f672afdcf user: Bishop tags: trunk
12:56
PS1 script to launch gpupdate on all computers in domain, without some stupid QAD cmdlets, just pure PS1 and WMI check-in: 60847d4d9a user: unknown tags: trunk
12:56
Uploads a directory tree to a remote FTP server. Uses NetCmdlets (send-ftp). check-in: 0d903dbbaa user: Lance Robinson tags: trunk
12:56
Library defines two simple functions that use ADO.NET to get and set SQL data. check-in: 6aa8e6f89f user: unknown tags: trunk
12:56
Ported TabExpansion from V2CTP2 to V2CTP3 and extended. Please dot souce this script file to use. check-in: d8b10112a4 user: foobar tags: trunk