DomainFind 0.6 Released Friday, 31st July 2009, 12:51 DomainFind version 0.6 has been released today. Changes included in this version: WMI arrays are now properly handled.- -df can now be used for LDAP queries.
- -format can now be used for LDAP queries.
- Implemented new switch: -user. Searches for LDAP user accounts.
- Added new export format to DomainFind: xml.
- CSV/TSV export options now work correctly with the -fields switch.
- -lmatch and -match now support multiple conditions separated by colons.
- Implemented new switch: -lmatch. Equivalent to -match but works on LDAP queries.
- Improved status output.
- Updated help.
- Bugfix: Fixed -match and -lmatch logic.
- New switch: -suv suppresses unknown variable output when using -format.
- DomainAction now supports WMI method parameters.
- Fixed logic errors in DomainAction
- Added listmethods action to DomainAction to list available WMI methods.
- Implemented -dnm switch (domain naming master)
- Implemented -schema switch (schema master)
- Added -s switch to show progress display.
- Fixed cosmetic issues with the -s switch
Visit the DomainFind Website Forums Launched Sunday, 26th July 2009, 15:34 We have begun implementing forums in which you can discuss our products, ask for support and share hints and tips with other users. Check out the forums here. DomainFind 0.5 Released Wednesday, 08th July 2009, 12:48 DomainFind version 0.5 has been released today. Changes included in this version: Updated help.- Added a new switch -exc to exclude computers from search results.
- Implemented -motherboard WMI shortcut switch.
- Implemented -battery WMI shortcut switch.
- Implemented -bios WMI shortcut switch.
- Implemented -bootconfig WMI shortcut switch.
- Implemented -csystem WMI shortcut switch.
- Implemented -operatingsystem WMI shortcut switch.
- Implemented -desktop WMI shortcut switch.
- Implemented -mem WMI shortcut switch.
- Implemented -diskdrive WMI shortcut switch.
- Implemented -logicaldisk WMI shortcut switch.
- Implemented -printer WMI shortcut switch.
- Implemented -printjob WMI shortcut switch.
- Implemented -cpu WMI shortcut switch.
- Implemented -qfe WMI shortcut switch.
- Implemented -share WMI shortcut switch.
- Implemented -service WMI shortcut switch.
- New switch: -reg for searching remote registries, using the -match syntax (as per -wmi)
- New switch: -sk for searching registry subkeys recursively.
- -df can be combined with -reg to specify which value in a particular key should be returned.
- -fields can be combined with -reg to specify additional values from a key which should be returned.
- -reg now searches local computer.
- Initial version of DomainAction included.
- Added an action to DomainAction: shutdown
- Added an action to DomainAction: reboot
- Added an action to DomainAction: run
- Initial version of ListACL included.
- ListACL now expands groups with -showusers switch.
Visit the DomainFind Website DomainFind 0.4 Released Tuesday, 09th June 2009, 00:00 DomainFind version 0.4 has been released today. Changes included in this version: Added -sw switch to find installed software (MSI installs only)- Added -nc switch to negate computer results.
- Added -nr switch to negate WMI results.
- Added -nic switch to search for network adapter information
- Added -disk switch to search for logical disk information
- Removed -nr switch.
- Added -wmi switch to replace all WMI search switches and give more flexibility.
- Added -match switch to match against WMI search results.
- Added -df switch to change the default display field.
- Added -format switch to specify custom output formats.
- Added -assoc switch to retrieve related WMI classes.
- Added -simple switch to simplify the output.
- Changed installer so that the Documentation shortcut points to trogsoft.com.
- Changed the way -assoc works. It now retrieves all related queries automatically, and allows you to filter them down.
- Added -event switch as a shortcut to -wmi Win32_NTLogEvent
- Added -msi switch as a shortcut to -wmi Win32_Product
- Added -hw switch as a shortcut to -wmi Win32_PnPEntity
- Added -process switch as a shortcut to -wmi Win32_Process
- Added -logon switch as a shortcut to -wmi Win32_Process -assoc -df Win32_UserAccount.FullName
- Fixed a bug in the logic which decides the display field.
Visit the DomainFind Website Product Websites Friday, 15th May 2009, 14:38 Just a quick notice. At the moment, all the product websites are pretty bare. They have some information, documentation and download links, and perhaps a change log. Over time, we will be introducing a way to suggest features (and track their implementation, as well as reporting bugs or obtaining support. Keep checking back!
Announcing Tractor Wednesday, 13th May 2009, 16:45 No, we're not branching out into farm equipment. Tractor is currently a software/serivce management and partial CRM product. I say "currently" because it is evolving quickly to incorporate new features. Check it out. DomainFind 0.3 Released Monday, 11th May 2009, 12:56 DomainFind version 0.3 has been released today. Changes included in this version: Added new options to the installer.- Installer now installs a Start Menu group including a link to the documentation.
- New output format: pipe.
- Changed format of command line output, so that properties appear on new lines.
- All properties of LDAP objects are collected and stored by default, like with WMI properties.
- -process switch now accepts a regular expression or partial string.
- -csc is now implied, unless -csl is specified.
- Changed -eventid switch to just -event
- Removed the pipe option on the -ofx switch.
- Changed WMI searches so that the output is pipable by default.
- Changed WMI searches so that all fields are considered in string comparisons.
Visit the DomainFind Website
DomainFind 0.1 Released Wednesday, 06th May 2009, 17:13 DomainFind version 0.1 has been released today. Changes included in this version: Added -u switch to specify username for connecting to remote computers using WMI.- Added -p switch to specify a password for the username specified in -u.
Visit the DomainFind Website Network Management Software Tuesday, 28th April 2009, 11:30 Aimed largely at organisations which receive discounted Windows Server licences (schools, charities, etc), I'm planning a suite of tools which will turn a standard Windows server into something more. I'm looking at writing a complete system here. The idea being: You install Windows Server - You install this system.
It will then take you through the process of creating a domain, and install various tools. A free mailserver, a free database system, webmail, web based administrative tools, etc, etc. Still in the planning stage, but I'll post regular updates.
Using PHP and WMI Thursday, 12th March 2009, 12:20 I use PHP on Windows quite extensively, and there's a lot of Windows-y stuff I feel I could do with it. One of the big things I would like to do is use WMI easily. So I've come up with the PHP-WMI class, and our first release for quite some time. Okay, it's a 0.1 release, but it's better than nothing ;) PHP-WMI Website
|