A listing of a directory can be very handy for a variety of uses. You could use it to help when making backups to get a listing of filesapplications needed, to better understand the file structure, or to diff the results to monitor a directory. Whatever the use, there are two easy ways to do this and the difference of the two depends on your need and preferences. The first way … [Read more...]
AccessChk – Permissions Reporting Utility
I'm highlighting another SysInternals utility today with AccessChk. This little executable allows you to verify the permissions of directories and sub-folders easily. If you're having problems with a program not being able to write to a directory, a person unable to successfully launch an application, or any of the other hundreds of permission problems you can come across … [Read more...]
Understanding Version Control Systems
Kalid Azad, the brains behind InstaCalc, (who is also a swell guy in general to talk to) runs a blog titled Better Explained. The name says it all as BE strives to explain concepts, software development tactics and tools, and even math topics in simple, image-based lessons. I'd like to highlight one of these posts as Worthwhile Reading: A visual Guide to Version Control. If … [Read more...]
Random Scripting or Scripting with Random
For a random number Go to a command prompt: echo %random% To set an account to a random password net user [username] /random It will then print out the random password. Be sure to write it down. Ex: C:> net user guest /random Password for guest is: tP4edm68 The command completed successfully. … [Read more...]
Windows locked out account tools
If for any reason there is a sudden rash of user accounts locking the following tools might be useful. The AD console allows you to right click on a User and view the properties of the account. Under the 'Account' tab there is a checkbox that says "Account is locked." If it is checked, the account is locked. Simply uncheck the box to unlock the account. lockoutstatus.exe is … [Read more...]