PoshCode Archive  Timeline

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

31 check-ins using file Server-Inventory.ps1 version cfded42a25

2018-06-10
14:28
When you wish to compare to directory trees, you need the relative pathes of the files with respect to root of the directory tree, so that you can match them. Leaf check-in: d8577740bc user: Bernd Kriszio tags: trunk
14:28
Copy Data between Folders including a Progressbar check-in: 9a83e1547e user: unknown tags: trunk
14:27
This is a further preview of what you can do with System.Windows.UIAutomation — The new WASP module is coming… check-in: 69b61e2624 user: Joel Bennett tags: trunk
14:27
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: 52b5fa3fd6 user: Jeff Hillman tags: trunk
14:27
Check md5/sha1/etc hashes check-in: 2c26578de2 user: Joel Bennett tags: trunk
14:27
Check and md5 or sha1 hash in a “single line” of PowerShell. check-in: 43450bf8b2 user: Joel Bennett tags: trunk
14:27
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: e111cdcac1 user: Dmitry Sotnikov tags: trunk
14:27
Generates a Linux VMDK Backup Script check-in: 5c57dea9b6 user: Patrick tags: trunk
14:27
As promised, I started to expand on Joel’s functions (http://poshcode.org/877). A lot of stuff is missing, but… I have big plans for this module and a PKI module I want to write. check-in: 0f81aa8c25 user: tysonkopczynski tags: trunk
14:27
Given an IP address and subnet mask return all alive hosts within that subnet. Uses PSJobs as a poor mans threading thus requires V2. check-in: 8feeed53f3 user: glnsize tags: trunk
14:27
A collection of V1 functions to assist with most IPv4 math. A majority of the code was translated from VBScript found http://www.highorbit.co.uk/?p=270=1 check-in: aaa0113d6a user: glnsize tags: trunk
14:27
This script compares the column structure between two databases with tables of the same name. Table names to compare can be passed in as an array or piped in either as string values, or as a property of Name or TableName. check-in: 68b7cfb1c1 user: Steven Murawski tags: trunk
14:27
Memory management helpers. Set-SessionVariableList creates a baseline of variable names. Remove-NewVariable clears out any variables not in the SessionVariableList and calls the garbage collector to free up memory. check-in: 624ee4543d user: Steven Murawski tags: trunk
14:27
This functions work together to read the code of a Visual Basic Project into a PowerShell Object, which can be easyly scanned for patterns, returning filename, function/subroutine name und the matching line. Great tool you got unmaintained VB6 projects to understand for fixing or migrating (perhaps into PowerShell ;-)) check-in: 3b50c881b4 user: unknown tags: trunk
14:27
Add functions to the scope for each static method of a type. Originally from Oisin Grehan check-in: c075e7be39 user: Joel Bennett tags: trunk
14:27
Helper function to list the definitions of static methods check-in: 0eb5054a65 user: Steven Murawski tags: trunk
14:27
A handful of functions for returning IS0-8601 formatted dates and parsing them. All functions work (even in the pipeline) in both PowerShell 1 and 2. check-in: 6e8b4f2472 user: Joel Bennett tags: trunk
14:27
Cron Daemon for PowerShell check-in: 96187016e0 user: unknown tags: trunk
14:27
http://halr9000.com/article/642 check-in: e48bba2452 user: unknown tags: trunk
14:27
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: 31d8801812 user: Dmitry Sotnikov tags: trunk
14:27
Gmail can now import and export filters as XML. This script will read in an XML file generated by Gmail (the Path parameter), and create from it a flat PSObject with Id, Updated, Name and Value fields. Since it is flat, you must use the Id field to correlate the filter criteria and actions. As far as I can tell, the first item in a filter is the criteria, and any subsequent ones describe the action to take. More info about filter import/export can be found here: http://gmailblog.blogspot.com/2009/03/new-in-labs-filter-importexport.html check-in: 6db232973f user: unknown tags: trunk
14:27
Simple Function to get powershell version check-in: c98cda048b user: Powershell Jedi tags: trunk
14:27
Generate VMware ESX Backup Scripts for Linux Systems check-in: 221ea5eedf user: Patrick tags: trunk
14:27
Use this function to send an HTML Formatted Email that is based on an XSLT template. This function is based on a blog post by Erik McCarty (http://ewmccarty.spaces.live.com). check-in: 9ec3076cbb user: tysonkopczynski tags: trunk
14:27
Use this function to send an HTML Formatted Email that is based on an XSLT template. This function is based on a blog post by Erik McCarty (http://ewmccarty.spaces.live.com). check-in: aeb1ddb7dd user: unknown tags: trunk
14:27
Generate VM ware Backups via this script. check-in: 24c657c7c6 user: Patrick tags: trunk
14:27
Sending Mails via Powershell with Text Edit, Signature Support and Encryption. check-in: 3aee1b70a3 user: Patrick tags: trunk
14:27
Sending Mails via Powershell with Text Edit, Signature Support and Encryption. check-in: f99eda9e9c user: Patrick tags: trunk
14:27
This topic came up recently in the PowerShell forum at ScriptingAnswers.com and I thought you might find it helpful. The issue was creating a file share remotely. In the olden days, this would have meant using a command line tool like RMTSHARE, which is really just fine. But if you have a larger workflow, doing it natively in PowerShell may be more desirable. check-in: 17570dacb7 user: jeffhicks tags: trunk
14:27
(Requires V2 CTP3) check-in: a4d2fb37ae user: halr9000 tags: trunk
14:27
This script will create an inventory of your server environment. check-in: 95765d4934 user: unknown tags: trunk