--- Start of Rant ---
Let me tell you something. Sometimes in IT you're stuck with an unenviable task of scripting mass changes to AD, you've got the starting point - the requirements and the objects that need to be changed, you have somehow managed to extract the data required to be changed. Now you need to eye-ball both spread sheets line by line to make sure you can produce the script that will update the required attributes.
It's not fun.
--- End of Rant ---
With this it will be fun:
http://www.techonthenet.com/excel/formulas/vlookup.php
Just happy sharing nuggets. My Personal Wiki. Blog contains mostly technical stuff which may be of interest to some but mostly useful for me.
Wednesday, July 17, 2013
Friday, July 5, 2013
Things to take note of before messing with vShield
vShield adds this line to each VM's .vmx file.
ethernet0.filter0.name = “vshield-dvfilter-module”
ethernet0.filter0.param1 = “uuid=52393e32-ee4f-4420-808d-dd2683015301.000″
ethernet0.filter0.name = “vshield-dvfilter-module”
ethernet0.filter0.param1 = “uuid=52393e32-ee4f-4420-808d-dd2683015301.000″
Wednesday, July 3, 2013
Resolving network address conflict after P2V Windows 2003/XP to VMware
set devmgr_show_nonpresent_devices=1
start devmgmt.msc
http://freneticrapport.blogspot.sg/2011/05/windows-hiddennot-connected-device.html
start devmgmt.msc
http://freneticrapport.blogspot.sg/2011/05/windows-hiddennot-connected-device.html
Monday, July 1, 2013
Find files based on date of last write change using DIR command
dir /s /a /O-D /TW | find "27/06/2013" | more
Subscribe to:
Posts (Atom)