Your friends will know you better in the first minute you meet than your acquaintances will know you in a thousand years.
– Richard Bach “Illusions”
Information about joeware mixed with wild and crazy opinions...
Your friends will know you better in the first minute you meet than your acquaintances will know you in a thousand years.
– Richard Bach “Illusions”
Live never to be ashamed if anything you do or say is published around the world – even if what is published is not true.
– Richard Bach “Illusions”
Your only obligation in any lifetime is to be true to yourself.
Being true to anyone else or anything else is not only impossible, but the mark of a fake messiah.
– Richard Bach “Illusions”
Learning is finding out what you already know.
Doing is demonstrating that you know it.
Teaching is reminding others that they know just as well as you.
You are all learners, doers, teachers.
– Richard Bach “Illusions”
http://www.betanews.com/article/VMware_Releases_New_Converter_Tool/1159809766
Tool to convert physicals to VMWARE images, also converts other virtualization images to VMWARE format.
joe
AdFind V01.32.00 is officially released…
You can download it from http://www.joeware.net/win/free/tools/adfind.htm
I have posted several glimpses into what this version can do here on the blog, here are the changes:
I hope you enjoy it and find it useful. As always, if you encounter issues, please read the USAGE screens carefully and if that doesn’t clear it up, drop me an email. Oh, one thing you don’t have to tell me is that there aren’t examples of every switch, I know that. 🙂 I could end up writing examples of everything and I would end up with more lines of code dedicated to documenting the tool than the functions of the tool, since this is a free tool, that doesn’t make a whole lot of sense from my standpoint.
joe
AdMod V01.07.00 is officially released…
You can download it from http://www.joeware.net/win/free/tools/admod.htm
As with AdFind, I have posted several glimpses into what this version can do here on the blog. Note that a couple of the previous usage scenarios were modified based on some usage feedback which should help make some things a little less confusing. Please read the USAGE screens completely for this new version, there is a TON of new features and they have oodles[1] of power. Here are the changes:
I hope you enjoy it and find it useful. As always, if you encounter issues, please read the USAGE screens carefully and if that doesn’t clear it up, drop me an email. Oh, one thing you don’t have to tell me is that there aren’t examples of every switch, I know that. 🙂 I could end up writing examples of everything and I would end up with more lines of code dedicated to documenting the tool than the functions of the tool, since this is a free tool, that doesn’t make a whole lot of sense from my standpoint.
joe
[1] Technical term… 🙂
One popular request I have received over the years for AdFind was to decode the Generalized Time fields like I decode some of the common int8 (64 bit) time fields. I have always said no to this because I don’t consider the fields encoded so not in need of decoding… I see something like
>whenCreated: 20021023015020.0Z
>whenChanged: 20050514161046.0Z
and I have absolutely no issue reading it and understanding what it is telling me. On the other hand I see
>pwdLastSet: 127910506324095116
and I have no clue what that is. Hence, the second is an obvious field to decode while the first doesn’t, IMO, need it…
Well Brian Desmond (fellow MVP) emailed me and asked for this decoding to take place and actually gave an argument for “decoding” Generalized Time fields that I could appreciate and that combined with the fact that I was feeling mellow this morning added it in… So now the Generalized time fields *can* look like
>whenCreated: 2002/10/22-21:50:20 Eastern Daylight Time
>whenChanged: 2005/05/14-12:10:46 Eastern Daylight Time
This is handled through 4 new switches… Why 4? I want to give you (and myself) flexibility. I can’t assume everyone wants to “decode” those fields so I added -tdcgt and -tdcgts which are decode generalized time and decode generalized time in sortable format. I also decided that some people will want to decode both the int8 stuff as well as the generalized time so made it so they can do so with a single switch, either -tdca or -tdcas where the A stands for all.
The second request I added in is the decoding of some well known “delta” int8 values… These are int8 values that don’t have an actual time value but instead are a delta to be used for something or other, examples include:
>forceLogoff: -9223372036854775808
>lockoutDuration: -18000000000
>lockOutObservationWindow: -6000000000
>maxPwdAge: -78624000000000
>minPwdAge: 0
I added the decode of these to the -samdc (SAM Decode) switch functionality so they can now look like:
>forceLogoff: -9223372036854775808 [undefined]
>lockoutDuration: -18000000000 [-30.00 minutes(s)]
>lockOutObservationWindow: -6000000000 [-10.00 minutes(s)]
>maxPwdAge: -78624000000000 [-91.00 day(s)]
>minPwdAge: 0 [0.00 day(s)]
I am finishing up most of the tests of AdFind and AdMod and rereading the usage screens to make sure I didn’t miss changes. After that I have to update the Web Pages (there will be a format change there as it is getting too cumbersome and error prone to maintain the way it is) and I will upload everything for your enjoyment.
joe
Cheer…
I have been re-awarded the MVP award for 2007.
First and foremost I would like to thank the Microsoft MVP Program, this is a great program and I thoroughly enjoy the benefits of the award; primarily the source code access and the visibility into the development groups.
Second I would like to thank the folks who fired me from my job back in 2001. Because of that action, I took the entire summer off from working to decompress and so I had time to spin up www.joeware.net and a rekindled desire to rediscover the USENET groups to help out the overall Microsoft community. Had that critical event not occurred, it is very likely I never would have taken the time out to do either and I expect I would be in a very different place right now. You have to love coincidences. 🙂
joe (Microsoft MVP 2001-*)
The next step in air travel from Sir Richard Branson.
http://www.cbc.ca/technology/story/2006/09/28/tech-virginspace-060928.html
[joeware – never stop exploring… :) is proudly powered by WordPress.]