Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
25 check-ins using file TabExpansion-for-V2CTP3.ps1 version fd19e34002
2018-06-10
| ||
14:25 | Used to reset a Users Password check-in: 07532ca2ae user: BSonPosh tags: trunk | |
14:25 | A wrapper for Get-ChildItem with color highlighting for different file types. I was thinking of the Linux ‘ls —color’, but didn’t bother to match up colors or anything. TODO: The ability to sort by type would be nice. Note: you will have to remove the documentation at the beginning of the function if you want to use it with versions prior to v2.0 CTP3. check-in: d9bc3eb0cd user: tojo2000 tags: trunk | |
14:25 | A few wrapper functions to make working with the SSH portion of SharpSSH easier: New-SshSession, Invoke or Send Ssh commands, Receive output, all with support for “Expect” ... which means we’ll continue reading from the ssh output until we see the expected output, and then stop. check-in: 1ef32cbbce user: Joel Bennett tags: trunk | |
14:25 | A wrapper for Get-ChildItem with color highlighting for different file types. I was thinking of the Linux ‘ls —color’, but didn’t bother to match up colors or anything. TODO: I should probably update it to precompile the regexes at the top so that they aren’t compiled for each item returned by Get-ChildItem, and the ability to sort by type would be nice. Note: you will have to remove the documentation at the beginning of the function if you want to use it with versions prior to v2.0 CTP3. check-in: c00add082f user: tojo2000 tags: trunk | |
14:25 | ## check-in: d7c2651b11 user: William tags: trunk | |
14:25 | This script will compare the names of the people you follow on Twitter and the people following you. It returns a comparison object consisting of the Twitter name of a subject and a side indicator – “<=” means that you are following a subject who is not following you, “=>” means that you are followed by someone who you are not following. check-in: 56c5f552d7 user: Steven Murawski tags: trunk | |
14:25 | powershell does all dividing by doubles, even integers, so often to simulate a interger division you have to [math]::floor the quotient. Here are some functions to do pure integer division check-in: db9c13417b user: karl prosser tags: trunk | |
14:25 | retrieve the windows product key of a specified machine using WMI check-in: 4cef3a522d user: karl prosser tags: trunk | |
14:25 | in progress -buggy check-in: 2859899687 user: karl prosser tags: trunk | |
14:25 | Compare the tables (and columns with the -Column parameter) in two databases, checking for differences. check-in: f078ff029b user: Steven Murawski tags: trunk | |
14:25 | simple function like foreach, but that traps exceptions using v2, and logs then in the $lastex variable. this way the pipeline can continue and process the objects that aren’t having errors happen against them. eventually this needs to be made much better, and be a v2 advanced function check-in: 8861eb2d12 user: karl prosser tags: trunk | |
14:25 | 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: 9b4edfc4a0 user: Dmitry Sotnikov tags: trunk | |
14:25 | This script performs OpenLdap query against specified Server. check-in: c1516694a0 user: BSonPosh tags: trunk | |
14:25 | Requires PS 2.0 CTP3 check-in: b2fec69446 user: Oisin Grehan tags: trunk | |
14:25 | This is an enhancement on top of the [Environment]::GetFolderPath to add support for additional folders like QuickLaunch and the “Common” folders (CommonStartMenu, etc) by using the WshShell SpecialFolders enum from COM... check-in: 4fd765a751 user: Joel Bennett tags: trunk | |
14:25 | proof of concept of running csharp expressions in powershell v2. very basic, no error checking. check-in: 112f040939 user: oisin tags: trunk | |
14:25 | The following script will add some nice host network information into an object which is exported to a csv file for passing to the network guys or can be used to find your server in that mess of cables that are always meaning to be tidied in the data center. check-in: 4cffe14ca1 user: unknown tags: trunk | |
14:25 | Help Differ 10000 check-in: 346aea5cc1 user: Carter Shanklin tags: trunk | |
14:25 | proof of concept of running csharp expressions in powershell v2. very basic, no error checking. check-in: 2fb850be3d user: unknown tags: trunk | |
14:25 | Generate one or more random strings for use as passwords or pre-shared keys using a Windows form in PowerShell. User can customize the alphabet, length and number of strings generated. check-in: 68cae6afcd user: Marcus L tags: trunk | |
14:25 | This script will create a new System Center Configuration Manager (SCCM) 2007 Collection. check-in: d739feb1d9 user: Andy S tags: trunk | |
14:25 | Test-Port creates a TCP connection to specified port. By default it connects to port 135 with a timeout of 3secs. check-in: c31e7f5216 user: BSonPosh tags: trunk | |
14:25 | This script takes a path to a script (full or relative), a fileinfo object, or either as pipeline input. It converts the script’s content to a function of the same name as the file. For example, ./ConvertTo-Function Get-Server.ps1 would create a function called Get-Server. If the function already exists, it will replace it with the new script. check-in: 77947463ab user: unknown tags: trunk | |
14:25 | Many organizations have a separate OUs for their servers and workstations, this is an example on how to list servers in the wrong OU. check-in: ef8665ab81 user: unknown tags: trunk | |
14:25 | Ported TabExpansion from V2CTP2 to V2CTP3 and extended. Please dot souce this script file. check-in: 68baeceeb4 user: foobar tags: trunk | |