Maybe you noticed that one of my projects I would like to finish in summer is also offline shortcuts editor - and you probably think "why some editor when I can build shortcuts using Explorer?"... Think twice - it's not as easy as it looks like and you will be maybe surprised how many gotchas...
Recently I wrote about SystemSherlock Lite - really nice snapshoting tool that supports command line... I also posted small utility for parsing log files. After that I started to heavily use SystemSherlock - and I must say that it is really really great utility. Problem is that usually you want to have...
Posted to
Martin Zugec blog
(Weblog)
by
martin
on
05-17-2008
Filed under: Deployment, Scripting, Development, Projects, Utilities, Productivity, Tips&Tricks
As mentioned in my post about SystemSherlock Lite , I really love this tool after few days... Only problem I had is that it can take some time to realize what really happened - you need to read pretty big log files and you can spend precious time reading through temporary entries or documents and settings...
So another small project is coming... Sometimes you need to get something from active directory. For example (because my environment is using groups heavily), I want to see relationships between different groups or I want to see my memberships - which groups I belong to (not just MemberOf, but also nested...