PoshCode Archive  Timeline

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

139 check-ins using file Set-Domain.ps1 version 3e3b84faaf

2018-06-10
12:56
A function to join a domain check-in: 260a4d454c user: Andy Schneider tags: trunk
12:56
Quick functions to get either check-in: 4b101b2957 user: Peter tags: trunk
12:56
Quick functions to get either check-in: 90e4cb87f9 user: Peter tags: trunk
12:56
Runs a FullTextSqlQuery (SharePoint’s Enterprise Search SQL Query) against your local MOSS farm; useful as a quick(!) search query test workbench. check-in: 839b529eee user: Peter tags: trunk
12:56
A script to create shortcuts … with support for short “special folder” names. (fixed) the [parameter named as [param bug check-in: 228578add8 user: Joel Bennett tags: trunk
12:56
Get-TwitterReply modification get all replies check-in: de166d6658 user: unknown tags: trunk
12:56
Usuallay I use this to start my browser with a URL in some PowerShell Script or retrieved by some Powershell Script. This is an ISE-Extension. check-in: 317f761a82 user: Bernd Kriszio tags: trunk
12:56
Takes two servers and provides the delta of installed hotfixes between them check-in: ea5f0f061a user: Andy Schneider tags: trunk
12:56
Function to do a regex replace of all matches with an expression per match that has local variables check-in: 9fe08bf532 user: karl prosser tags: trunk
12:56
Runs a FullTextSqlQuery (SharePoint’s Enterprise Search SQL Query) against your local MOSS farm; useful as a quick(!) search query test workbench. check-in: 12d6f5be5a user: Peter tags: trunk
12:56
Runs a FullTextSqlQuery (SharePoint’s Enterprise Search SQL Query) against your local MOSS farm; useful as a quick(!) search query test workbench. check-in: cf5e6496cf user: Peter tags: trunk
12:56
Compress a bitmap to a certain filesize, using the PSCX Import-Bitmap, Resize-Bitmap, and Export-Bitmap … and a little trial and error. check-in: 3e9183d4f0 user: Joel Bennett tags: trunk
12:56
Exclude a window from Aero Peek so it stays visible when you press Win+Space in Windows 7 (of course, there’s lots of other possibilities here, but I’ll let others explore them). check-in: 759652f198 user: Joel Bennett tags: trunk
12:56
Enumerate users of a given local group. Uses WMI. Outputs strings, sorry about that. check-in: 7f7ed7622a user: Carter Shanklin tags: trunk
12:56
This script are used to set a random password for Active Directory users in a specified Organizational Unit. It stores the results in a csv-file. check-in: 2ad48ab0fd user: Jan Egil Ring tags: trunk
12:56
Re-IP VMware VMs based on the contents of a CSV check-in: 1dcf731dc4 user: unknown tags: trunk
12:56
This powershell function is a simple one that will kill any currently open connections on the specified server and database. There is no requirements other than PowerShell (obviously!! ;) ). check-in: db545f127f user: caveman_dick 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. Added example for the read operation since it is picky about casting. check-in: 9fa30cd0df user: Ecmaster76 tags: trunk
12:56
This script is intended to use IIS logs to audit OWA logs for syncing of mail from an iPhone. In our environment this is an unauthorized device and needs to be audited. This script is not perfect, nor the prettiest thing in the world but it works. IIS logging must be on for this to work. email the results to yourself in $To varible. Have Fun! check-in: abc42b9919 user: unknown tags: trunk
12:56
A set of functions I’ve been working on to allow easy use of Access DBs with PowerShell. A work in progress, but thought they were at a point where others might find them useful. check-in: a20419d2bc user: Matt Wilson tags: trunk
12:56
This is the PowerShell 2.0 -only continuation of my Growl module — redesigned as a proper “module” that can be used by (many) other scripts. check-in: 2166f2012a user: Joel Bennett tags: trunk
12:56
This is the PowerShell 2.0 -only continuation of my Growl module check-in: 5bf41438ac user: Joel Bennett tags: trunk
12:56
A fix to make this work on PowerShell 1.0 check-in: 61f408f22e user: Joel Bennett tags: trunk
12:56
This script generate a HTML report show all ACLs asociated with a Folder tree structure starting in root specified by the user check-in: 71419634b7 user: Santi Fernandez tags: trunk
12:56
This function finds storage within VMware that can be shared between ESX hosts. check-in: 3d0d907148 user: unknown tags: trunk
12:56
I import this as a module because it depends on the other two functions. You could easily dot-source it as well. Requires v2 CTP3 or higher to get the help documentation to work. check-in: a16eafc77e user: tojo2000 tags: trunk
12:56
I import this as a module because it depends on the other two functions. You could easily dot-source it as well. Requires v2 CTP3 or higher to get the help documentation to work. check-in: bb8a4e4499 user: tojo2000 tags: trunk
12:56
This extends the functionality of the SharePoint Search Administration page, producing dashboard-like analysis of your farm’s search crawls. I do not intend to use this script in production, but instead will use it as a starting point to help me build out search crawl health monitoring functionality. check-in: 9d33c12dd5 user: Peter tags: trunk
12:56
This is the first raw release, supports OAuth via Installed Application Authentication (a modified form of OAuth where the consumer fetches access tokens using a username and password instead of a request token). check-in: dbac3410f7 user: Joel Bennett tags: trunk
12:56
Some enhancements to HttpRest to support posting content, and a couple other things I needed for OAuth support… check-in: 15e3096992 user: Joel Bennett tags: trunk
12:56
Select-String has the funny behavior that it -Encoding parameter could be default, but Select-String uses unicode as default value. That means we do not find strings containing some western european letters like ‘’ in ansi coded files. Finally I want the choice default_or_oem, to search even my OEM850 coded files. Here I fix only the default to ‘default’ check-in: eac410c318 user: unknown tags: trunk
12:56
Help Differ 10000 check-in: d3577fe15e user: Carter Shanklin tags: trunk
12:56
This extends the functionality of the SharePoint Search Administration page, producing dashboard-like analysis of your farm’s search crawls. I do not intend to use this script in production, but instead will use it as a starting point to help me build out search crawl health monitoring functionality. check-in: f24c9cd930 user: Peter tags: trunk
12:56
This is a simple little function to search all available cmdlets for a given keyword. Similar to man -k. check-in: ab168e2463 user: Carter Shanklin tags: trunk
12:56
Automatically create an Excel frontend to a cmdlet or advanced function. Not really general purpose yet. There are a couple of examples within the script. check-in: b8509e1e3b user: unknown tags: trunk
12:56
Provides details for every large list in the farm. As it is utilitarian, this script does not provide periodic status updates or provide any kind of error handling. check-in: 9d3785581e user: Peter tags: trunk
12:56
Provides details for every large list in the farm. As it is utilitarian, this script does not provide periodic status updates, though it could be programmed to do so. check-in: eca74f25c4 user: Peter tags: trunk
12:56
Performs the functional equivalent of a Hyper-V Quick Migration by suspending a VM, moving it to a new host, and resuming it. This does not require vMotion licensing. It works by providing required VM objects via the pipeline or the second argument, and specifying the Destination host in the first argument, so you can use whatever query you want to build a list of VM’s to send to the command. check-in: d914f60127 user: Justin Grote tags: trunk
12:56
This is a simple little function to search all available cmdlets for a given keyword. Similar to man -k. check-in: b949b34257 user: unknown tags: trunk
12:56
An update to my mini-DSL for generating XML documents. check-in: b6763cd667 user: Joel Bennett tags: trunk
12:56
Allows you to easily create machine-level environment variables that will persist after reboots. Note that the variables created this way may not be visible in the variable: or even env: providers until you restart your Powershell session. Allowable values to Target param are “process”, “user”, and “machine”. check-in: 0ef0c12c6c user: halr9000 tags: trunk
12:56
PowerShell script for gathering remote PC information check-in: 4f438578f5 user: unknown tags: trunk
12:56
List active directory attributes from schema check-in: 1d4a83a386 user: unknown tags: trunk
12:56
A little Send-FTP script to support uploading files. This version is simple: it can’t create folders nor allow you to specify whether to overwrite files … check-in: 6117704ba2 user: Joel Bennett tags: trunk
12:56
Updated for PowerBoots 0.2: http://screencast.com/t/drKhZbMv0S A stay-on-top (borderless window) countdown timer, with a percentage-based color progress bar as well as sizable font … as well as audio file and voice alarms. check-in: 785f22614b user: Joel Bennett tags: trunk
12:56
Beginnings of a PowerShell v2 module that serves as a convenience wrapper for the Net-SNMP executables. check-in: 99b480dcf0 user: halr9000 tags: trunk
12:56
Script courtesy of Jaykul, I’m just reposting. This script will decode the passwords for all accounts in the Psi profile labeled “default”. check-in: 3f0ed53910 user: aaajabbercz tags: trunk
12:56
This is a first stab at creating a little DSL to generate XML. Note that I used System.Linq.XML (and output an XDocument) instead of the old XmlDocument… This means you have to have .Net 3.5 (LINQ) installed. It also means that if you want to be able to use the output via PowerShell’s magic XML dot-notation, you have to cast it to XmlDocument, just write: [xml]$xml = New-XML ... check-in: 55af359a39 user: Joel Bennett tags: trunk
12:56
More fun with S.W.A. @kryten68 – Added Transforms and examples check-in: 3f3597e96b user: Joel Bennett tags: trunk
12:56
Use to check a service on a remote server and if it is not running, start it and send an email to warn. Added a ping request to make sure the server is up before checking the service. check-in: c1a49e172f user: John Kroes tags: trunk
12:56
A cleanup for @kryten68 without all that code-generation cruft. check-in: 4c41c862e3 user: Joel Bennett tags: trunk
12:56
Returns the top processes by CPU usage check-in: 6fc50e262e user: BSonPosh tags: trunk
12:56
Requires Quest AD cmdlets. This oneliner sets Active Directory user attributes for Microsoft Office Communications Server 2007. check-in: 3387b159b6 user: Jan Egil Ring tags: trunk
12:56
Requires Quest AD cmdlets. This oneliner sets Active Directory user attributes for Microsoft Office Communications Server 2007. check-in: 94742e9a00 user: Jan Egil Ring tags: trunk
12:56
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/ (this is where the latest version will be maintained, it’s been edited a few times already since being posted here). check-in: fb7a9dc667 user: Jason Fossen tags: trunk
12:56
Updated for PowerBoots 0.2: A stay-on-top (borderless window) countdown timer, with a percentage-based color progress bar as well as sizable font … as well as audio file and voice alarms. check-in: 8af6075d71 user: Joel Bennett tags: trunk
12:56
More info can be found at www.ict-freak.nl check-in: 0281f58b9c user: afokkema tags: trunk
12:56
Works like the integer range operator “..”, but for characters. check-in: f5a5a4f8f9 user: halr9000 tags: trunk
12:56
More info about this script can be found here: http://ict-freak.nl/2009/06/27/powercli-upgrading-vhardware-to-vsphere-part-1-templates/ check-in: bfd438b0f6 user: afokkema tags: trunk
12:56
For more information and sample out put please visit http://www.virtu-al.net/2009/07/14/powercli-daily-report/ check-in: a21c61ede8 user: alanrenouf tags: trunk
12:56
For more information and sample out put please visit http://www.virtu-al.net/2009/07/14/powercli-daily-report/ check-in: 40f74f5dc6 user: unknown tags: trunk
12:56
Problem: Type in a command to show the output, then wish you had saved it to a variable check-in: 892d1c6f98 user: unknown tags: trunk
12:56
The simplest form of WGet … no options, no passwords, no nothing. But it works. check-in: df948840bc user: Joel Bennett tags: trunk
12:56
Robert, the problem is that this script requires version 2.0 … that “GetSteppablePipeline” is a new feature. I forgot to mark it. check-in: 134b51cbf1 user: Robert Riegler tags: trunk
12:56
Test-Port creates a TCP connection to specified port. By default it connects to port 135 with a timeout of 3secs. check-in: 512e697590 user: BSonPosh tags: trunk
12:56
Helllo check-in: 0198d77b29 user: foobar 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. 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
12:56
Ported TabExpansion from V2CTP2 to v1.0 and extended. Please dot souce this script file to use. check-in: 975f9065db user: foobar tags: trunk
12:56
This script uses the text and XML PowerShell help files to generate HTML help for all PowerShell Cmdlets, PSProviders, and “about” topics. the help topics are compiled into a .chm file using HTML Help Workshop. check-in: f7af4c0c19 user: John Robbins tags: trunk
12:56
A script module that allows you to sync feeds using the Microsoft Feeds Manager automation API, as well as mark items read for all or specific folders. check-in: adc8150054 user: Heath Stewart tags: trunk
12:56
quick hard coded script for uploading a file to an ftp server. check-in: 622cb47492 user: Stephen Price tags: trunk
12:56
quick hard coded script for uploading a file to an ftp server. check-in: bbd9c191cf user: Stephen Price tags: trunk
12:56
Gets the VMHostSnmp object for VMWare VI Toolkit consumption check-in: 12315a3fea user: unknown tags: trunk
12:56
Delete NW ssids by clientname , for use in adv_file environments. check-in: cb443603c5 user: James Pratt tags: trunk
12:56
Test connectivity to the host using a ping or TCP port check-in: ca122c1771 user: unknown tags: trunk
12:56
This script customizes the welcome screen which PowerGUI admin console displays on start-up or when a folder is selected in the left-hand tree. check-in: 74eacf08ef user: Dmitry Sotnikov tags: trunk
12:56
Returns the priority mail server (SMTP) to send email directly to the SMTP server of a particular domain/email address. Uses NetCmdlets (get-dns). check-in: 034b35afef user: unknown tags: trunk
12:56
Ported TabExpansion from V2CTP2 to V2CTP3 and extended. Please dot souce this script file to use. check-in: 68cd42a1f3 user: foobar tags: trunk
12:56
Ported TabExpansion from V2CTP2 to v1.0 and extended. Please dot souce this script file to use. check-in: fc3a4a4dff user: foobar tags: trunk
12:56
Returns the priority SRV hostname and port for a particular service and domain. Requires NetCmdlets (get-dns). check-in: e0a55c2c6f user: Lance Robinson tags: trunk
12:56
Get-OUComputerNames check-in: fc5cdf8fe3 user: Nathan Hartley tags: trunk
12:56
This script will recursively enumerate your entire server objects, if they all reside under an OU and get the service tag via WMI for each one of them excluding the VMWare guest servers. This is good if you have a lot of servers and don’t want to spend the time having to go to each one of them to manually get the information. check-in: 3c1dd41d36 user: unknown tags: trunk
12:56
Syncs the system time with that of a remote time server. Uses NetCmdlets. check-in: 1682dd4255 user: Lance Robinson tags: trunk
12:56
Quickly tests if a given web server (specified by Url parameter) is running a WebDAV service. Should work against any server platform that supports the WebDAV RFCs. check-in: b6cc488882 user: halr9000 tags: trunk
12:56
A PowerShell implementation of Commandline Fu Episode 38, I skipped the first step of looking only at posts to login just because I don’t have anything like that in my logs :) check-in: 56fb9fb57a user: unknown tags: trunk
12:56
This script has appeared in many places in many different forms. Eg: PowerShell.com Sometimes it’s called ConvertTo-Object, but I find that too generic, since it can ONLY convert hashtables. check-in: d174e9688e user: Joel Bennett tags: trunk
12:56
This script has appeared in many places in many different forms. Eg: PowerShell.com Sometimes it’s called ConvertTo-Object, but I find that too generic, since it can ONLY convert hashtables. check-in: 38212d2b59 user: Joel Bennett tags: trunk
12:56
A recursive function that allows the user to do a container search and specify the number of levels they would like to recurse. (Requires v2.0 CTP3 or later) check-in: 86f45aa489 user: CrazyDave tags: trunk
12:56
A recursive function that allows the user to do a container search and specify the number of levels they would like to recurse. (Requires v2.0 CTP3 or later) check-in: 712754aa72 user: tojo2000 tags: trunk
12:56
A recursive function that allows the user to do a container search and specify the number of levels they would like to recurse. (Requires v2.0 CTP3 or later) check-in: 54c6437d30 user: tojo2000 tags: trunk
12:56
having problems with my dsl connection, a simple pinging log script check-in: 97196f35bc user: karl prosser tags: trunk
12:56
Authenticode 1.7 for CTP3: Now with integrated help. NOTE: The default cert should be put in a ModuleInfo file, but it will work without that, and will prompt you for a certificate (and/or the password for it) only once per session. check-in: e82515cfd6 user: Joel Bennett tags: trunk
12:56
For FriendFeed users: get any twitter friends who aren’t on FriendFeed, and make imaginary versions of them, complete with avatars. check-in: 75463e67b6 user: Joel Bennett tags: trunk
12:56
Really basic initial scripts to enable Watin automation via powershell check-in: 45d957b9e7 user: Joel Bennett tags: trunk
12:56
Continued reworking in PowerShell 2.0 with parameter sets. check-in: e3904b58f9 user: Joel Bennett tags: trunk
12:56
Ported TabExpansion from V2CTP2 to V2CTP3 and extended. Please dot souce this script file to use. check-in: f4511dedb2 user: foobar tags: trunk
12:56
Copy Data between Folders including a Progressbar check-in: 0f6d0271ef user: mazakane tags: trunk
12:56
A function to join a domain check-in: 2e59d78174 user: Andy Schneider tags: trunk