RE: Best way to extend system partition...

2009-11-04 Thread mikeMitchell
Using ESX 3.5...we: Extend the 'physical' (virtual) drive using Infrastructure Client... We boot the VM into gPartEd (a small bootable GNU linux iso - http://gparted.sourceforge.net/download.php)... It lets you mouse the partition boundary on the vm's drive Then boot to original OS Of c

RE: Monitor: regular or widescreen

2009-08-10 Thread mikeMitchell
Wide is better. We have rotatable ones, which is great for users who work intensively with docs. Dual Wide is better for the tech..."more glass" -- now you can work more easily on 20 things at once. Mike From: Tom Miller [mailto:tmil...@hnncsb.org] Sent: Monday, August 10, 2009 9:03 am T

RE: VBScript Regular expression help

2009-08-05 Thread mikeMitchell
How about... set re = new regexp re.Global = true re.Pattern = """(.*?)""" set oM = re.execute(a) for each str in oM: Wscript.echo replace(str,,"",1,-1,1): next From: Christopher Bodnar [mailto:christopher_bod...@glic.com] Sent: Wednesday, August 05, 2009 6:09 am To: NT System Admin

RE: Free HTML editor?

2009-07-30 Thread mikeMitchell
Matrix Y2K works on my Vista 64 (though had to turn on compatibility to prevent pgm launch explosion) From: Erik Goldoff [mailto:egold...@gmail.com] Sent: Thursday, July 30, 2009 5:45 am To: NT System Admin Issues Subject: RE: Free HTML editor? quite a few, but what OS are you running for

RE: Terminal Services question

2009-07-01 Thread mikeMitchell
I set up a TS Gateway running on 2k8. It listens on 443, so that was the only port that needs to be open. It acts as a go-between, connecting inbound mstsc traffic on 443 to 3389 on the inside server. There a fair bit of texture allowing for allow/deny based on AD groups. So, from some external

RE: More batch help

2009-06-10 Thread mikeMitchell
vbscript is 'everywhere' in the windows world; powershell's on the way to being everywhere, but hasn't arrived yet. -Original Message- From: Joseph L. Casale [mailto:jcas...@activenetwerx.com] Sent: Wednesday, June 10, 2009 11:02 am To: NT System Admin Issues Subject: RE: More batch help

RE: More batch help

2009-06-10 Thread mikeMitchell
for /f %%a in ('vshadow -q ^| grep "SNAPSHOT ID" ^| cut -f 5 -d " " ') do echo %%a Pipes in the inside bit need to be escaped with hat... ^| The command line within the parens should be surrounded by single quote. From: Joseph L. Casale [mailto:jcas...@activenetwerx.com] Sent: Wednesday,