joeware - never stop exploring... :)

Information about joeware mixed with wild and crazy opinions...

10/2/2006

Friends…

by @ 8:46 pm. Filed under quotes

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”

Rating 3.00 out of 5

Shame…

by @ 8:43 pm. Filed under quotes

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”

Rating 3.00 out of 5

Be true to yourself…

by @ 8:41 pm. Filed under quotes

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”

Rating 3.00 out of 5

Learn, Do, Teach…

by @ 8:38 pm. Filed under quotes

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”

Rating 3.00 out of 5

VMWARE Converter Tool

by @ 8:35 pm. Filed under tech

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

Rating 3.00 out of 5

10/1/2006

AdFind V01.32.00

by @ 11:06 pm. Filed under updates

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:

  • Fixed bug in -adcsv, added more data to -adcsv header
  • Fixed bug in -noctl
  • Fixed bug in SDDL SID Decode
  • Added subnets and exch to DN Replace option
  • Added support to decode longhorn mode values
  • Expanded partitions msDS-Behavior-Version decoded on
  • Decode defaultSecurityDescriptor
  • Changed usage switches around – see adfind /?
  • Added switches -sddl++, -sddlfilter, -sddlnotfilter, -recmute, -noowner, -nogroup, -nodacl, -nosacl, -decsddlacl, -tdca, -tdcas, -tdcgt, -tdcgts
  • Allow ACEs in SDDL+/SDDL++ output to be filtered with -mvfilter
  • Fixed -maxe so it works for values >1000
  • Increased buffer size of -ef and -ff options to 10MB
  • Special Exchange specific decode of msExchMailboxSecurityDescriptor with sddl+
  • Added shortcuts listpropsets, listpropsetsl, listpropsetscsv, listvwrites, listvwritesl, listvwritescsv, listxrights,listxrightsl,listxrightscsv,exchmbxs, exchme, sdfilter, sdfilterns, explaces

 

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

Rating 3.00 out of 5

AdMod V01.07.00

by @ 11:06 pm. Filed under updates

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:

  • Fixed some memory leaks
  • Added +- operation, remove all values of multivalue and replace with specified values.
  • Added switches -permissive, -xdom, -delegation, -u, -up, -simple, -ssl, -rootdse, -null, -schema, -root, -config, -default, -rb, -upto, -counterstart, -expand, -bmod, -autobase, -po, -e, -ef, -import, -importexclattr, -replacedn, -replacedndelim, -dotcount
  • Added TXT## to binary encode
  • Added CSV functionality, see admod /sc?
  • Broke usage screens into sections
  • Output directory type/port info
  • Added shortcuts

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… 🙂

Rating 3.00 out of 5

Two relatively popular requests for AdFind finally added in V01.32.00…

by @ 12:24 pm. Filed under updates

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

Rating 3.00 out of 5

[MVP] Congratulations! You have received the Microsoft MVP Award

by @ 12:04 pm. Filed under general

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-*)

Rating 3.00 out of 5

9/29/2006

London to Australia in 30 minutes or the pizza is free…

by @ 11:03 pm. Filed under general

The next step in air travel from Sir Richard Branson.

 

http://www.cbc.ca/technology/story/2006/09/28/tech-virginspace-060928.html

Rating 3.00 out of 5

[joeware – never stop exploring… :) is proudly powered by WordPress.]