-
Search
-
Categories
- Lab Infrastructure (81)
- Messaging (10)
- Scripting (156)
- Uncategorized (2)
- Virtualization (211)
-
Archives
Category Archives: Scripting
Guest OS Mis-match
I’ve been working on cleaning up my vSphere environment and found a very handy one-liner today. The full article can be found here: http://frankdenneman.nl/2009/12/impact-of-mismatch-guest-os-type/ I took the suggestions in the comments and came up with the following: Get-View -ViewType VirtualMachine … Continue reading
Posted in Scripting, Virtualization
Leave a comment
Homegrown Dictionary/Rainbow Table Password Discovery
Sometimes it is really easy to figure out a user’s password. Just check out that picture to the right. Other times the password is less obvious but could come from a list of passwords you already know. For example, if your … Continue reading
Posted in Scripting
Leave a comment
Script to create 10,000 test users
I thought I would share the script I made to create 10,000 test users in an NT 4.0 domain for my test lab. I should note a couple of things: When I first ran this script, my domain only had … Continue reading
Posted in Scripting
Leave a comment
Verify network translation
Again, some earlier code. I’m not sure how good this works…I had ran it for a few weeks awhile back. However, my IP address changed and I received a lot of notifications before I had a chance to resolve it. … Continue reading
Posted in Scripting
Leave a comment
DFS Replication Report Task
This is an earlier piece of code (says 1/21/2007). I don’t do a lot with batch files anymore…however, it looks like this could still work and I thought I’d copy it here. Purpose: Create Distributed File System (DFS) Replication Health … Continue reading
Posted in Scripting
Leave a comment