Re: Trend OfficeScan Client Rename

2009-03-11 Thread Joe Fox
Dave,

It's been about a week since I did the rename.  I wonder if they will show
up properly if I restart the OfficeScan server services.

Thanks.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Wed, Mar 11, 2009 at 9:23 AM, David Lum david@nwea.org wrote:

  How long has it been since you renamed the PC’s? I don’t recall having to
 do anything when renaming PC’s at my site with OfficeScan…

 *David Lum** **// *SYSTEMS ENGINEER
 NORTHWEST EVALUATION ASSOCIATION
 (Desk) 971.222.1025 *// *(Cell) 503.267.9764



 *From:* Joe Fox [mailto:jwfo...@gmail.com]
 *Sent:* Tuesday, March 10, 2009 12:02 PM
 *To:* NT System Admin Issues
 *Subject:* Trend OfficeScan Client Rename



 I recently had an issue which caused me to rename all the clients on my
 network (poor naming convention by prior admin which caused a naming
 conflict).  Now none of my clients that have been renamed are showing up in
 my OfficeScan console.  Is there an easy way to get all the clients to show
 up, or will I have to do and uninstall and reinstall to be able to manage
 them?

 Thanks in advance.

 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr












~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Trend OfficeScan Client Rename - SOLVED

2009-03-11 Thread Joe Fox
It looks like a restart of the services did the trick (actually had to
restart the server that OfficeScan was due to other issues).

Thanks for all the help!

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Wed, Mar 11, 2009 at 11:59 AM, Joe Fox jwfo...@gmail.com wrote:

 Dave,

 It's been about a week since I did the rename.  I wonder if they will show
 up properly if I restart the OfficeScan server services.

 Thanks.

 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr


 On Wed, Mar 11, 2009 at 9:23 AM, David Lum david@nwea.org wrote:

  How long has it been since you renamed the PC’s? I don’t recall having
 to do anything when renaming PC’s at my site with OfficeScan…

 *David Lum** **// *SYSTEMS ENGINEER
 NORTHWEST EVALUATION ASSOCIATION
 (Desk) 971.222.1025 *// *(Cell) 503.267.9764



 *From:* Joe Fox [mailto:jwfo...@gmail.com]
 *Sent:* Tuesday, March 10, 2009 12:02 PM
 *To:* NT System Admin Issues
 *Subject:* Trend OfficeScan Client Rename



 I recently had an issue which caused me to rename all the clients on my
 network (poor naming convention by prior admin which caused a naming
 conflict).  Now none of my clients that have been renamed are showing up in
 my OfficeScan console.  Is there an easy way to get all the clients to show
 up, or will I have to do and uninstall and reinstall to be able to manage
 them?

 Thanks in advance.

 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr













~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Trend OfficeScan Client Rename

2009-03-10 Thread Joe Fox
I recently had an issue which caused me to rename all the clients on my
network (poor naming convention by prior admin which caused a naming
conflict).  Now none of my clients that have been renamed are showing up in
my OfficeScan console.  Is there an easy way to get all the clients to show
up, or will I have to do and uninstall and reinstall to be able to manage
them?

Thanks in advance.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

OT: Notary and Photographer needed.

2009-02-26 Thread Joe Fox
I was wondering if there was anyone on the list that knows a Notary Public
and a reasonably priced photographer (only need for about an hour) in the
Orlando FL area that are available in mid-April.

Please respond off-list.

Thanks in advance. :)

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Notary and Photographer needed.

2009-02-26 Thread Joe Fox
James got it right - I'm getting married in mid-April.  Just myself, my
fiance and her daughter.

Well done sir!

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Thu, Feb 26, 2009 at 1:23 PM, Martin Blackstone mblackst...@gmail.comwrote:

  Well played sir.



 *From:* Andy Shook [mailto:andy.sh...@peak10.com]
 *Sent:* Thursday, February 26, 2009 10:20 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Notary and Photographer needed.



 Speaking of marriage and you, how is your cousin doing these days? J



 Shook



 *From:* James Kerr [mailto:cluster...@gmail.com]
 *Sent:* Thursday, February 26, 2009 1:17 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Notary and Photographer needed.



 Sounds like someone's getting married.




















~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Del *.bak after 7 days

2009-02-03 Thread Joe Fox
This is the way that I used to do it on my last gig.  It was a VBscript 
run as a Scheduled Task.


code
dtmDate = Date - 2

strDay = Day(dtmDate)

If Len(strDay)  2 Then
   strDay = 0  strDay
End If

strMonth = Month(dtmDate)

If Len(strMonth)  2 Then
   strMonth = 0  strMonth
End If

strYear = Year(dtmDate)

strTargetDate = strYear  strMonth  strDay

strComputer = .

Set objWMIService = GetObject(winmgmts:\\  strComputer  \root\cimv2)

Set FileList = objWMIService.ExecQuery _
(ASSOCIATORS OF {Win32_Directory.Name='X:\SQL1\CAREMGMT'} Where  _
 ResultClass = CIM_DataFile)

For Each objFile In FileList
strDate = Left(objFile.CreationDate, 8)
If strDate  strTargetDate Then
   If objFile.Extension = TRN Or objFile.Extension = BAK Then
   objFile.Delete
   End If
End If
Next
/code

HTH.
-Joe
On 2/3/2009 2:06 PM, Stefan Jafs wrote:

Thanks you are correct, I'll let SQL do it, however thanks for the suggestions on 
forfiles and delage32.

___
Stefan Jafs


-Original Message-
From: Dennis Melahn [mailto:den...@advancedav.com]
Sent: Tuesday, February 03, 2009 1:55 PM
To: NT System Admin Issues
Subject: RE: Del *.bak after 7 days

Lots of great ideas but Sam hit it on the head. Set your SQL Maintenance plan 
to do this. I run incrementals on my Backup folder every night after the 
Maintenance plan runs so I have my Maintenence Plan set to only keep 2 bak 
files (that night and the previous night) for each DB.  Why do extra work if 
SQL will do it for you?

Dennis




Curious, are these files part of a SQL Maintenance Plan?  If so, the maint. 
Plan should be parsing them I believe...



From: Stefan Jafs [mailto:sj...@amico.com]
Sent: Tuesday, February 03, 2009 10:32 AM
To: NT System Admin Issues
Subject: Del *.bak after 7 days



I have a bunch of SQL back files th�s keep accumulating, they are backed up 
to disk and then copied to tape, there is no need to keep more that 7 days on 
the Hard drives.

Does any one have a script / bat file that could del et *.bak from a folder and 
subfolders after let���s say 7 days?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/   ~




This email and any attached files are confidential and intended solely for the 
intended recipient(s). If you are not the named recipient you should not read, 
distribute, copy or alter this email. Any views or opinions expressed in this 
email are those of the author and do not represent those of the Amico 
Corpoartion company. Warning: Although precautions have been taken to make sure 
no viruses are present in this email, the company cannot accept responsibility 
for any loss or damage that arise from the use of this email or attachments.
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/   ~



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


Re: Another NT problem

2009-01-15 Thread Joe Fox

Eric,

I would get a copy of Steve Gibson's SpinRite 
(http://www.grc.com/sr/spinrite.htm) and run it on each individual 
disk.  I've heard (have never had to use it myself) that it can find 
errors and repair then allowing the software RAID to work.


It's $89.00 US per copy IIRC.

HTH

Joe
On 1/14/2009 4:33 PM, Eric Brouwer wrote:

Good afternoon,

I lost a volume on one of my NT servers the other day, and I can not 
find a way to get it back.  It is a non-fault tolerant striped set 
created through Windows NT.  It is not a hardware RAID.  The other 
array I can still access shows it's formatted as NTFS.  The array 
giving me troubles shows as unknown format.  All disks are present 
and accounted for in Disk Administrator, and none of the drives have 
any problems listed.  It looks like NT just lost the settings for this 
array.  Of course, the data is not backed up.


Can I get this array back?  Any utilities I can run against the disks 
to find the configuration information?  I'm currently downloading the 
NT Resource Kit to see if I can find anything on there that might help.


Thanks,

Eric Brouwer
IT Manager
www.forestpost.com
er...@forestpost.com
248.855.4333





~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


Re: Seagate HDs

2009-01-15 Thread Joe Fox




I know I mentioned this in an earlier thread today, but I have heard
people have had a lot of success with GRC's SpinRite for recovering
"bad" hard drives.  Usually it can make the drive usable again,
although I would probably replace the drive shortly after SpinRite'ing
it.

-Joe

On 1/15/2009 10:44 AM, Phillip Partipilo wrote:
I managed to do the freezer trick with a number of older
Fujitsu IDE drives, around 6-8 years ago, they used a bad batch of red
phosphorous in their main processing chips on the drives, which had too
much thermal expansion/contraction, which led to broken wires within
the ICs themselves.  The freezer trick was almost 100% effective with
them.
  
  
  What I would do was take a bare shell of a computer, just the
cheapest motherboard in the cheapest case you could get (pulled out of
the closet and dusted off), take old broken drive and new drive, seal
both in a bag with cables coming out of said bag, hook to computer,
place ghost disk in floppy, put entire assembly into the office
freezer, run cables out of the edge/seal, small monitor and keyboard
outside the fridge, and do the ghosting there.
  
  
  Very effective and often practiced thing back in those days.
  
  
  
  
  On Jan 15, 2009, at 10:32 AM, Jacob wrote:
  
  


Well.. not reinstall, but to get data
off it.
 
It is usually an onetime event. After
that, the HD is basically toast.
 
I tried it a couple times just for
sh*ts and giggles. Got it to work once, but lasted about 10 minutes.
 
 
 


From: David Lum [mailto:david@nwea.org] 
Sent: Thursday,
January 15, 2009 6:55 AM
To: NT System
Admin Issues
Subject: RE:
Seagate HDs


 
Anyone ever hear of putting a failed
2.5in (laptop format) HDD in a freezer? Put it in an antistatic Ziplock
bag, put it in the freezer for a couple hours, then reinstall. We have
about 50% success rate on that one (cloning the HDD immediately of
course)
David
Lum // SYSTEMS
ENGINEER 
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell)
503.267.9764


From: Gene Giannamore [mailto:gene.giannam...@abideinternational.com] 
Sent: Wednesday,
January 14, 2009 2:58 PM
To: NT System
Admin Issues
Subject: RE:
Seagate HDs


 
Wow, like the time we could not get a
120GB  Samsung (I think Samsung) working, and some other tech took it
and slamed it onto a table saying that on some of these HDDs, the park
jams the heads, and he just loosed them up. It worked, and he proceeded
to clone the hdd to a new one, before he destroyed the old one (awl
punch I think).
I miss the work, don’t miss the
craziness.

 
 
Gene Giannamore
Abide International Inc.
Technical Support
561 1st Street West
Sonoma,Ca.95476
(707) 935-1577    Office
(707) 935-9387    Fax
(707) 766-4185 Cell
gene.giannam...@abideinternational.com

 


From: Mike Gill [mailto:lis...@canbyfoursquare.com] 
Sent: Wednesday,
January 14, 2009 2:43 PM
To: NT System
Admin Issues
Subject: RE:
Seagate HDs


 
My experience with WD for the last 8
years has been the same. I’m just one man, but I consistently have the
most trouble with Maxtor and WD. The oddest trouble is a few years ago
I had a couple of 6.4GB WD IDE drives that would only work if there was
another device on the ribbon. The drives would not operate alone
regardless of jumper config. Last week, a 160GB drive in a computer I
was looking at stopped working. I tried it in a USB carriage as well,
in which it came up once, then went away in the explorer window before
my eyes. Out of curiosity I put it back into the computer case, added a
second drive to the IDE cable and boom, works like a champ.
Unbelievable.
 

-- 
Mike
Gill

 


From: Gene Giannamore [mailto:gene.giannam...@abideinternational.com] 
Sent: Wednesday,
January 14, 2009 12:50 PM
To: NT System
Admin Issues
Subject: RE:
Seagate HDs


 
While working for a local small
computer repair shop, we noticed the highest failure rate from 160GB
and 60GB IDE/SATA hard drives (all brands), and more failures from
Maxtor and Seagate compared to WD. The brand failure rate was probably
due to number of units sold. WD used to have a great RMA process, used
to get brand new drives as replacements, now get recertified (useless
when drive is DOA). Hopefully the high failures for consumer drives
will not spill over to the high end SCSI/SAS/FC drives.
 
 
 
 
 
 
 
 
 
 
 
 
 
 


 



 



If
this email is spam, report it here:
http://www.OnlyMyEmail.com/ReportSpam 
THIS ELECTRONIC MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL AND
PROPRIETARY PROPERTY OF THE SENDER. THE INFORMATION IS INTENDED FOR USE
BY THE ADDRESSEE ONLY. ANY OTHER INTERCEPTION, COPYING, 

Re: Vista annoyance

2009-01-13 Thread Joe Fox
ME2,

The problems that you are seeing could just be a result of poor programming
practices.  When a program ends normally, it should return 0 to the
shell.  It sounds like in some of these cases it is returning something
other than 0, causing Vista/Win7 to thing that the program terminated
abnormally.

Just something I have seen working in a Unix/Linux/Shell (perl/bash) world.

HTH,

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Sat, Jan 10, 2009 at 11:20 AM, Micheal Espinola Jr 
michealespin...@gmail.com wrote:

 I dont have any issues with Steam or any Steam apps playing integrated
 or standalone.   The only issues I see is when I quit a game/app.
 Vista thinks the app crashed even though I gracefully quit.

 --
 ME2



 On Sat, Jan 10, 2009 at 10:50 AM, Benjamin Zachary - Lists
 li...@levelfive.us wrote:
  I was tooling around yesterday on Windows 7 apps, and people were
  complaining about the steam engine. Saying that if you played some of
 those
  games without steam then they worked (the demo or something).
 
  Apparently, IIRC Windows 7 works better with steam. I was looking for
 City
  of Heroes which works fine in Win7 and just recall seeing several posts
  about steam vista/win7
 
 
 
  -Original Message-
  From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
  Sent: Saturday, January 10, 2009 8:59 AM
  To: NT System Admin Issues
  Subject: Vista annoyance
 
  I run Vista Ultimate 64-bit at home, and I have been experiencing an
  annoyance since day-one of installing it (tried reinstalling it as
  well).  The thing is, with specific programs, when I close them -
  Vista thinks they have crashed.  The applications have otherwise
  closed properly, but Vista doesn't think so - and activates its
  Problem Reports and Solutions tool.  This frequently happens when
  closing applications such as WinAmp, Firefox, Trillian, as well as
  various Games that are installed via Steam (the error is centralized
  to Steam itself, and not the various game I may have been playing
  (could be Team Fotress 2, Left 4 Dead, Peggle Deluxe, Bioshock,
  Portal).
 
  I haven't had much luck resolving this, and its taken a secondary
  priority because nothing actually seems to be wrong.
 
  Has anyone else experienced this behavior?
 
  --
  ME2
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 
 
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Windows 7 On TechNet Now

2009-01-09 Thread Joe Fox
50 minutes remaining on the D/L for me using the link Sam providedof
course I haven't seen it come up on the Windows 7 site yet so that I could
get a key.  I'm glad I'm ponying up for a Technet subscription.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above.  If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.




On Fri, Jan 9, 2009 at 3:54 PM, Todd Lemmiksoo tlemmik...@all-mode.comwrote:

 Now I get a page can not be found message during the download.
 OVERLOAD! :(

 -Original Message-
 From: Todd Lemmiksoo [mailto:tlemmik...@all-mode.com]
 Sent: Friday, January 09, 2009 3:48 PM
 To: NT System Admin Issues
 Subject: RE: Windows 7 On TechNet Now

 Thank You!

 -Original Message-
 From: Sam Cayze [mailto:sam.ca...@rollouts.com]
 Sent: Friday, January 09, 2009 3:34 PM
 To: NT System Admin Issues
 Subject: RE: Windows 7 On TechNet Now

 Working link:
 http://download.microsoft.com/download/6/3/3/633118BD-6C3D-45A4-B985-F0F
 DFFE1B021/EN/7000.0.081212-1400_client_en-us_Ultimate-GB1CULXFRE_EN_DVDhttp://download.microsoft.com/download/6/3/3/633118BD-6C3D-45A4-B985-F0FDFFE1B021/EN/7000.0.081212-1400_client_en-us_Ultimate-GB1CULXFRE_EN_DVD
 .
 ISO

 I'm getting 1100 KB/s on the whopping 3.2GB download.

 -Original Message-
 From: Ben Scott [mailto:mailvor...@gmail.com]
 Sent: Friday, January 09, 2009 2:19 PM
 To: NT System Admin Issues
 Subject: Re: Windows 7 On TechNet Now

 On Fri, Jan 9, 2009 at 3:03 PM, Sam Cayze sam.ca...@rollouts.com
 wrote:
  Why don't they just embrace bit torrent and alleviate their network
  congestion?

   Just a guess, but: Microsoft, like a lot of companies, suffers from
 NIH syndrome (Not Invented Here).  They don't have a BitTorrent
 client/server of their own.  Until and unless that happens, they won't
 use it.  Intel's the same way.  Heck, look at Apple, they consider NIH
 syndrome a feature.

  a product activation system that doesn't get cracked in the first 5
  minutes of their release.

   Product Activation is software trying to determine the trustworthiness
 of the operator while it's running on hardware the operator controls.
 Any security analyst will tell you that you will
 *ALWAYS* loose that battle.  There isn't anything Microsoft can do about
 this.  The failure of PA is one thing that's not Microsoft's fault.
 (The fact that they keep trying anyway *is*, of course.)

  (And actually, there is one thing Microsoft could do: Get the industry
 to adopt standard hardware-based controls (i.e., DRM) in the CPU and/or
 motherboard core logic.  That's what TPM (Trusted Platform
 Module) is all about, and why there's so little interest in it outside
 of software publishers: It's all about making your computer into
 something that's not entirely yours anymore.  It's like buying a car
 with a padlock on the hood, and only the dealer has the key.)

 -- Ben

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
 http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
 http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
 http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: BIG IP

2008-12-29 Thread Joe Fox
We use Elfiq Link Load Balancers to balance our multiple T1's.

http://www.elfiq.com/Products/Overview/Overview.aspx

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Mon, Dec 22, 2008 at 9:11 PM, Durf stygm...@gmail.com wrote:

 My vote would be for the Alvaco OptiqRoute:
 http://www.alvaco.com/

 We've been resellers for over a year, have installed probably a dozen and
 are very happy with the devices.  They are much, much cheaper than your
 BigIP, Fatpipe or Radware devices, *but* provide true inbound DNS-based load
 balancing and not just bandwidth aggregation or failover.

 Ping Manny at Alvaco for any questions, he's very helpful.

 -- Durf


 On Mon, Dec 22, 2008 at 8:58 PM, Matthew Bullock mbull...@root9.comwrote:

  Have a look at Zeus.



 http://www.zeus.com/products/zxtmglb/index.html



 I haven't used the GLB but do use the load balancer and it works great.



 mb





 *From:* Benjamin Zachary - Lists [mailto:li...@levelfive.us]
 *Sent:* Saturday, December 13, 2008 7:23 AM
 *To:* NT System Admin Issues
 *Subject:* BIG IP



 Im looking for some global failover devices. These are the only guys I
 know but in reading through their specs, besides being 20k, I didn't truly
 see what was going to be required.



 Basically I have 3 sites a primary and 2 failover locations (the company
 is split into two divisions each one fails over to another locale)



 I would like to be able to failover automatically to both. They are in the
 same public ip subnet but just need routing to different areas.



 I guess the overall question is what is required on our end to make this
 scenario work, and is there something other than big ip that could
 accomplish this successfully that I can research. At one of my colo's I see
 a bunch of Coyote Points but those seem to be load balancers not really wan
 failover type products.



 I was also looking at global dns providers which apparently offer this
 kind of masking service but I saw pricing from 1k-1.5k/month which doesn't
 make a lot of sense either.



 Thanks

















 --
 --
 Give a man a fish, and he'll eat for a day.
 Give a fish a man, and he'll eat for weeks!







~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: BIG IP

2008-12-29 Thread Joe Fox
Mike,

I was speaking with our Network Admin and found out that we aren't currently
load balancing with the Elfiq's but using their failover algorithm with our
different.  Currently it appears that if you use the Elfiq for load
balancing it is done with DNS so if there are any changes on the circuit
provider side, it will affect your load balancing.

HTH.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Mon, Dec 29, 2008 at 10:27 AM, Mike French mike.fre...@theequitybank.com
 wrote:

 Hey Joe,
  Are you load balancing inbound and outbound or just outbound? Any problems
 with FTP inbound, or Branch VPN Connections? I'm looking at the ElfIQ and
 Alvaco solutions, I'm tired of dumping money into the BigIP.

 
 From: Joe Fox [mailto:jwfo...@gmail.com]
 Sent: Monday, December 29, 2008 7:32 AM
 To: NT System Admin Issues
 Subject: Re: BIG IP




 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Disable Wireless when LAN connected

2008-12-29 Thread Joe Fox
In our office, I flip a bit in the BIOS on my HP Business Notebooks that
turns off the WLAN card if the machine is plugged into the LAN.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Mon, Dec 29, 2008 at 2:00 PM, Phil Brutsche p...@optimumdata.com wrote:

 What product are they using for that?

 Free, Bob wrote:
  Our desktop team accomplishes that with the desktop firewall (3rd party,
  not builtin)
 
  Not just for the wireless either, basically any other adapter is
  disabled if the LAN is active.

 --

 Phil Brutsche
 p...@optimumdata.com

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: OT: Double trouble

2008-12-09 Thread Joe Fox
Congratulations to you and your wife!  Enjoy your most precious gift this
holiday season!

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Tue, Dec 9, 2008 at 8:14 AM, James Rankin [EMAIL PROTECTED] wrote:

 Just wanted to quickly share my happiness at the birth of my two twin boys
 on Monday morning at 4:30am, after a traumatic night we received James and
 Jacob who weighed in at a neat 4lb 10oz each. I am now off to collapse into
 my bed for some much-needed rest. :-)







~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: smart phone sync with Vista

2008-11-20 Thread Joe Fox
You can get the official ROM for the 8525 from the HTC website (if it is
still up there, I haven't checked recently).

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Thu, Nov 20, 2008 at 2:57 PM, Tim Vander Kooi [EMAIL PROTECTED]wrote:

  Microsoft does not release updates for WM devices. The ROM upgrade would
 come from ATT/Cingular for your phone. The upgrade from WM5 to WM6 is very
 much worth the effort (of which there is little involved). Mobile 6 is much
 superior to Mobile 5. The ROMS can be found online, mostly at the XDA forums
 and are modified versions of the released OS.

 TVK



 *From:* Len Hammond [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, November 20, 2008 1:51 PM
 *To:* NT System Admin Issues
 *Subject:* Re: smart phone sync with Vista



 Yes. It is a 64bit version of Vista. I finally pulled out the Windows
 Mobile connectin software and the associated updates. With them in the
 machine ran noticably slower. It took almost an hour for a 2ghz dual core
 with 4gb RAM to remove it and reboot. Took another half hour for the updates
 to be removed. After a couple of reboots it is now running like it did
 before the installation.



 As for the update of the 8525 to WM6 (or 6.1 - I'd have to go look again).
 Did you get your new version from the phone people or from Microsoft? The
 link I used came from Cingular (ATT). If that makes a difference I might
 try looking for the upgrade again and might try it. However, the syncing
 with this laptop is not a high priority as I have it synced with my desk
 machine which I use a lot more than the laptop.

 What are custom cooked ROMS? I am assuming they are some chips that you
 have written or rewritten software for.What did you need that didn't come
 with the 8525? or was it more for fun?




 On Wed, Nov 19, 2008 at 7:28 PM, Joe Fox [EMAIL PROTECTED] wrote:

 Len, are you running a 64 bit version of Vista by chance.  I have an 8525
 and initially had issues with Vista Ultimate 64 bit.   I will admit that I
 am running WM6.0 (or is it 6.1?) and have not tried it with WM 5.0.

 I was running some custom cooked ROMs on my 8525 when I took it WM6.0 and
 didn't see any negative effects.

 HTH.

 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr



  On Wed, Nov 19, 2008 at 5:15 PM, Len Hammond [EMAIL PROTECTED]
 wrote:

 This one was connecting fine and then I disconnected it to make a phone
 call and when brought back it wouldn't connect again. This device is new
 enough to be stable and old enough for MS and HTC to have the bugs worked
 out of the drivers. But, then again, I guess not. The @#$%^ thing will not
 connect or sync anymore. Even after the battery trick again.



 /rant on



 There is no excuse for a company the resources of Microsoft to send out
 stuff that refuses to work. But then again, they did publish Windows
 Millenium Edition and Vista. :-\I think I'll just wait for Windows 7.



 /rant off

 On Wed, Nov 19, 2008 at 4:59 PM, Rod Trent [EMAIL PROTECTED] wrote:

 I'm sorry it's not working, really.  But, I wouldn't blame Vista, but
 probably a combination of Vista, your specific hardware and the specific
 device based on Internet searches.  My device connects flawlessly with Vista
 (well, after the battery trick).



 *From:* Len Hammond [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, November 19, 2008 4:55 PM


 *To:* NT System Admin Issues
 *Subject:* Re: smart phone sync with Vista



 Now the phone and the laptop have quit communicationg altogether. No amount
 of rebooting seems to get it talking again. I'll try the battery trick again
 but if not, then I'm just going to remove the Windows Mobile Device Center
 and forget the whole thing. Getting the phone to sync with a Vista box is
 just not worth the effort. It still syncs with the XP box and that is
 adequate for now. Maybe when Win7 comes out I'll try again.





 On Wed, Nov 19, 2008 at 4:04 PM, Len Hammond [EMAIL PROTECTED] wrote:

 There is. And it now shows my device. However now the two aren't talking
 and I still can't find the data it said earlier synced, when they WERE
 talking. This is kinda frustrating.

 On Wed, Nov 19, 2008 at 3:47 PM, Steve Ens [EMAIL PROTECTED] wrote:

 Isn't there a sync centre in the COntrol Panel in Vista?



 On Wed, Nov 19, 2008 at 2:29 PM, Len Hammond [EMAIL PROTECTED] wrote:

 No. Hadn't found that one yet. Thank you.



 OK. Here is the current status. Powered down the laptop - left if off for a
 couple of minutes and then restarted. Powered down the 8525 and removed the
 battery for a couple of minutes. Powered up the Vista laptop. Reinstalled
 battery in the device and powered up.



 Connected the 8525 device to a USB port on the laptop and this time it
 found it and made some kind of connection and indicated that it was
 synchronizing.



 Funny thing is that I can't find where the sync occurred to. I thought

Re: smart phone sync with Vista

2008-11-19 Thread Joe Fox
Len, are you running a 64 bit version of Vista by chance.  I have an 8525
and initially had issues with Vista Ultimate 64 bit.   I will admit that I
am running WM6.0 (or is it 6.1?) and have not tried it with WM 5.0.

I was running some custom cooked ROMs on my 8525 when I took it WM6.0 and
didn't see any negative effects.

HTH.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Wed, Nov 19, 2008 at 5:15 PM, Len Hammond [EMAIL PROTECTED] wrote:

 This one was connecting fine and then I disconnected it to make a phone
 call and when brought back it wouldn't connect again. This device is new
 enough to be stable and old enough for MS and HTC to have the bugs worked
 out of the drivers. But, then again, I guess not. The @#$%^ thing will not
 connect or sync anymore. Even after the battery trick again.

 /rant on

 There is no excuse for a company the resources of Microsoft to send out
 stuff that refuses to work. But then again, they did publish Windows
 Millenium Edition and Vista. :-\I think I'll just wait for Windows 7.

 /rant off

 On Wed, Nov 19, 2008 at 4:59 PM, Rod Trent [EMAIL PROTECTED] wrote:

  I'm sorry it's not working, really.  But, I wouldn't blame Vista, but
 probably a combination of Vista, your specific hardware and the specific
 device based on Internet searches.  My device connects flawlessly with Vista
 (well, after the battery trick).



 *From:* Len Hammond [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, November 19, 2008 4:55 PM

 *To:* NT System Admin Issues
 *Subject:* Re: smart phone sync with Vista



 Now the phone and the laptop have quit communicationg altogether. No
 amount of rebooting seems to get it talking again. I'll try the battery
 trick again but if not, then I'm just going to remove the Windows Mobile
 Device Center and forget the whole thing. Getting the phone to sync with a
 Vista box is just not worth the effort. It still syncs with the XP box and
 that is adequate for now. Maybe when Win7 comes out I'll try again.





 On Wed, Nov 19, 2008 at 4:04 PM, Len Hammond [EMAIL PROTECTED]
 wrote:

 There is. And it now shows my device. However now the two aren't talking
 and I still can't find the data it said earlier synced, when they WERE
 talking. This is kinda frustrating.

 On Wed, Nov 19, 2008 at 3:47 PM, Steve Ens [EMAIL PROTECTED] wrote:

 Isn't there a sync centre in the COntrol Panel in Vista?



 On Wed, Nov 19, 2008 at 2:29 PM, Len Hammond [EMAIL PROTECTED]
 wrote:

 No. Hadn't found that one yet. Thank you.



 OK. Here is the current status. Powered down the laptop - left if off for
 a couple of minutes and then restarted. Powered down the 8525 and removed
 the battery for a couple of minutes. Powered up the Vista laptop.
 Reinstalled battery in the device and powered up.



 Connected the 8525 device to a USB port on the laptop and this time it
 found it and made some kind of connection and indicated that it was
 synchronizing.



 Funny thing is that I can't find where the sync occurred to. I thought it
 was supposed to go to Outlook (like it does on my XP desktop) however it is
 not in Outlook and it is not in the Windows Contacts that is native to
 Vista. I'll keep looking in a bit.



 I can browse into the device and see my folders there with the data files
 on my MicroSD cardin the device so communication IS taking place.



 Now, it's on to find the data and get the sync to occur from the device to
 Outlook. or maybe I want it to go to the Windows Contacts list. Well, try to
 find what happened first.



 Thanks for the help.



 Len

 On Wed, Nov 19, 2008 at 2:16 PM, Rod Trent [EMAIL PROTECTED]
 wrote:

 You saw this?


 http://forums.cingular.com/cng/board/message?board.id=cingularmessage.id=45316#M45316



 *From:* Len Hammond [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, November 19, 2008 2:13 PM


 *To:* NT System Admin Issues
 *Subject:* Re: smart phone sync with Vista



 I have tried rebooting the device and the laptop. No joy. I did not
 perform a hard reset of the device, presumably wiping out all data.



 As for the device operating system. Windows Mobile 5. Cingular did invite
 me to upgrade the device to WM6. I did download WM6 but as their
 documentation for that upgrade indicated that it was a one-way trip from
 WM5 to WM6 and that not all devices would work with WM6, I elected not to
 perform the upgrade. As I use this device as my primary phone for my IT
 business, their notes did not give me warm fuzzies on the success of the
 upgrade. At the time, as now, the device is working fine and syncing fine
 with my XP desktop. This is not a mandatory change for continued
 functionality. My Cingular (ATT) contract is in the last 3 or 4 months so I
 would be eligible for device upgrade with contract renewal almost anytime.
 However, I like the device well enough that I would be willing to not spend
 the money to upgrade a device if I don't need to.

 On Wed, Nov 19, 2008 at 1:55 PM

Re: Semi OT: Subversion integration

2008-11-17 Thread Joe Fox
Kurt,

If your engineer's are all linux-heads, then what is the aversion to
apache?  I understand that there are other http servers for Linux, but
apache is pretty much the defacto standard.

I'm just curious.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Mon, Nov 17, 2008 at 6:44 PM, Kurt Buff [EMAIL PROTECTED] wrote:

 That's a new one for me.

 I'll have to look at it.

 The engineers are going to scream, as they are all linux-heads. I
 might just do it to spite them.

 Heh.

 On Mon, Nov 17, 2008 at 1:54 PM, Adam Meixler [EMAIL PROTECTED]
 wrote:
  we've been a fan of the free http://www.visualsvn.com/server/
 
  dead simple setup (with AD integration) and repository management
 
  -Original Message-
  From: Kurt Buff [mailto:[EMAIL PROTECTED]
  Sent: Monday, November 17, 2008 4:03 PM
  To: NT System Admin Issues
  Subject: Re: Semi OT: Subversion integration
 
  Yeah, but that requires apache - something the devs don't want.
 
  We may be forced to it though - they're not having much luck with
  svnserve by itself.
 
  Kurt
 
  On Mon, Nov 17, 2008 at 12:41 PM, Joseph L. Casale
  [EMAIL PROTECTED] wrote:
  Looks doable...
  http://aligature.org/2006/01/subversion_authentication_agai.html
 
 
 
  -Original Message-
  From: Kurt Buff [mailto:[EMAIL PROTECTED]
  Sent: Monday, November 17, 2008 12:16 PM
  To: NT System Admin Issues
  Subject: Semi OT: Subversion integration
 
  Any of you work with subversion? More specifically, do any of you have
  it authenticating against AD? If you do, I'd appreciate any tips you
  might have.
 
  We're trying to move away from an expensive commercial product for
  which we aren't going to pay any more, and I'm running into roadblocks
  with it - the developers don't want Apache integration. They want to
  use svnserve, and that's just not working the way they want.
 
  I've googled, and joined the svn list, but am not getting much joy.
 
  Kurt
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Strange login issues

2008-11-07 Thread Joe Fox
I have seen USB devices steal drive letters and then not have them be
available for mapped drives.

I'd check Computer Management, Disk Management for used drive letters.

HTH.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Fri, Nov 7, 2008 at 11:06 AM, Joe Heaton [EMAIL PROTECTED] wrote:

  Server 2K3

 Windows XP SP3



 We just replaced 60 user PCs.  We have GPOs that map needed drives for the
 users.  One of the login scripts maps the user to their home directory,
 which looks like the following:



 Net use F: /d

 Net use F: \\server\%username% /Persistent:yes



 The issues we're getting are the following:



 1)  Randomly the F: drive will not be mapped at all.

 2)  Randomly the F: drive will be mapped to \\server\Users, instead of
 the person's personal folder.



 I mention the rollout of new PCs, because this behavior wasn't happening
 beforehand.  My personal preference for mapping personal drives is to do it
 within ADUC, under the Profile tab, but that's not how it was when I got
 here, and I'm still trying to plan switching it over without disrupting
 users.  There are no other login scripts that map the F: drive, so there's
 no conflict there.  Sometimes having the person log out and back into the
 network fixes it, sometimes it doesn't.  Also, when I mention random, I mean
 it.  Random users, random times, random symptom between the above two.  Any
 help on where I can look to figure out why this is happening would be great.



 Thanks,



 Joe Heaton

 AISA

 Employment Training Panel

 1100 J Street, 4th Floor

 Sacramento, CA  95814

 (916) 327-5276

 [EMAIL PROTECTED]









~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Re: So... how is the recession affecting your buying decisions?

2008-10-31 Thread Joe Fox
I've seen gas around here (Buffalo, NY) for $2.99/gal.


Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Fri, Oct 31, 2008 at 8:08 AM, Micheal Espinola Jr 
[EMAIL PROTECTED] wrote:

 No argument here!  We wuz bamboozled!

 --
 ME2



 On Fri, Oct 31, 2008 at 8:01 AM, Ziots, Edward [EMAIL PROTECTED]
 wrote:
  LOL they shouldn't have been in it anyways, it should have been the RED
  SOX,
 
  But still was rooting for the Phillies to take it was too sweet to
  see.
 
  Z
 
  Edward E. Ziots
  Network Engineer
  Lifespan Organization
  MCSE,MCSA,MCP,Security+,Network+,CCA
  Phone: 401-639-3505
  -Original Message-
  From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED]
  Sent: Friday, October 31, 2008 6:23 AM
  To: NT System Admin Issues
  Subject: Re: Re: So... how is the recession affecting your buying
  decisions?
 
  I feel for you.  I would have thought before the series that they
  would have taken it.
 
  --
  ME2
 
 
 
  On Thu, Oct 30, 2008 at 11:31 PM,  [EMAIL PROTECTED] wrote:
  Just rub it in, My Rays lost...All the world is falling apart
 
  -Original Message-
  From: Don Guyer [mailto:[EMAIL PROTECTED]
  Sent: Thursday, October 30, 2008 4:39 PM
  To: NT System Admin Issues
  Subject: RE: Re: So... how is the recession affecting your buying
  decisions?
 
  Wellthe economy pretty much sucks here in PA too, BUT the
  Phillies just won the World Series, so the pain is numbed for a few
  days, at least.
 
  :)
 
  Don Guyer
  Systems Engineer
  Information Services Department
  Prudential Fox Roach/ Trident
  431 W. Lancaster Avenue
  Devon, PA 19333
  Ph: (610) 993-3299
  Fax: (610) 650-5306
  www.prufoxroach.com
  [EMAIL PROTECTED]
 
 
  -Original Message-
  From: Ziots, Edward [mailto:[EMAIL PROTECTED]
  Sent: Thursday, October 30, 2008 4:17 PM
  To: NT System Admin Issues
  Subject: RE: Re: So... how is the recession affecting your buying
  decisions?
 
  It aint no bed of roses up here in RI... I wish I was down in PA...
 
  Z
 
  Edward E. Ziots
  Network Engineer
  Lifespan Organization
  MCSE,MCSA,MCP,Security+,Network+,CCA
  Phone: 401-639-3505
 
  -Original Message-
  From: Tim Vander Kooi [mailto:[EMAIL PROTECTED]
  Sent: Thursday, October 30, 2008 4:13 PM
  To: NT System Admin Issues
  Subject: RE: Re: So... how is the recession affecting your buying
  decisions?
 
  For some of us, the irony is on the fact that those who live in the
  most
  socialist parts of our country never seem to be able to figure out why
  the economy is so much worse in their area in comparison to other
  parts
  of the US. (i.e. - MI, MA, RI)
  TVK
 
  -Original Message-
  From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED]
  Sent: Thursday, October 30, 2008 2:21 PM
  To: NT System Admin Issues
  Subject: OT: Re: So... how is the recession affecting your buying
  decisions?
 
  roflwaffes.
 
  Our economy is already well socialized at the state and federal
  levels. Edging it to be more (hopefully only for a short term) or less
  for the welfare of a very hurting country is not necessarily a bad
  thing - for the good of the country.  Not that you are, but to brand
  him a socialist, or any ideas he is pushing as socialism, is silly
  IMO.  Our economy is a blend of capitalist and socialist ideals.
 
  --
  ME2
 
 
 
  On Thu, Oct 30, 2008 at 2:32 PM,  [EMAIL PROTECTED] wrote:
  Probably not a great day to retort on this, but you will either agree
  or
  hunt me down..
 
  2009 is going to be a bad year in the economy.   You don't bounce
  back
  from
  a trillion dollar globalwide investment loss, the largest downslide
  in
  the
  economy in over 70 years and a huge unemployment number..
 
  I also don't care who is the President, they are not going to fix our
  problem.  The president is a part of the checks and balances when it
  comes
  to the bills congress puts through, and yes he has an agenda and will
  push
  it with Congress;  making it harder or easier to pass bills..Good or
  BAD.
 
 
 
  I can also tell you that I will be voting for McCain for  the simple
  fact
  that Obama is moving this country toward a socialized economy no
  matter how
  you dress up the words.  He wants to increase the taxes for me as a
  business
  owner and redistribute it in the form of higher taxes and a bloated
  government.  Not to mention his provision for bring in illegals and
  giving
  them a driver license, benefits, social security(Which who will pay
  for
  that? You and I that's who).  The welfare system kicked into high
  gear.I
  did not work my butt off 60 to 70 hours a week to have someone who
  wants to
  sit on their butt for a year and take 60% welfare checks because
  McDonalds
  doesn't pay as much... among other personal value decisions..
 
  If you have worked hard and saved you should not be penalized and
  your
  wealth redistributed simply because someone does not have as much

Re: So... how is the recession affecting your buying decisions?

2008-10-30 Thread Joe Fox
I'm in the Pharma space and we are doing very well.  We just went over my
budget for next year, and now are prioritizing it (must have, nice to have,
don't need right now).  Not many of my items have made it to the don't need
right now rating.

-Joe

--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Wed, Oct 29, 2008 at 6:23 PM, Gene Giannamore 
[EMAIL PROTECTED] wrote:

 I work for a Project Management company (minority owned small business). We
 also do a lot of gov and mil jobs also. We are an 8(a) general contractor. I
 have been told we live and die via Federal Acquisition Regulation (FAR). We
 don't spend much per year, but we haven't slowed spending much recently, and
 if things keep going the way they have, we may not have a normal slow season
 this winter (or so I am told).



 Gene Giannamore
 Abide International Inc.
 Technical Support
 561 1st Street West
 Sonoma,Ca.95476
 (707) 935-1577Office
 (707) 935-9387Fax
 (707) 766-4185 Cell
 [EMAIL PROTECTED]

 -Original Message-
 From: Devin Meade [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 29, 2008 9:56 AM
 To: NT System Admin Issues
 Subject: Re: So... how is the recession affecting your buying decisions?

 We are commercial architecture and enginnering firm.  We are pretty
 diversified.  We do a LOT of military and govt jobs at many levels, some
 educational work.  We are hiring left and right.  We expanded our facilities
 a year ago - added about 30 cubicles and they are almost full now.  Total
 around 120 to 130 employees at any time.  Next Tuesday may change the govt
 landscape, about a year out from now, but we have plenty of work in the
 pipeline.  We purchased about 90 high end workstations/laptops in Jan of
 this year.  We upgraded the whole shebang to AutoCAD/Revit 2009 suite which
 aint cheap.  Then we bought a few licenses of microstation v9(?).  Then
 upgraded a bunch of engineering apps for Vista (that was fun).  We will prob
 replace most of our real servers this year (5 PowerEdge's 29xx and 28xx's)
 and move to Exch 2007 on VMWare ESX if I have my say.  I am pretty much able
 to ask for anything and get it within reason, and to ring my own bell thats
 because I only ask for things that we can use.  Heck last year I asked for
 double take for our main file server and got it approved in minutes.  Never
 had to use it though.  If I want I could show up at 5AM and leave at 10PM.
  If anyone knows any experienced project manager types that could move to
 Oklahoma, email me off list (I get a bonus if you hire on!).  Over and out.
 -Devin


 On Wed, Oct 29, 2008 at 9:19 AM, Alex Eckelberry 
 [EMAIL PROTECTED] wrote:


 You're all the admins who actually buy the stuff that people like
 Sunbelt (and many, many others make).  How are you seeing the recession
 impact your buying decisions?

Are you being told to hold off until later?  Is it business as
 usual?  Or is it a bloodletting?   Are you still buying cheap stuff but not
 buying expensive stuff?   Etc., etc.

Maybe I'm opening the Pandora's Box here, but I think we need to all
 look at the situation realistically.

Alex













 --
 Devin







 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: VMware Server 2.0

2008-10-25 Thread Joe Fox
According to what I was reading on ESXi the PowerEdge 6800 servers that I
was going to deploy ESXi to aren't supported.

Although I have been known to be wrong before.

-Joe

--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Fri, Oct 24, 2008 at 9:23 PM, Benjamin Zachary - Lists 
[EMAIL PROTECTED] wrote:

  If your hardware supports it, I would look at esxi, however you have to
 be able to handle other things like backups and such, so while esxi is free
 and pretty flexible for hardware (sata support etc) you have to consider
 everything. Esxi would be my first choice though.



 *From:* Devin Meade [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, October 24, 2008 17:45
 *To:* NT System Admin Issues
 *Subject:* Re: VMware Server 2.0



 We have a few on Vmware server 1.0.4 Build 56528.  I was planning on
 migrating them to ESXi.

 Why not goto ESXi?



 Regards,Devin





 On Fri, Oct 24, 2008 at 4:41 PM, Benjamin Zachary - Lists 
 [EMAIL PROTECTED] wrote:

 Yeah the beta forced all the debugging info on but that's off in the new
 release.



 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, October 24, 2008 15:07


 *To:* NT System Admin Issues
 *Subject:* VMware Server 2.0



 I was just wondering if VMware Server has gotten any better since it came
 out of beta.  I stopped using the beta due to some performance issues that I
 attributed to all the debug code that was in there. I've stuck with 1.x
 versions until now because the were more lightweight, but am considering
 updating it.

 Thanks in advance.
 -Joe

 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr














 --
 Devin












~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

VMware Server 2.0

2008-10-24 Thread Joe Fox
I was just wondering if VMware Server has gotten any better since it came
out of beta.  I stopped using the beta due to some performance issues that I
attributed to all the debug code that was in there. I've stuck with 1.x
versions until now because the were more lightweight, but am considering
updating it.

Thanks in advance.
-Joe

--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Webserver not displaying images...

2008-10-23 Thread Joe Fox
Or could be a path problem.  Make sure that if you aren't using full path
names, that your relative paths are still valid.

HTH
-Joe

--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Thu, Oct 23, 2008 at 10:14 AM, Ames Matthew B [EMAIL PROTECTED] wrote:

  Also work checking that images are not corrupted on the server - if you
 drag a file from an explorer window into an IE (or FF) window does it
 display properly?  Maybe someone uploaded the images as text, and not as
 binary?

  --
 *From:* Ziots, Edward [mailto:[EMAIL PROTECTED]
 *Sent:* 23 October 2008 15:02
 *To:* NT System Admin Issues
 *Subject:* RE: Webserver not displaying images...

  Can you download and install fiddler to you system you are having
 problems with viewing the information on this server, and then foreward a
 log over to me, I can look at the http headers and see if it's a mime issue
 ( Possibly this webserver is sending back image/text in the header which you
 might be seeing text only when its resolved on the client machine as
 compared to the mime type image/gif image/tiff which your local system
 should see the images accordingly.



 Also a snippet of the IIS logs accordingly will help, are you using urlscan
 also?



 Z



 Edward E. Ziots

 Network Engineer

 Lifespan Organization

 MCSE,MCSA,MCP,Security+,Network+,CCA

 Phone: 401-639-3505
  --

 *From:* MarvinC [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, October 23, 2008 9:57 AM
 *To:* NT System Admin Issues
 *Subject:* Webserver not displaying images...












  The information contained in this E-Mail and any subsequent
 correspondence is private and is intended solely for the intended
 recipient(s).  The information in this communication may be
 confidential and/or legally privileged.  Nothing in this e-mail is
 intended to conclude a contract on behalf of QinetiQ or make QinetiQ
 subject to any other legally binding commitments, unless the e-mail
 contains an express statement to the contrary or incorporates a formal
 Purchase Order.

 For those other than the recipient any disclosure, copying,
 distribution, or any action taken or omitted to be taken in reliance
 on such information is prohibited and may be unlawful.

 Emails and other electronic communication with QinetiQ may be
 monitored and recorded for business purposes including security, audit
 and archival purposes.  Any response to this email indicates consent
 to this.

 Telephone calls to QinetiQ may be monitored or recorded for quality
 control, security and other business purposes.

 QinetiQ Limited
 Registered in England  Wales: Company Number:3796233
 Registered office: 85 Buckingham Gate, London SW1E 6PD, United Kingdom
 Trading address: Cody Technology Park, Cody Building, Ively Road,
 Farnborough, Hampshire, GU14 0LX, United Kingdom
 http://www.qinetiq.com/home/notices/legal.htmlhttp://www.QinetiQ.com/home/legal.html







~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Current Document Management Systems

2008-10-23 Thread Joe Fox
We are using KnowledgeTree.  They have both a paid and community supported
version.  The paid for version has some tools for placing documents into the
DMS directly from Microsoft Office, as well as a WebDAV client.

We were able to deploy and use the Community version within 30 minutes of
downloading and running their installer stack which includes Apache, MySQL,
PHP, and the remaining libraries.  Comes in Windows and Linux flavors.

HTH.
-Joe

--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Thu, Oct 23, 2008 at 1:39 PM, [EMAIL PROTECTED] wrote:

 I'm looking for info and recommendations on what folks are using for
 recently installed (within the past two years) document management systems.
 We are a in a legal environment with about 150 users. Price projections
 would also be appreciated. Thanks.

 Steve







~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Current Document Management Systems

2008-10-23 Thread Joe Fox
Oops - forgot the URL:  http://www.knowledgetree.com

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Thu, Oct 23, 2008 at 2:50 PM, Joe Fox [EMAIL PROTECTED] wrote:

 We are using KnowledgeTree.  They have both a paid and community supported
 version.  The paid for version has some tools for placing documents into the
 DMS directly from Microsoft Office, as well as a WebDAV client.

 We were able to deploy and use the Community version within 30 minutes of
 downloading and running their installer stack which includes Apache, MySQL,
 PHP, and the remaining libraries.  Comes in Windows and Linux flavors.

 HTH.
 -Joe

 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr



 On Thu, Oct 23, 2008 at 1:39 PM, [EMAIL PROTECTED] wrote:

 I'm looking for info and recommendations on what folks are using for
 recently installed (within the past two years) document management systems.
 We are a in a legal environment with about 150 users. Price projections
 would also be appreciated. Thanks.

 Steve








~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Watchguard firewall question

2008-10-15 Thread Joe Fox
You renamed you domain Don ?  I can see why you had issues! J

-Joe

On Wed, Oct 15, 2008 at 11:01 AM, Joe Heaton [EMAIL PROTECTED] wrote:

  I think I had enough adventure back when we renamed the domain Don…



 Joe Heaton

 Employment Training Panel



 *From:* Don Ely [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, October 15, 2008 7:59 AM
 *To:* NT System Admin Issues
 *Subject:* Re: Watchguard firewall question



 Where's your sense of adventure?  Are you an IT guy or what?

 On Wed, Oct 15, 2008 at 7:54 AM, Joe Heaton [EMAIL PROTECTED] wrote:

 That's the point I'm at now Mark.  With not being able to get the backup,
 I'm not confident in the upgrade.  I know I have the configuration, and I
 have the keys stored on my machine, but I just don't want to go there…lol.



 Joe Heaton

 Employment Training Panel



 *From:* Mark Boersma [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, October 15, 2008 7:34 AM


 *To:* NT System Admin Issues
 *Subject:* RE: Watchguard firewall question



 Is it going anywhere or still hung?



 If it can continue without a backup it's not the end of the world.  I've
 never had a Watchguard update go bad but it does give you that not so
 fresh feeling if you can't get a backup.



 Mark

 -

 Two rules to success in life:

 1. Never tell people everything you know.





 *From:* Joe Heaton [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, October 15, 2008 10:25 AM


 *To:* NT System Admin Issues
 *Subject:* RE: Watchguard firewall question



 Dang…the cancel button is greyed out.



 Joe Heaton

 Employment Training Panel



 *From:* Mark Boersma [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, October 15, 2008 7:13 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Watchguard firewall question



 Negative.  It should zip through it in a few seconds.



 I would cancel the upgrade and try to do a manual backup first.  File
 Backup in the policy manager.



 Mark

 -

 Two rules to success in life:

 1. Never tell people everything you know.





 *From:* Joe Heaton [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, October 15, 2008 10:10 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Watchguard firewall question



 Ok, quick question, may be paranoia.  I'm having the box back up the image
 before upgrading, and it has been sitting at 0% for about 5 minutes now.  Is
 that normal?



 Joe Heaton

 Employment Training Panel



 *From:* Joe Heaton [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, October 14, 2008 4:01 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Watchguard firewall question



 Well, then hopefully the upgrade will help.  I'm running 10.0 at the
 moment, and plan to upgrade to 10.2.3 in the morning…



 Joe Heaton

 Employment Training Panel



 *From:* Jim Majorowicz [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, October 14, 2008 3:36 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Watchguard firewall question



 Just that getting a Firebox to actually search the right OU is a pain in
 the freaking ass.  Of course, the two times I've configured such, I was
 using 9.1, so take that for what it's worth.  It's suppose to just work in
 10.2 and later, but I have not had to set that up from scratch, just updated
 the ones I did a year ago.



 *From:* Joe Heaton [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, October 14, 2008 3:05 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Watchguard firewall question



 Ok, so I've gotten a successful connection using the Firebox DB for
 authentication.  I'd like, however, to use AD authentication, but I keep
 getting a PAP/CHAP error of Wrong username or password.  I've created a
 security group, named VPN, I've put myself in the group, and I've setup the
 authentication server within the firebox to go to the correct OU.  Any ideas
 on this?  I haven't upgraded the firebox yet, plan to do that in the
 morning, but any tips I can find in here to help point me would be
 appreciated.





 By the way, I ended up checking the IPsec passthru box to get to where I am
 now.



 Joe Heaton

 Employment Training Panel



 *From:* Mark Boersma [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, October 10, 2008 5:16 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Watchguard firewall question



 Actually 10.2.3 is out now.



 Usually the IKE errors occur if the client can't see the server, as in no
 internet connection.  Can you ping the IP of the Firebox you are trying to
 connect to?



 Mark

 -

 Two rules to success in life:

 1. Never tell people everything you know.





 *From:* Jim Majorowicz [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, October 10, 2008 4:29 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Watchguard firewall question



 If it's never worked before, I suggest contacting your support.  You might
 try upgrading the firewall to 10.2.2.  There were some issues with 10.0
 and even 10.0.1 with 

Re: Document management

2008-10-14 Thread Joe Fox
KnowledgeTree Community

http://www.knowledgetree.com/opensource

Runs on Windows or Linux.  Comes with everything you need to get up and
running in a single ~140Mb installer file.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Tue, Oct 14, 2008 at 2:00 PM, Craig Gauss [EMAIL PROTECTED]wrote:

 I am looking for a low cost or free system to manage some of our
 documents.  The higher ups would like to have the ability to have an
 email auto sent when certain documents, like policies, are up for
 review.  We went to a seminar this past week on Sharepoint.  Of course
 Sharepoint can do what we are looking for but it has a nice price tag
 with it as well since you need Office 07 to get the full functionality.
 Unfortunately we are a not for profit and run Open Office on 80% of our
 desktops.

 Anyone know of anything that might work or that you have or are using?

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Text colour

2008-10-10 Thread Joe Fox
If it looks fine to you and to everyone else, except this user, I would
politely suggest that she have her eyeglasses prescription updated.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

On Fri, Oct 10, 2008 at 3:39 AM, James Rankin [EMAIL PROTECTED] wrote:

 I have a blue corporate desktop background delivered via mandatory
 profiles. The mandatory profile also has white icon text with drop shadows.
 looks nice, I think, and so do most of the users. However, I have one PITA
 user (who happens to be on the health and safety committee) who says that it
 looks blurry to her (even with her glasses on), and that it must be changed,
 as this allegedly constitutes a health and safety violation.

 Anyone know where in the Registry the icon text colour is stored/altered? I
 can't seem to find anything via my Google-fu (although it is admittedly weak
 this morning as I was ensconced in the pub last night). I would much rather
 just kick the user in question to death, but unfortunately that is not an
 available option :-)

 TIA,


 JRR







~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Asset Management Barcodes

2008-10-09 Thread Joe Fox
Does anyone know of a reputable company that will make custom barcodes for
asset managment purposes.  Basically I'm looking for someplace that can put
our corporate logo on the tag, and start the numbering sequence from a
specific range.

Thanks in advace,
-Joe
--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Asset Management Barcodes

2008-10-09 Thread Joe Fox
Does anyone know of a reputable company that will make custom barcodes for
asset managment purposes.  Basically I'm looking for someplace that can put
our corporate logo on the tag, and start the numbering sequence from a
specific range.

Thanks in advace,
-Joe
--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Good text editor

2008-10-03 Thread Joe Fox
+1 for vim

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Thu, Oct 2, 2008 at 5:17 PM, Stu Sjouwerman [EMAIL PROTECTED]wrote:

  Use UltraEdit all day...

 Stu

  --
 *From:* mqcarp [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, October 02, 2008 4:37 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Good text editor

  I am a real fan of Ultraedit. It is not free, but has great features. I
 am also a decent fan of Crimson Editor, which is free but has not been
 updated in years




 On Thu, Oct 2, 2008 at 2:49 PM, Krishna Reddy [EMAIL PROTECTED] wrote:

  +2


 Thanks,



 Krishna Reddy
 IT Manager
 Nucomm, Inc.


  --
 *From:* David L Herrick [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, October 02, 2008 2:32 PM

 *To:* NT System Admin Issues
 *Subject:* RE: Good text editor

+1



 *From:* Damien Solodow [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, October 02, 2008 7:37 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Good text editor



 I've always had good luck with Textpad.



 *From:* Ames Matthew B [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, October 02, 2008 10:36 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Good text editor



 Crimson

 or UltraEdit



 (both support ftp editing of files, which is a bonus for me)


  --

 *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 *Sent:* 02 October 2008 14:17
 *To:* NT System Admin Issues
 *Subject:* Good text editor

 Morning everyone,



 What's the best text editor out there for writing code and scripts and
 such?  I'd like to find one that does line numbering obviously, and does
 some formatting to keep things neat.  Like color coding expressions,
 functions, etc.  I'm trying to learn JavaScript, and using Notepad and
 Dreamweaver are proving difficult.



 Thanks,



 Eric Brown

 IT Manager

 Forest Post Productions

 [EMAIL PROTECTED]

 (248) 855-4333









 The information contained in this E-Mail and any subsequent
 correspondence is private and is intended solely for the intended
 recipient(s).  The information in this communication may be
 confidential and/or legally privileged.  Nothing in this e-mail is
 intended to conclude a contract on behalf of QinetiQ or make QinetiQ
 subject to any other legally binding commitments, unless the e-mail
 contains an express statement to the contrary or incorporates a formal
 Purchase Order.

 For those other than the recipient any disclosure, copying,
 distribution, or any action taken or omitted to be taken in reliance
 on such information is prohibited and may be unlawful.

 Emails and other electronic communication with QinetiQ may be
 monitored and recorded for business purposes including security, audit
 and archival purposes.  Any response to this email indicates consent
 to this.

 Telephone calls to QinetiQ may be monitored or recorded for quality
 control, security and other business purposes.

 QinetiQ Limited
 Registered in England  Wales: Company Number:3796233
 Registered office: 85 Buckingham Gate, London SW1E 6PD, United Kingdom
 Trading address: Cody Technology Park, Cody Building, Ively Road,
 Farnborough, Hampshire, GU14 0LX, United Kingdom
 http://www.qinetiq.com/home/notices/legal.html













 This email and any attached files are confidential and intended solely for
 the intended recipient(s). If you are not the named recipient you should not
 read, distribute, copy or alter this email. Any views or opinions expressed
 in this email are those of the author and do not represent those of  Names
 in the News. Warning: Although precautions have been taken to make sure no
 viruses are present in this email, the company cannot accept responsibility
 for any loss or damage that arise from the use of this email or attachments.



















 .







~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Hard Drives for Dell Servers

2008-09-25 Thread Joe Fox
I have been tasked with finding the maximum capacity of drives that we can
put in some PowerEdge 6800's that we are going to be re-using.  Right now I
have 146GB U320 drives in them.  I'm imagining that I should be able to get
300GB U320's from Dell, but I'm looking to be able to save some money on
this.

Since the carrier for the Dell drives is really just a bezel as the drives
have an 80 pin SCA connection, should I be able to get away with using any
80 pin SCA U320 drive?  Or is their some proprietary firmware in the Dell
drives that would prevent me from doing that?

Thanks in advance!

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Windows based secure disk eraser

2008-09-23 Thread Joe Fox
I still think Thermite is your best option!

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Tue, Sep 23, 2008 at 11:15 AM, Oliver Marshall 
[EMAIL PROTECTED] wrote:

 Ace, thanks Angus

 Olly

 --
 G2 Support
 Online Backups

 Email:  [EMAIL PROTECTED]
 Web:http://www.g2support.com



 -Original Message-
 From: Angus Scott-Fleming [mailto:[EMAIL PROTECTED]
 Sent: 23 September 2008 15:02
 To: NT System Admin Issues
 Subject: Re: Windows based secure disk eraser

 On 23 Sep 2008 at 10:59, Oliver Marshall  wrote:

  Hi gang,
 
  Does anyone have any recommendations of a secure disk erasing package
  for Windows? We currently use DBAN for erasing disks, which is fine
  where the disks are in the workstations or servers (we use it to wipe
  machines before giving them to charities etc) however, when we just
 have
  a hard disk its more of a problem as we mainly use laptops.
 
  I'm after something that will let me slap the disks in to a USB/e-sata
  caddy and then wipe them to at least DoD standards, and ideally with a
  similar number of options to DBAN.
 
  So far the only one I can find that looks reliably...e...reliable
 is
  Active@ KILL! (love the name).
 
  Any others?

 The Screen Savers! - Thermite PC
 http://video.google.com/videoplay?docid=-4147847319296070400q=techtv+th
 ermite

 I think this one might do the trick:

Eraser | Heidi - Internet Security and Privacy
http://www.heidi.ie/node/6

 From the page:

Eraser is an advanced security tool (for Windows), which allows you
 to
completely remove sensitive data from your hard drive by overwriting
 it
several times with carefully selected patterns. Works with Windows
 95, 98,
ME, NT, 2000, XP, Vista, Windows 2003 Server and DOS.
Eraser is Free software and its source code is released under GNU
 General
Public License.

The patterns used for overwriting are based on Peter Gutmann's paper

Secure Deletion of Data from Magnetic and Solid-State Memory and
 they
are selected to effectively remove magnetic remnants from the hard
 drive.

Other methods include the one defined in the National Industrial
 Security
Program Operating Manual of the US Department of Defence and
 overwriting
with pseudorandom data. You can also define your own overwriting
 methods.

 --
 Angus Scott-Fleming
 GeoApps, Tucson, Arizona
 1-520-290-5038
 +---+




 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Magazine subscriptions

2008-09-23 Thread Joe Fox
In the Google results, click on Cached below the link and description.

HTH

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr


On Tue, Sep 23, 2008 at 12:31 PM, Chyka, Robert [EMAIL PROTECTED] wrote:

 How do you open the cached version?

 -Original Message-
 From: Joe Heaton [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 23, 2008 12:11 PM
 To: NT System Admin Issues
 Subject: RE: Magazine subscriptions

 With Experts-exchange, just open the cached version from Google.  It
 gives you the full discussion that way.

 -Original Message-
 From: Andy Ognenoff [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 22, 2008 2:43 PM
 To: NT System Admin Issues
 Subject: RE: Magazine subscriptions

 Like experts-exchange.com. They are everywhere. Anyone use them? Are
 they
 worthwhile to have a sub for?

 Exactly, but I signed up with them when it was new and free and answered
 a
 couple questions so now I can view all answers to questions without
 paying
 anything. :)

  - Andy O.


 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 No virus found in this incoming message.
 Checked by AVG - http://www.avg.com
 Version: 8.0.169 / Virus Database: 270.7.0/1684 - Release Date:
 9/22/2008 6:39 AM

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Dell PE 4600 ampage

2008-08-29 Thread Joe Fox
Olly,

Here's what I have on the PE 4600 from my inventory sheet:

Amps - 6.8
Watts - 751.8
Single Phase
BTU - 2565.9

HTH.

-Joe

On Fri, Aug 29, 2008 at 3:29 AM, Oliver Marshall 
[EMAIL PROTECTED] wrote:

 Anyone know how I can find out the ampage for a Dell PE 4600 ? We have
 an old one at a data centre which is being moved to a new site. The new
 site want accurate estimates of it's ampage, which Dell don't seem to
 have on the web based tool I have access to. We don't have access to the
 box to put in some kind of monitoring device (or rather we do but its
 400+ miles away and time and money aren't on our side).

 I don't suppose anyone has this written down somewhere? If it helps its
 a dual processor (Intel Xeon 2.4Ghz), fully loaded with 7 scsi u320
 disks. It's probably responsible for the worlds global warming on it's
 own, but I just can't tell.

 Olly

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

OfficeScan 8.0 Weirdness

2008-08-22 Thread Joe Fox
I'm having a problem with some OfficeScan 8.0 clients on my network.  When I
go into the OfficeScan Console (not using TCM at this time), I have some of
them showing up with an address of 0.0.0.0:60390.  I haven't found anything
when on Google and was wondering if anyone has seen this and knows how to
fix it.  One other interesting point is that one of the clients has been
registered with the MAC address of the disabled wireless card.  I have
changed the interface metric of the wired card to 1 and the wireless to 100,
but still no luck.

Any help would be appreciated.

Thanks.

-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: iSCSI SAN for esx and general use

2008-08-22 Thread Joe Fox
They could probably fit that many in that amount of space if the drives go
in vertically like the 24 drive SataBeast from Nexsan Technologies (
http://www.nexsan.com/satabeast.php).

Joe

On Fri, Aug 22, 2008 at 10:06 PM, Robert Cato [EMAIL PROTECTED] wrote:


 Went to an Equallogic/VMWare DR luncheon yesterday. We (management) have
 issues with buying from Dell, but that SAN was sweet. They will be debuting
 a 48 drive 5U SAN very soon. I could not find the specs online, but the guy
 said they were full 3.5 drives (SAS or SATA), but I find it hard to believe
 that many would fit in a 5U box.

 Virtualized storage is way cool.

*From:* Don Ely [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, August 22, 2008 12:48 PM
 *To:* NT System Admin Issues
 *Subject:* Re: iSCSI SAN for esx and general use



 H, I can get the S550 for over half of that cost with more space..

 On Tue, Aug 19, 2008 at 12:53 PM, Jonathan Link [EMAIL PROTECTED]
 wrote:

 What Equallogic, seriously?  I was looking at PS5000E for like $26,000,
 2TB single controler config.





 On Tue, Aug 19, 2008 at 3:50 PM, Andy Shook [EMAIL PROTECTED]
 wrote:

 You couldn't handle it.



 Shook



 *From:* Jonathan Link [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, August 19, 2008 3:38 PM


 *To:* NT System Admin Issues

 *Subject:* Re: iSCSI SAN for esx and general use



 Man, I need to get some of that...

 On Tue, Aug 19, 2008 at 3:29 PM, Andy Shook [EMAIL PROTECTED]
 wrote:

 Yep and just sent you something off-list…



 Shook



 *From:* Joseph L. Casale [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, August 19, 2008 2:24 PM


 *To:* NT System Admin Issues
 *Subject:* RE: iSCSI SAN for esx and general use



 Equallogic is cheaper then an S550? I am seeing ~5k for an S550 w/o
 drives? You sure?

 Thanks!
 jlc



 *From:* Andy Shook [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, August 19, 2008 11:53 AM
 *To:* NT System Admin Issues
 *Subject:* RE: iSCSI SAN for esx and general use



 JLC,

 Look at Equallogic. Better IO's and cheaper than S550's. IME If you need
 a referral to the partner I used to get the primo pricing, let me know.



 Shook



 *From:* Joseph L. Casale [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, August 19, 2008 11:54 AM
 *To:* NT System Admin Issues
 *Subject:* iSCSI SAN for esx and general use



 I need some more IO and don't have time to roll my own solution as I cant
 afford the testing interval.



 Looking at some cheap Netapp S550's right now. Anyone got any
 experiences/reco's they can share?



 Thanks!
 jlc










































































-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: FTP alternatives

2008-07-16 Thread Joe Fox
I tried FreeSSHD under Vista 64 (since I don't have 2008 yet) and 
couldn't get it to run.  I wound up setting up OpenSSH under Cygwin and 
it works flawlessly under Vista, so I imagine that it would run fine 
under 2003/2008.

HTH.

--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

Kurt Buff wrote:
 http://www.freesshd.com/

 On Wed, Jul 16, 2008 at 6:51 AM, Holstrom, Don [EMAIL PROTECTED] wrote:
   
 I have always been told that running an FTP site opens your network more
 than necessary. I recently converted my FTP server from 03 to 08 and my FTP
 setup has been sketchy, I must be doing something wrong.



 Instead of pursuing a fix for FTP, I wonder if there is a reasonable (cheap)
 alternative. This is a non-profit Museum, so not much money, but at least a
 dozen of our employees need to move large files back and forth. Locally
 hosted FTP has been fine, but with Server 08, I am missing something.



 Could someone point me in the right direction?

 

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~
   


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Vista 64 Upgrade

2008-07-15 Thread Joe Fox
I am trying to make my way through all the Microsoft Legal-speak (which 
I think should be offerred as a foreign language class!) and need to 
find out how one would go about upgrading Vista Home Premium (32 bit) 
that came on my new notebook to Vista Ultimate 64 bit.  Is it just a 
matter of getting the retail upgrade and installing fresh?  Or should I 
just buy a retail version of the 64 bit and start from scratch?

Any guidance would be greatly appreciated.

Thanks.

--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Vista 64 Upgrade

2008-07-15 Thread Joe Fox
Thanks Michael.  I knew that it wasn't a physical install the DVD into 
your current version and run setup.exe upgrade.  I just wasn't sure if 
a retail license would do the trick.

--
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

Michael B. Smith wrote:

 Get the retail upgrade.

  

 It's a start fresh regardless. While you don't have to reformat the 
 harddrive (although you might want to -- to get rid of all the vendor 
 garbage) since NTFS is the same, it's a complete OS reinstall. There 
 is no upgrade from 32-bit to 64-bit.

  

 Regards,

  

 Michael B. Smith

 MCITP:SA,EMA/MCSE/Exchange MVP

 http://TheEssentialExchange.com

  

 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, July 15, 2008 1:53 PM
 *To:* NT System Admin Issues
 *Subject:* Vista 64 Upgrade

  

 I am trying to make my way through all the Microsoft Legal-speak 
 (which I think should be offerred as a foreign language class!) and 
 need to find out how one would go about upgrading Vista Home Premium 
 (32 bit) that came on my new notebook to Vista Ultimate 64 bit.  Is it 
 just a matter of getting the retail upgrade and installing fresh?  Or 
 should I just buy a retail version of the 64 bit and start from scratch?

 Any guidance would be greatly appreciated.

 Thanks.

 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

  



-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached files, 
is intended only for the personal and confidential use of the recipient(s) 
named above.  If you are not the intended recipient be advised that any 
unauthorized use, disclosure, copying, distribution or the taking of any action 
in reliance on the contents of this information is strictly prohibited. If you 
have received this email in error, please immediately notify the sender via 
telephone at 716-846-9308 or by return e-mail.




~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: HIPPA and wireless

2008-07-09 Thread Joe Fox
Shook:

Based on my experience at my last gig (working in Long Term Healthcare),
wireless should not be an issue as long as you are using some form of
encryption.  Since most wireless cards/AP/Routers support WPA2 I would just
turn that up on the AP for anything internal.  We had quite a few mobile
users that would travel from facility to facility and using the wireless in
facility.  We used Cisco Aironet 1300's with Cisco ACS, hooked into our AD
domain so that they had to use LEAP to get on to the wireless, and it worked
just fine for us.

HTH.
-Joe


On Wed, Jul 9, 2008 at 9:37 AM, Andy Shook [EMAIL PROTECTED]
wrote:

  Got a side gig coming up for an optometrist who wants to put in SBS and a
 handful of PCs for a fairly new practice.  He's got a small peer-to-peer
 network over wireless right now and would like to stay wireless due to no
 cable in the walls.  Given the medical nature of the data, is HIPPA
 involved?  IF so, what does HIPPA state regarding wireless LANs?



 Thanks,



 Shook






-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: HIPPA and wireless

2008-07-09 Thread Joe Fox
That should do the trick.  Just make sure that you are using the highest
level of encryption afforded by the devices.  Also take all the other
necessary precautions, hidding the SSID, turning off beaconing, etc.  Of
course this means that you'll have to manually configure the wireless on
each workstation, but that can just means more hours that can be billed for,
and that can't be all bad ;)

-Joe

On Wed, Jul 9, 2008 at 9:51 AM, Andy Shook [EMAIL PROTECTED]
wrote:

  Nice but I don't need anything that sexy.  I'm talking single Linksys
 wireless router and wireless NICs doing WPA2 or something; would that be
 cool?



 Shook
   --

 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, July 09, 2008 9:46 AM
 *To:* NT System Admin Issues
 *Subject:* Re: HIPPA and wireless








-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: HIPPA and wireless

2008-07-09 Thread Joe Fox
Ok, so I missed that thread.  I already had advised Shook to use the highest
level of encryption afforded by the device in my followup and in my original
post said that most devices support WPA2.  If you're using the highest level
of encryption afforded by the device, in this case WPA2, then hiding the
SSID can't hurt.  In George Ou's articles on ZDNet, when he was referring to
hiding SSID's as a security measure, I believe that he was referring to
using that as your only security measure, without any type of encryption
(read as Open Network).  Same goes for MAC address filtering - not
effective if there is no encryption is involved.

As far as LEAP being useless, it is only useless when combined with weak
passwords.  Since we were using Cisco ACS to hook into AD, our password
policy required strong passwords, with a very aggressive password expiration
and history policy.

Hopefully this clears up any confusion that may have been in my initial
responses.

-Joe

On Wed, Jul 9, 2008 at 10:10 AM, Phillip Partipilo [EMAIL PROTECTED] wrote:

 Sidenote,  it was recently talked about here that hiding the SSID is
 worthless. I'm too lazy to search back thru my emails but somebody posted a
 link to iirc a zdnet hosted article that listed a list of the top wifi
 security fallacies, where mac filtering was #1, and hiding ssid was on that
 list too.

 On Jul 9, 2008, at 10:01 AM, Joe Fox wrote:

 That should do the trick.  Just make sure that you are using the highest
 level of encryption afforded by the devices.  Also take all the other
 necessary precautions, hidding the SSID, turning off beaconing, etc.  Of
 course this means that you'll have to manually configure the wireless on
 each workstation, but that can just means more hours that can be billed for,
 and that can't be all bad ;)

 -Joe

 On Wed, Jul 9, 2008 at 9:51 AM, Andy Shook [EMAIL PROTECTED]
 wrote:

  Nice but I don't need anything that sexy.  I'm talking single Linksys
 wireless router and wireless NICs doing WPA2 or something; would that be
 cool?


 Shook
   --

 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, July 09, 2008 9:46 AM
 *To:* NT System Admin Issues
 *Subject:* Re: HIPPA and wireless








 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient be advised
 that any unauthorized use, disclosure, copying, distribution or the taking
 of any action in reliance on the contents of this information is strictly
 prohibited. If you have received this email in error, please immediately
 notify the sender via telephone at 716-846-9308 or by return e-mail.




 --

 If this email is spam, report it here:
 http://www.OnlyMyEmail.com/ReportSpam 
 http://www.onlymyemail.com/view/?action=reportSpamId=ODEzNjQ6Njg1MjEyNDMzOnBqcEBwc25ldC5jb20%3D






-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: HIPPA and wireless

2008-07-09 Thread Joe Fox
Where did I ever say that leap was the way to go?  I just stated that it was
implemented at my last gig, using strong passwords and an aggressive
password change/history policy for the wireless users.  I wasn't the one
that set it up, and the C-Level did not want changes made to it due to the
amount that they had spent on the infrastructure based on the
recommendations of the prior network admin.

Now had we been newly implementing wireless in our facilities, I'd have gone
the WPA2 route and used the built in NICs in the notebooks and WPA2
supported APs.  For an added layer of security I'd use self-signed SSL Cert
and configure PEAP via GPO.  Another option is using IAS with a self-signed
cert as well.

To each their own.
-Joe

On Wed, Jul 9, 2008 at 11:18 AM, Ziots, Edward [EMAIL PROTECTED] wrote:

  Look at this, and tell me if you really think LEAP is the way to go.




 http://truesecurity.se/blogs/murray/archive/2008/06/12/teched-us-2008-draft-for-session-quot-why-i-can-hack-wireless-quot.aspx



 Leap and a few other protocols that where commonly used in Wireless
 networks, was successfully deleted at Tech Ed this year, and it wasn't that
 hard to do it.



 Z



 Edward E. Ziots

 Network Engineer

 Lifespan Organization

 MCSE,MCSA,MCP,Security+,Network+,CCA

 Phone: 401-639-3505
   --

 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, July 09, 2008 11:01 AM
 *To:* NT System Admin Issues
 *Subject:* Re: HIPPA and wireless








-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: HIPPA and wireless

2008-07-09 Thread Joe Fox
On Wed, Jul 9, 2008 at 2:00 PM, Angus Scott-Fleming [EMAIL PROTECTED]
wrote:

 On 9 Jul 2008 at 10:01, Joe Fox  wrote:

  That should do the trick. Just make sure that you are using the highest
  level of encryption afforded by the devices.

 According to the doc linked by the first response above, WEP is not
 acceptable
 for HIPAA.


How many AP's are on the market today that only support WEP?  Not an issue
in my eyes with regards to HIPAA, unless recycling old hardware that not
capable of supporting WPA/WPA2.



  Also take all the other necessary precautions, hidding the SSID, turning
 off
  beaconing, etc.

 SSIDs are still included in all packets sent, so hiding the SSID has NO
 material effect on wireless security -- someone trying to get in will scan
 for
 broadcast packets, not rely on a broadcast SSID.


Covered in an earlier email. :)


  Of course this means that you'll have to manually configure the wireless
 on
  each workstation, but that can just means more hours that can be billed
 for,
  and that can't be all bad ;)

 Bad boy!

 --
 Angus Scott-Fleming
 GeoApps, Tucson, Arizona
 1-520-290-5038
 +---+




 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Firefox 3.0 Download Day

2008-06-18 Thread Joe Fox
/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~



  This e-mail is confidential and may be privileged and/or proprietary. If
 you
 are not the intended recipient, any review, disclosure, copying, or use of
 this e-mail is prohibited.

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Networker and Quantum Scalar Problem

2008-06-03 Thread Joe Fox
Does anyone know if Networker Autoloader Module Licenses stack?  I can't get
through to the EMC licensing desk right now, all agents are busy...

Thanks
Joe

On Tue, Jun 3, 2008 at 1:15 AM, Joe Fox [EMAIL PROTECTED] wrote:

 Well that would have been the solution to the problem if Networker wasn't
 screaming that my licenses are invalid.  Probably has something to do with
 how our EMC Licensing was screwed up because they had our new office that we
 moved to listed as a different company.

 Joe

 On Mon, Jun 2, 2008 at 3:09 PM, Kevin Lundy [EMAIL PROTECTED] wrote:

 Again, it's been quite a while since we set ours up, so YMMV.  However,
 that sounds familiar so you may be onto the solution.  I wish I had been
 able to remember that last week for you.


 On Mon, Jun 2, 2008 at 3:01 PM, Joe Fox [EMAIL PROTECTED] wrote:

 Actually, we think we found the problem.  The library has it's
 Configured Slots under the Partition setup set to Default which only
 gives the 2 Universal slots that are used for loading the tapes into the
 drives.

 After my backup finishes, I'm going to switch that setting to the number
 of slots that my hardware is licensed for, reboot the library and see if
 Networker likes it then.

 Thanks for all the help.

 Joe


 On Mon, Jun 2, 2008 at 12:36 PM, [EMAIL PROTECTED] wrote:


 Joe Fox [EMAIL PROTECTED] wrote on 05/30/2008 02:02:55 PM:

  Just an update on this problem.  I did an update on the Unknown
  Media Changer in the Device Manager, and had it go out to the
  internet to find a driver.  It now reports back as a Quantum PX500
  Series Media Changer, but still is only seen with two slots in EMC
  Networker.  I was going to try and upgrade the EMC software this
  afternoon, but my boss wants to leave that as a last resort.


 You should check with the NetWorker list [EMAIL PROTECTED],
 or just call EMC.

 
  Thanks
  Joe

  On Fri, May 30, 2008 at 1:10 AM, Steve Kistenmacher 
  [EMAIL PROTECTED] wrote:
  Had a similar problem with quantum superloader  the unknown media
  changer with MS driver is the way it should show up, problem we had
  was software EMC power path the backup software (BE12 uses its own
  drivers for tape drive)  wasn't able to access the device to create
  the needed robotic library.
 
  From: Joe Fox [mailto:[EMAIL PROTECTED]
  Sent: Thursday, May 29, 2008 11:18 PM
  To: NT System Admin Issues
  Subject: Networker and Quantum Scalar Problem
 
 
 
  No virus found in this incoming message. Checked by AVG. Version: 8.
  0.100 / Virus Database: 269.24.4/1473 - Release Date: 5/29/2008 7:53
 PM
 
 
 
  --
  Joe Fox
  Systems/Network Administrator
 
  Mobile# (716) 846-9308
  http://www.linkedin.com/in/josephfoxjr
 
  The information contained in this e-mail message, including any
  attached files, is intended only for the personal and confidential
  use of the recipient(s) named above. If you are not the intended
  recipient be advised that any unauthorized use, disclosure, copying,
  distribution or the taking of any action in reliance on the contents
  of this information is strictly prohibited. If you have received
  this email in error, please immediately notify the sender via
  telephone at 716-846-9308 or by return e-mail.




 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient be advised
 that any unauthorized use, disclosure, copying, distribution or the taking
 of any action in reliance on the contents of this information is strictly
 prohibited. If you have received this email in error, please immediately
 notify the sender via telephone at 716-846-9308 or by return e-mail.





 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient be advised
 that any unauthorized use, disclosure, copying, distribution or the taking
 of any action in reliance on the contents of this information is strictly
 prohibited. If you have received this email in error, please immediately
 notify the sender via telephone at 716-846-9308 or by return e-mail.




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received

Re: Networker and Quantum Scalar Problem

2008-06-02 Thread Joe Fox
Actually, we think we found the problem.  The library has it's Configured
Slots under the Partition setup set to Default which only gives the 2
Universal slots that are used for loading the tapes into the drives.

After my backup finishes, I'm going to switch that setting to the number of
slots that my hardware is licensed for, reboot the library and see if
Networker likes it then.

Thanks for all the help.

Joe

On Mon, Jun 2, 2008 at 12:36 PM, [EMAIL PROTECTED] wrote:


 Joe Fox [EMAIL PROTECTED] wrote on 05/30/2008 02:02:55 PM:

  Just an update on this problem.  I did an update on the Unknown
  Media Changer in the Device Manager, and had it go out to the
  internet to find a driver.  It now reports back as a Quantum PX500
  Series Media Changer, but still is only seen with two slots in EMC
  Networker.  I was going to try and upgrade the EMC software this
  afternoon, but my boss wants to leave that as a last resort.


 You should check with the NetWorker list [EMAIL PROTECTED],
 or just call EMC.

 
  Thanks
  Joe

  On Fri, May 30, 2008 at 1:10 AM, Steve Kistenmacher 
  [EMAIL PROTECTED] wrote:
  Had a similar problem with quantum superloader  the unknown media
  changer with MS driver is the way it should show up, problem we had
  was software EMC power path the backup software (BE12 uses its own
  drivers for tape drive)  wasn't able to access the device to create
  the needed robotic library.
 
  From: Joe Fox [mailto:[EMAIL PROTECTED]
  Sent: Thursday, May 29, 2008 11:18 PM
  To: NT System Admin Issues
  Subject: Networker and Quantum Scalar Problem
 
 
 
  No virus found in this incoming message. Checked by AVG. Version: 8.
  0.100 / Virus Database: 269.24.4/1473 - Release Date: 5/29/2008 7:53 PM
 
 
 
  --
  Joe Fox
  Systems/Network Administrator
 
  Mobile# (716) 846-9308
  http://www.linkedin.com/in/josephfoxjr
 
  The information contained in this e-mail message, including any
  attached files, is intended only for the personal and confidential
  use of the recipient(s) named above. If you are not the intended
  recipient be advised that any unauthorized use, disclosure, copying,
  distribution or the taking of any action in reliance on the contents
  of this information is strictly prohibited. If you have received
  this email in error, please immediately notify the sender via
  telephone at 716-846-9308 or by return e-mail.




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Networker and Quantum Scalar Problem

2008-06-02 Thread Joe Fox
Well that would have been the solution to the problem if Networker wasn't
screaming that my licenses are invalid.  Probably has something to do with
how our EMC Licensing was screwed up because they had our new office that we
moved to listed as a different company.

Joe

On Mon, Jun 2, 2008 at 3:09 PM, Kevin Lundy [EMAIL PROTECTED] wrote:

 Again, it's been quite a while since we set ours up, so YMMV.  However,
 that sounds familiar so you may be onto the solution.  I wish I had been
 able to remember that last week for you.


 On Mon, Jun 2, 2008 at 3:01 PM, Joe Fox [EMAIL PROTECTED] wrote:

 Actually, we think we found the problem.  The library has it's Configured
 Slots under the Partition setup set to Default which only gives the 2
 Universal slots that are used for loading the tapes into the drives.

 After my backup finishes, I'm going to switch that setting to the number
 of slots that my hardware is licensed for, reboot the library and see if
 Networker likes it then.

 Thanks for all the help.

 Joe


 On Mon, Jun 2, 2008 at 12:36 PM, [EMAIL PROTECTED] wrote:


 Joe Fox [EMAIL PROTECTED] wrote on 05/30/2008 02:02:55 PM:

  Just an update on this problem.  I did an update on the Unknown
  Media Changer in the Device Manager, and had it go out to the
  internet to find a driver.  It now reports back as a Quantum PX500
  Series Media Changer, but still is only seen with two slots in EMC
  Networker.  I was going to try and upgrade the EMC software this
  afternoon, but my boss wants to leave that as a last resort.


 You should check with the NetWorker list [EMAIL PROTECTED],
 or just call EMC.

 
  Thanks
  Joe

  On Fri, May 30, 2008 at 1:10 AM, Steve Kistenmacher 
  [EMAIL PROTECTED] wrote:
  Had a similar problem with quantum superloader  the unknown media
  changer with MS driver is the way it should show up, problem we had
  was software EMC power path the backup software (BE12 uses its own
  drivers for tape drive)  wasn't able to access the device to create
  the needed robotic library.
 
  From: Joe Fox [mailto:[EMAIL PROTECTED]
  Sent: Thursday, May 29, 2008 11:18 PM
  To: NT System Admin Issues
  Subject: Networker and Quantum Scalar Problem
 
 
 
  No virus found in this incoming message. Checked by AVG. Version: 8.
  0.100 / Virus Database: 269.24.4/1473 - Release Date: 5/29/2008 7:53 PM
 
 
 
  --
  Joe Fox
  Systems/Network Administrator
 
  Mobile# (716) 846-9308
  http://www.linkedin.com/in/josephfoxjr
 
  The information contained in this e-mail message, including any
  attached files, is intended only for the personal and confidential
  use of the recipient(s) named above. If you are not the intended
  recipient be advised that any unauthorized use, disclosure, copying,
  distribution or the taking of any action in reliance on the contents
  of this information is strictly prohibited. If you have received
  this email in error, please immediately notify the sender via
  telephone at 716-846-9308 or by return e-mail.




 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient be advised
 that any unauthorized use, disclosure, copying, distribution or the taking
 of any action in reliance on the contents of this information is strictly
 prohibited. If you have received this email in error, please immediately
 notify the sender via telephone at 716-846-9308 or by return e-mail.





-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Networker and Quantum Scalar Problem

2008-05-30 Thread Joe Fox
Just an update on this problem.  I did an update on the Unknown Media
Changer in the Device Manager, and had it go out to the internet to find a
driver.  It now reports back as a Quantum PX500 Series Media Changer, but
still is only seen with two slots in EMC Networker.  I was going to try and
upgrade the EMC software this afternoon, but my boss wants to leave that as
a last resort.

Thanks
Joe

On Fri, May 30, 2008 at 1:10 AM, Steve Kistenmacher 
[EMAIL PROTECTED] wrote:

  Had a similar problem with quantum superloader  the unknown media changer
 with MS driver is the way it should show up, problem we had was software EMC
 power path the backup software (BE12 uses its own drivers for tape drive)
  wasn't able to access the device to create the needed robotic library.
  --

 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, May 29, 2008 11:18 PM
 *To:* NT System Admin Issues
 *Subject:* Networker and Quantum Scalar Problem






  No virus found in this incoming message. Checked by AVG. Version: 8.0.100
 / Virus Database: 269.24.4/1473 - Release Date: 5/29/2008 7:53 PM




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Networker and Quantum Scalar Problem

2008-05-29 Thread Joe Fox
I have a brand new Quantum Scalar 50, with 2 HP LTO 3 drives in it and 2 18
slot magazines.  The library is connected to a Adaptec 39160 in a Dell
PowerEdge 1850.  I am running Networker 7.3.2 on Windows 2003 R2 SP2.
Networker does have the proper Autoloader licenses installed and activated.
The problem that I am having is that in Networker after I configure the
library, I am only seeing 2 of the 25 slots I am licensed for.

In the Device Manager I can see an Unknown Media changer with the Microsoft
Driver, and I have the HP drivers installed for the LTO Drives.  The drives
show up fine in Networker.  EMC tells me I need a driver for the library,
Quantum tells me that they don't have one.  The Removable Storage service is
disabled.

Has anyone seen this before and know of a fix?  I've been going round and
round with EMC and Quantum for 3 days now, and am getting a little tired of
it.

Thanks.

-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: [Robo]copy performance issue

2008-05-21 Thread Joe Fox
I wouldn't be too ashamed...happens to the best of us. :)

On Tue, May 20, 2008 at 1:16 PM, Micheal Espinola Jr 
[EMAIL PROTECTED] wrote:

 I'm terribly ashamed of myself for not thinking of it myself, but you
 guys were of course right that it was a duplex issue on the port.

 Thanks for the nudge!

 --
 ME2

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: computer problem

2008-05-21 Thread Joe Fox
Or it could just be a troll, and you all are feeding it.

Don't feed the trolls...

Joe

On Wed, May 21, 2008 at 10:45 AM, David Lum [EMAIL PROTECTED] wrote:

 What does a processor sound like? LOL. Don't you mean fan, or HDD?

 Dave Lum  - Systems Engineer
 [EMAIL PROTECTED] - (971)-222-1025
 When you step on the brakes your life is in your foot's hands



 -Original Message-
 From: DAVID SMITH [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 21, 2008 6:09 AM
 To: NT System Admin Issues
 Subject: computer problem

 I have a computer that when ever you bring a program up it sounds like the
 processor is about to take off.  It gets real loud.  If you look at the task
 manager it has a program about 99%.  If you add more memory will it fix the
 problem.
 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Remote Control Application

2008-05-21 Thread Joe Fox
I leave my workstation at home unlocked, and I can RDP to it no problem.
Although I will admit, I do use the /console flag (which I'm going to have
to switch to the /admin flag soon).

Joe

On Wed, May 21, 2008 at 3:35 PM, Tim Vander Kooi [EMAIL PROTECTED]
wrote:

 Remote Desktop actually requires that the user be logged OUT.

 -Original Message-
 From: Mike Gill [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 21, 2008 2:29 PM
 To: NT System Admin Issues
 Subject: RE: Remote Control Application

 Remote Desktop *does not* require a user to be logged in, RA does. And with
 some quick edits you can take control using RA without the user doing
 anything.

 --
 Mike Gill

  -Original Message-
  From: David Mazzaccaro [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, May 21, 2008 8:16 AM
  To: NT System Admin Issues
  Subject: RE: Remote Control Application
 
  Remote Desktop will require the remote machine's user to be logged out
  while you take control.  With Remote Assistance the user has to
  acknowledge that you are taking control of their session and you can
  move their mouse around and send keystrokes.
  HTH



 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: AD in the DMZ, good idea?

2008-05-15 Thread Joe Fox
Couldn't those costs be reduced by licensing SQL per processor, and buy your
Windows CALs per server?  Rather than a CAL per user, use concurrent
connections?

I'm a little rusty on my Microsoft Licensing.

Regards,
Joe

On Thu, May 15, 2008 at 11:53 AM, Michael B. Smith 
[EMAIL PROTECTED] wrote:

  That's fine – but as you pointed out, that comes at a cost. A Windows
 Server CAL plus a SQL Server CAL for each external user. That's around $200
 in today's cost.



 Regards,



 Michael B. Smith

 MCSE/Exchange MVP

 http://TheEssentialExchange.com http://theessentialexchange.com/



 *From:* Martin Blackstone [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, May 15, 2008 11:50 AM

 *To:* NT System Admin Issues
 *Subject:* RE: AD in the DMZ, good idea?



 Using AD, the developer doesn't have to learn it.



 *From:* Michael B. Smith [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, May 15, 2008 8:33 AM
 *To:* NT System Admin Issues
 *Subject:* RE: AD in the DMZ, good idea?



 Obviously, you haven't yet thought about licensing.



 Why not use application authentication instead of a/d authentication?



 Regards,



 Michael B. Smith

 MCSE/Exchange MVP

 http://TheEssentialExchange.com http://theessentialexchange.com/



 *From:* Joe Heaton [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, May 15, 2008 11:13 AM
 *To:* NT System Admin Issues
 *Subject:* RE: AD in the DMZ, good idea?



 It would be a single server, running all functions necessary.  There would
 be another server that would have the actual web front end.  The databases
 for the web apps would still be inside the firewall.  As far as access for
 internal staffers, they would need to get to the web app itself, but I'm
 wondering if we could setup an internal front end for them to access, that
 would then access the same data that the outside contractors would be
 updating.



 I appreciate all the responses, I'm not as against the idea now, it just
 really seemed like a bad idea at first.



 Joe Heaton




  --

 *From:* Andy Shook [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, May 15, 2008 8:03 AM
 *To:* NT System Admin Issues
 *Subject:* RE: AD in the DMZ, good idea?

 Joe,

 I've done this on a number of occasions and while a pain in the buttocks up
 front, its not the worst thing.  Just isolate it, i.e. no 2 way trust with
 internal AD, and let it sit.  I don't know how big of an implementation your
 talking about but you could start with one server for AD, DNS, WINS, DHCP,
 file serving and one for the web apps.  My only question is what type of
 access with internal staffers need to this domain?



 Shook
  --

 *From:* Joe Heaton [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, May 15, 2008 10:59 AM
 *To:* NT System Admin Issues
 *Subject:* AD in the DMZ, good idea?



 I'm thinking not, but one of our developers is wanting to setup a separate
 domain in the DMZ, so that we can create AD accounts for contractors that
 need to login to web apps.  My brain, gut and every fiber of my being is
 saying that this is definitely NOT the way to do this.  I am right here,
 aren't I?



 Joe Heaton

 AISA

 Employment Training Panel

 1100 J Street, 4th Floor

 Sacramento, CA  95814

 (916) 327-5276

 [EMAIL PROTECTED]































-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Visio Side by Side Install

2008-05-13 Thread Joe Fox
I was wondering if there was a way to do a side by side install of Visio
2003 with Visio 2007.

I have some Visio 2003 diagrams of my datacenter that have been modified by
the MBSA 2.0 Visio plug-in and the 2.1 version under 2007 breaks the
diagrams, so I would like to keep the 2.0 version.

Does anyone have any suggestions?

Thanks.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Visio Side by Side Install

2008-05-13 Thread Joe Fox
Thanks for all the replies.  I found out if you already have 2007 installed,
you can just install 2003.  No complaints from either and MBSA 2.1 and the
Visio plugin-in 3.0 work great!.

Joe

On Tue, May 13, 2008 at 1:13 PM, Bryan Garmon [EMAIL PROTECTED]
wrote:

  Yes – use a software virtualization app like Altiris Software
 Virtualization.  http://juice.altiris.com/node/86



 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, May 13, 2008 11:12 AM
 *To:* NT System Admin Issues
 *Subject:* Visio Side by Side Install



 I was wondering if there was a way to do a side by side install of Visio
 2003 with Visio 2007.



 I have some Visio 2003 diagrams of my datacenter that have been modified
 by the MBSA 2.0 Visio plug-in and the 2.1 version under 2007 breaks the
 diagrams, so I would like to keep the 2.0 version.



 Does anyone have any suggestions?



 Thanks.


 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient be advised
 that any unauthorized use, disclosure, copying, distribution or the taking
 of any action in reliance on the contents of this information is strictly
 prohibited. If you have received this email in error, please immediately
 notify the sender via telephone at 716-846-9308 or by return e-mail.




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

OT: Unlocked Mobile Phones on eBay

2008-05-12 Thread Joe Fox
I was looking for a little bit of insight.  I have decided to downgrade my
phone from a HTC8525 (Windows Mobile 5) to just a regular mobile (Motorola
RAZR3).  I was wondering other than being unlocked and sometimes have some
goodies thrown in (charger, earpiece, etc.) are there any other differences
from the models sold by the mobile vendors/authorized reps?

The RAZR that I'm looking at is 1/2 the price that you would pay in the
retail store, and new out of the box.

Thanks.

Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Removing SBS2003.

2008-05-09 Thread Joe Fox
Once again I'd like to thank everyone for their advice.  Just to clarify,
this is a development lab that I have at home.  What I finally wound up
doing last night was unjoining the 5 machines (both physical and virtual)
from the domain, after I exported their mail to .PSTs, and just deleted the
SBS VM.  Since I was not going to be using Exchange in the new environment,
I just brought up a new DC and started joining machines to the domain.

All seems to be running swimmingly.

Thanks.

Joe

On Fri, May 9, 2008 at 8:01 AM, Ken Schaefer [EMAIL PROTECTED] wrote:

  If you can get some specific technical details, I'd be really interested
 to know what they are.



 Active Directory isn't aware of SBS or otherwise (there is no such thing
 as an Active Directory that thinks it's SBS), so whoever your contacts are
 will need to elaborate on what it is they are claiming.



 Cheers

 Ken



 *From:* Graeme Carstairs [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, 9 May 2008 9:46 PM

 *To:* NT System Admin Issues
 *Subject:* Re: Removing SBS2003.



 Ken,

 thats interesting as we were told by Microsoft that we would need to
 transition the SBS server first, as this would fix the domain to full 2003
 AD type not SBS restricted, and then move to new hardware as if not
 transitioned then the domain still thinks it is SBS and you can get unusual
 results.

 Graeme

  On Fri, May 9, 2008 at 12:28 PM, Ken Schaefer [EMAIL PROTECTED]
 wrote:

 This would be recommended if you want to keep the existing SBS server in
 the environment.



 If you want to transition to alternate machines (e.g. separate Exchange
 servers, DCs, WSS boxes, because the existing hardware is due to be
 retired), then this isn't really necessary.



 Cheers

 Ken



 *From:* Graeme Carstairs [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, 9 May 2008 5:53 PM


 *To:* NT System Admin Issues
 *Subject:* Re: Removing SBS2003.



 Microsoft do an SBS 2003 to windows Transition pack.

 You run it on your SBS 2003 server and it converts it to a full blown
 Windows 2003 DC running full Exchange 2003 standard. It also converts your
 SBS cals to Windows 2003 and Exchange 2003 cals.

 It is the recommended way to carry out this change.

 It works successfully we have done upwards of 10 transitions, but there
 were 2 which were problematic but a free call to PSS resovled the issues.

 This leaves you with a full 2003 functional domain without any of the SBS
 restrictions.

 Graeme

 On Fri, May 9, 2008 at 7:20 AM, Ken Schaefer [EMAIL PROTECTED] wrote:

 Actually, you can just transfer the roles.

 SBS 2003 will complain, but you get a couple of hours before it starts its
 shutdown sequence.

 Just run dcpromo on the SBS 2003 box, and that will remove AD from the
 SBS2003 box and references to that server in AD (no need for metadata
 cleanup).

 Cheers
 Ken

  -Original Message-
  From: Phil Brutsche [mailto:[EMAIL PROTECTED]
  Sent: Friday, 9 May 2008 5:41 AM
  To: NT System Admin Issues
  Subject: Re: Removing SBS2003.
 
  It goes something like that... except that the SBS2003 server won't let
  any other machine hold the FSMO roles. You need to violently rip
  SBS2003 out and tell the 2003 DC to seize the roles.
 
  The procedure would go something like this:
 
  1) Bring up 2003 machine
  2) Add 2003 machine to SBS2003 domain as an additional domain
  controller
  3) Let the DCs sync
  4) Pull the plug on the SBS2003 server
  5) Tell the 2003 DC to seize the roles
 
  Joe Fox wrote:
   I guess the subject says it all.  I have a SBS2003 server on my
  network,
   and want to replace it with a 2003 Server.  Is it as simple as
  bringing
   the new 2003 box online, promoting it to domain controller, and then
   transferring the FSMO roles to it from SBS?
 
 
  --
 
  Phil Brutsche
  [EMAIL PROTECTED]
 
  ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
  ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




 --
 Carbon credits are a bit like beating someone up on this side of the world
 and sponsoring one of those poor starving kids on the other side of the
 world to make up for the fact that you're a complete shit at home.






 --
 Carbon credits are a bit like beating someone up on this side of the world
 and sponsoring one of those poor starving kids on the other side of the
 world to make up for the fact that you're a complete shit at home.




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information

Active Directory Mapper

2008-05-08 Thread Joe Fox
Good Morning.

As I start a new job I'm finding that I need to map out and consolidate a
few AD Domains.

1.  Does the AD Domain mapper work with Visio 2007?
2. What is the name of the bugger?  I can't seem to remember.

Thanks.

-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Active Directory Mapper

2008-05-08 Thread Joe Fox
DUH - Nevermind.

Found a thread that I missed on the 6th.  I'm still playing catch-up on the
list.

Thanks.

Joe

On Thu, May 8, 2008 at 8:51 AM, Joe Fox [EMAIL PROTECTED] wrote:

 Good Morning.

 As I start a new job I'm finding that I need to map out and consolidate a
 few AD Domains.

 1.  Does the AD Domain mapper work with Visio 2007?
 2. What is the name of the bugger?  I can't seem to remember.

 Thanks.

 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient be advised
 that any unauthorized use, disclosure, copying, distribution or the taking
 of any action in reliance on the contents of this information is strictly
 prohibited. If you have received this email in error, please immediately
 notify the sender via telephone at 716-846-9308 or by return e-mail.




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Removing SBS2003.

2008-05-08 Thread Joe Fox
I guess the subject says it all.  I have a SBS2003 server on my network, and
want to replace it with a 2003 Server.  Is it as simple as bringing the new
2003 box online, promoting it to domain controller, and then transferring
the FSMO roles to it from SBS?

The only concern I have about putting the new 2003 box into AD is that the
schema has been extended for Exchange.  Will this cause any problems if I
want to bring up Exchange at a later date?

Also, I do know that that I have to remove all the other computer accounts
from the domain.

Thanks in advance.



-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Removing SBS2003.

2008-05-08 Thread Joe Fox
The Transition Pack is not an option, as we will no longer be using Exchange
and we already have a SQL2005 server in place on another server.

Thanks for the advice.

Joe

On Thu, May 8, 2008 at 3:58 PM, mck1012 [EMAIL PROTECTED] wrote:

 or the better option would be this

 http://www.microsoft.com/WindowsServer2003/sbs/techinfo/planning/transition.mspx

 Then move the roles and software like exchange and sql to other boxes.


 - Original Message 
 From: Phil Brutsche [EMAIL PROTECTED]
 To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
 Sent: Thursday, May 8, 2008 3:41:10 PM
 Subject: Re: Removing SBS2003.

 It goes something like that... except that the SBS2003 server won't let
 any other machine hold the FSMO roles. You need to violently rip
 SBS2003 out and tell the 2003 DC to seize the roles.

 The procedure would go something like this:

 1) Bring up 2003 machine
 2) Add 2003 machine to SBS2003 domain as an additional domain controller
 3) Let the DCs sync
 4) Pull the plug on the SBS2003 server
 5) Tell the 2003 DC to seize the roles

 Joe Fox wrote:
  I guess the subject says it all.  I have a SBS2003 server on my network,
  and want to replace it with a 2003 Server.  Is it as simple as bringing
  the new 2003 box online, promoting it to domain controller, and then
  transferring the FSMO roles to it from SBS?


 --

 Phil Brutsche
 [EMAIL PROTECTED]

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

 --
 Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
 now.http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: 64Bit Vista on laptop?

2008-04-24 Thread Joe Fox
For me, the only reason I went 64bit on my laptop is that I have 4GB of
memory and wanted to be able to address all of it.  The biggest problem I
ran into was making sure that I was able to get 64 bit versions of all my
drivers.  Toshiba currently doesn't have a driver pack for 64bit Vista, so I
had to hunt a few down.

Joe

On Thu, Apr 24, 2008 at 9:28 AM, Jacob [EMAIL PROTECTED] wrote:

  Actually, I  meant dual hard drive in RAID 0?  Not me…



 *From:* Jacob [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, April 24, 2008 6:27 AM
 *To:* 'NT System Admin Issues'
 *Subject:* 64Bit Vista on laptop?



 Here are the specs of a new laptop… my questions:



 64Bit Vista on HP Laptop?  Really necessary with only GB in the system?  I
 have tried 64Bit 2003 a while back and had issues, but this was about 3
 years ago.



 Dual hard drive configured at RAID 1?  Hmmm… Double Trouble if you ask me.



 - HP Pavilion dv9700t Entertainment CTO NB

 - Upgrade to Genuine Windows Vista Home Premium with Service Pack 1
 (64-bit)

 - Intel(R) Core(TM) 2 Duo Processor T8300 (2.40 GHz, 3 MB L2 Cache, 800MHz
 FSB)

 - 17.0 diagonal WSXGA+ High-Definition HP BrightView Widescreen Display
 (1680 x 1050)

 - 2GB DDR2 System Memory (2 Dimm)

 - 256MB NVIDIA GeForce 8400M GS

 - FREE Upgrade to HP Imprint (Radiance) + Fingerprint Reader + Webcam +
 Microphone

 - Intel(R) PRO/Wireless 4965AGN Network Connection and Bluetooth(TM)

 - 240GB 7200RPM SATA Dual Hard Drive (120GB x 2)

 - LightScribe SuperMulti 8X DVD+/-RW with Double Layer Support

 - No TV Tuner w/remote control

 - High Capacity 8 Cell Lithium Ion Battery

 - Norton Internet Security(TM) 2008 - 36 Month Subscription

 - FREE Upgrade to Computrace LoJack for Laptops, Four Years from LoJack
 for! Laptops, Three Years

 - Microsoft(R) Office Small Business 2007




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: xobni invites

2008-04-24 Thread Joe Fox
I have invites as wellas usual, contact offlist.

Thanks
Joe Fox

On Thu, Apr 24, 2008 at 3:54 PM, Joe Heaton [EMAIL PROTECTED] wrote:

 I've got invites, if anyone still needs.  Contact off-list.


 Joe Heaton

 -Original Message-
 From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED]
  Sent: Thursday, April 24, 2008 12:51 PM
 To: NT System Admin Issues
 Subject: Re: xobni invites

 lol..   For some odd reason I thought that was sent directly to me.
 Time for more coffee!

 On Thu, Apr 24, 2008 at 3:50 PM, Micheal Espinola Jr
 [EMAIL PROTECTED] wrote:
  Sorry, but I've been all out for hours.
 
 
 
   On Thu, Apr 24, 2008 at 3:40 PM, Eric Woodford
 [EMAIL PROTECTED] wrote:
I'll take one! Looks promising...
   
   
   
   
 On 4/24/08, Sherry Abercrombie [EMAIL PROTECTED] wrote:
  Ok, so no invites on mine so far.
 
  On Thu, Apr 24, 2008 at 8:00 AM, Christopher J. Bosak
  [EMAIL PROTECTED] wrote:
 
At the bottom of the pane. J
  
  
  
   
  Christopher J. Bosak
  
   Vector Company
  
   c. 847.603.4673
  
   [EMAIL PROTECTED]
  
  
  
   *You need to install an RTFM Interface, due to an LBNC
  issue.*   *- B.O.F.H. (Merged 2 into 1) - Me* 
*From:* Sherry Abercrombie
  [mailto:[EMAIL PROTECTED]  *Sent:* Thursday, April 24, 2008
  07:57 hrs   *To:* NT System Admin Issues  *Subject:*
  Re: xobni invites  So I've gotten it
  installed, where do I find the invites to hand out at?
  
   BTW, LOVE IT!!
  
   
   
  On Thu, Apr 24, 2008 at 7:50 AM, mck1012 [EMAIL PROTECTED]
 wrote:
  
   I would also like one if anyone has an extra.
  
  
  
  
- Original Message 
   From: Andy Crellin [EMAIL PROTECTED]  To:

  NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
   Sent: Thursday, April 24, 2008 8:45:44 AM  Subject: RE:

  xobni invites   These are all disappearing pretty
  quickly so if anyone's got a spare one  knocking about I'd like

  to try it out.
  
  
  
   Cheers,
  
  
  
   Andy.
  
  
  
   *Andy Crellin *
   Technical Services Manager
   Leonard Cheshire Disability
   Telephone: 01904 479200
   E-mail: [EMAIL PROTECTED]   

  *From:* Christopher J. Bosak [mailto:[EMAIL PROTECTED]  
*Sent:* 24 April 2008 13:27  *To:* NT System Admin Issues
  *Subject:* RE: xobni invites I
  also have some sitting around gathering dust if anyone wants any.
  
  
  
   Christopher J. Bosak
  
   Vector Company
  
   c. 847.603.4673
  
   [EMAIL PROTECTED]
  
  
  
   *You need to install an RTFM Interface, due to an LBNC
  issue.*   *- B.O.F.H. (Merged 2 into 1) - Me* 
*From:* Haralson, Joe (GE Comm Fin, non-GE)
  [mailto:[EMAIL PROTECTED]  *Sent:* Thursday, April 24, 2008
  07:04 hrs  *To:* NT System Admin Issues  *Subject:* RE:
  xobni invites I will take one if you
  don't mine George.
  
  
  
   Thanks
  
   Joe Haralson
  
  
--   *From:* george

  rovithis [mailto:[EMAIL PROTECTED]  *Sent:* Thursday,
  April 24, 2008 6:52 AM  *To:* NT System Admin Issues 
  *Subject:* xobni invites   If anybody wants i also have
  xobni invites   --  
  Get news, entertainment and everything you care about at Live.com.
  Check  it out! http://www.live.com/getstarted.aspx%20
   
 
  
  
  
  
  
  
  
  
  
  
  
  
   Internet communications are not secure and therefore Leonard
  Cheshire  Disability does not accept any liability for the
 content of this message.
   Any views or opinions presented are solely those of the author

  and do not  necessarily represent those of Leonard Cheshire
  Disability. If you have  received this transmission in error,
  please contact the sender and delete it  immediately.
  
   Leonard Cheshire Disability is a company limited by guarantee,

  registered  in England no: 552847, and a registered charity no:

  218186 (England  Wales)  and no: SC005117 (Scotland) VAT

  no: 899 3223 75. Registered office: 30  Millbank, London SW1P
  4QD.
  
  
  
  
--   Be a better
  friend, newshound, and know-it-all with Yahoo! Mobile. Try it 


  now.http://us.rd.yahoo.com/evt=51733/*http:/mobile.yahoo.com/;_ylt=Ah
  u06i62sR8HDtDypao8Wcj9tAcJ
  
  
  
  
   --
   
  Sherry Abercrombie
  
   Any sufficiently advanced technology is indistinguishable
 from magic.
   Arthur C. Clarke

Re: xobni invites

2008-04-24 Thread Joe Fox
This has gotten truly viralplus think about the number of machines that
the setup file can be copied to and installed on once downloaded

They really know what they are doing at Xobni.

Joe



On Thu, Apr 24, 2008 at 3:54 PM, Andy Ognenoff 
[EMAIL PROTECTED] wrote:

 I've got 5 if anyone still needs it.

  - Andy O.

 -Original Message-
 From: Eric Woodford [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 24, 2008 2:40 PM
 To: NT System Admin Issues
 Subject: Re: xobni invites
 
 I'll take one! Looks promising...




  ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: 619 VPN error

2008-04-23 Thread Joe Fox
There are some hotels that still do not support NAT-T (NAT Traversal) on
their routers/firewalls, especially if there is a CheckPoint firewall
involved.  I don't know if NAT-T is still in issue for most places, but is
definately something to think about.

Joe

On Wed, Apr 23, 2008 at 4:38 PM, Za Vue [EMAIL PROTECTED] wrote:

  There are 177.000 hits on Google about 619 VPN error. Has anyone
 encountered such issue personally?  I am almost  certain that the hardware
 is Cisco.  My user, who is now in Texas, connects fine from another hotel.
 The hotel in question grants both private and public IP's-you pick and
 choose when you first connect to their network. She cannot make a connection
 and always gets a 619 error through either network. I am placing the blame
 on the hotel network.  What do you guys think? Could it be that
 connections have max out?



 -Z.V.




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Citrix - Licensing MS Office on Citrix servers?

2008-04-22 Thread Joe Fox
In our environment, we do not publish the entire Citrix desktop.  We use the
Citrix Program Neighborhood, and only publish to the user's desktop the
applications they need, based on security grouping.  The only way they are
getting to the underlying file system, would be through context menus being
used in Open or Save dialogs.

If that is the case in your environment, I think it's a case of Crowley's
Law.  Perhaps disciplinary  action for circumventing system controls?

Joe

On Tue, Apr 22, 2008 at 1:11 PM, Webster [EMAIL PROTECTED] wrote:

  Citrix will not do it the way you are wanting it done.  With Citrix you
 can limit a Published Application to x number of users in the settings.  So
 I could publish Publisher and set the max # of users at 5.  Citrix will then
 not allow more than 5 connections to Publisher across all servers in the
 Farm that serve Publisher.  Make sense?  If a user can use a context menu
 and select Open With… then that is outside of Citrix's control.





 Webster



 *From:* David Mazzaccaro [mailto:[EMAIL PROTECTED]
 *Subject:* Citrix - Licensing MS Office on Citrix servers?



 Is there anyway to stop users from launching applications on the server
 for which I do NOT have licenses for - BUT - continue to allow this
 behavior for users that I DO have licenses for?

 Example:

 All users can right-click any file in and choose Open With…Choose
 program, and choose Publisher.

 Say I only have 5 licenses for Publisher, and therefore I only want 5
 people to be able to do this….

 Does this make sense?

 Thanks,

 Dave




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: OT: Disabling Safe Mode in WinXP

2008-04-18 Thread Joe Fox
Disconnect the power button inside the PC.

Otherwise, Crowley's Law applies

On Fri, Apr 18, 2008 at 12:21 PM, John Hornbuckle 
[EMAIL PROTECTED] wrote:

  Yeah, but if the teacher were making use of the whip, I wouldn't have had
 to start this thread in the first place!

 J





 *From:* Tom Miller [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, April 18, 2008 11:55 AM

 *To:* NT System Admin Issues
 *Subject:* RE: OT: Disabling Safe Mode in WinXP



 Nothing other than the teacher/IT staff having the *cat-o'-nine-tails* at
 the ready



 Seriously, thin clients are an option.  Cheap, easy to configure.

  Andy Ognenoff [EMAIL PROTECTED] 4/18/2008 11:45 AM
 
 And what's to stop them from holding in the power button to shutdown the
 machine?

 - Andy O.
 
 From: John Hornbuckle [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 18, 2008 10:39 AM
 To: NT System Admin Issues
 Subject: RE: OT: Disabling Safe Mode in WinXP

 On the GPO option… Would that mean that a teacher would have to log the
 student out and log themselves into the machine in order to shutdown /
 reboot? Or could it be done from a login prompt (in which case the
 students
 could do it, too)?

 John

 From: Tom Miller [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 18, 2008 11:30 AM
 To: NT System Admin Issues
 Subject: Re: OT: Disabling Safe Mode in WinXP

 Couple suggestions:  if the students have to log in, disallow
 reboot/shutdown via GPO.




 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~



 Confidentiality Notice: This e-mail message, including attachments, is for
 the sole use of the intended recipient(s) and may contain confidential and
 privileged information. Any unauthorized review, use, disclosure, or
 distribution is prohibited. If you are not the intended recipient, please
 contact the sender by reply e-mail and destroy all copies of the original
 message.









-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: VMware Workstation 6

2008-04-17 Thread Joe Fox
On Thu, Apr 17, 2008 at 9:12 AM, Webster [EMAIL PROTECTED]
wrote:

  Is there anyone here very familiar with Workstation 6 that might could
 answer a question or 2 off list?



 Thanks





 Webster




If it's something that would be beneficial to the list, why not post the
questions?  You would probably get the best feedback that way.

Joe

-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Making Files availalbe to External Users

2008-04-16 Thread Joe Fox
What about SFTP?  VanDyke makes an SSH server called VShell for Windows that
supports SSH and SFTP, replacing Telnet and FTP.  Both run on port 22, as
SFTP is a subset of SSH.

http://www.vandyke.com
HTH.
Joe
On Wed, Apr 16, 2008 at 12:47 PM, Jeremy [EMAIL PROTECTED] wrote:

 I have a need for large (20+MB) Excel files that contain sensitive
 financial data to be made available to outside contractors.  My first
 thought was an FTP site, but then the passwords for the users are sent in
 clear text.  Not so good.  I don't want to give them Active Directory user
 names and passwords.  What options do I have to get the contractors the
 files they need in a secure, and easy manner?

 TIA

 Jeremy
 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: LTO Ultrium 2 Tape question

2008-04-15 Thread Joe Fox
Most LTO drives use hardware compression, so software compression is not
necessary.

As JLC said, it depends on what you're backing up.  If you're backing up
JPEG images for example, they are already a compressed file format that will
not compress any more.  Text files I have seen 2:1 compression if not
better.

HTH.
Joe

On Mon, Apr 14, 2008 at 5:15 PM, Joseph L. Casale [EMAIL PROTECTED]
wrote:

  How do I get 400 GB of compressed

 data on these?



 Backup text files :)
 Seriously depends on the type of data. Highly compressed or incompressible
 data can actually increase in size when compressed.



 Would this be a setting in Arcserve and then the data is

 compressed during the backup to fit more data?



 You will have an option for software or hardware compression somewhere I
 assume, but I never used that app before.



 If this is possible, would this slow down restore time if data is
 compressed

 on the tape?



 You wont notice an increase in time, but under some scenarios you are
 writing to less linear tape length, so it can speed it up actually.



 jlc







-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: color printer???

2008-04-15 Thread Joe Fox
  ~
  
  
 
 
  --
  ME2
 
  ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
  ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~
 


 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: MyITforum **Solved, I guess**

2008-04-14 Thread Joe Fox
Sherry:

 I remember that being an addon called IETab - has the functionality to
switch rendering engines been built into FireFox now?

Thanks.
Joe

On Mon, Apr 14, 2008 at 12:40 PM, Tim Evans [EMAIL PROTECTED] wrote:

  And using Google to search their site.



 …Tim



 *From:* Sherry Abercrombie [mailto:[EMAIL PROTECTED]
 *Sent:* Monday, April 14, 2008 9:25 AM
 *To:* NT System Admin Issues
 *Subject:* Re: MyITforum **Solved, I guess**



 Joy!!!  Life is good.  Don't know if you can tell, but I have an intense
 dislike of IE also.  I get a kick out of searching Microsoft's support site
 from Firefox.

 On Mon, Apr 14, 2008 at 11:15 AM, Joe Heaton [EMAIL PROTECTED] wrote:

 I don't know if it is because I logged in in IE, or what, but the site is
 working at the moment in Firefox.



 Joe Heaton




  --

 *From:* Sherry Abercrombie [mailto:[EMAIL PROTECTED]
 *Sent:* Monday, April 14, 2008 9:09 AM


 *To:* NT System Admin Issues

 *Subject:* Re: MyITforum **Solved, I guess**

 You can (shudder) try to use Firefox in IE mode (the little firefox emblem
 in the very bottom right-hand corner will allow you to switch rendering
 engine for that tab only, all the other tabs will stay with the firefox
 engine.)

 On Mon, Apr 14, 2008 at 11:02 AM, Joe Heaton [EMAIL PROTECTED] wrote:

 I guess the website doesn't like Firefox, as I was able to login using
 IE7.  Wish I didn't dislike IE so much...



 Joe Heaton




  --

 *From:* Joe Heaton [mailto:[EMAIL PROTECTED]
 *Sent:* Monday, April 14, 2008 8:59 AM
 *To:* NT System Admin Issues
 *Subject:* RE: MyITforum

 Update:



 I went through the registration process again.  Filled out my name,
 e-mail, etc.  Hit submit, got a screen saying Here's the username assigned
 to you.  Gives me a password entry, where I input my desired password, and
 verify it.  Then I hit submit again, and get the following error:





 Microsoft VBScript runtime error '800a000d'

 Type mismatch: 'LogOnToForum'

 /registration/reg_code.asp, line 84



 Any ideas on this?  I am using Firefox, if that makes a difference.



 Joe Heaton




  --

 *From:* Joe Heaton [mailto:[EMAIL PROTECTED]
 *Sent:* Monday, April 14, 2008 8:34 AM
 *To:* NT System Admin Issues
 *Subject:* RE: MyITforum

 Sorry about the delay in response, I was in class all last week.  When I
 try to login using the credentials that the registration process gave me,
 I get an error saying either the user name or password is incorrect.



 Joe Heaton




  --

 *From:* Steve Pruitt [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, April 04, 2008 5:09 PM
 *To:* NT System Admin Issues
 *Subject:* Re: MyITforum

 Joe, have you attempted to log in with that ID and password? It sounds
 like that already exists but isn't being caught properly. If that's the
 case, you should be able to log in.



 Steve

  - Original Message -

 *From:* Joe Heaton [EMAIL PROTECTED]

 *To:* NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com

 *Sent:* Friday, April 04, 2008 6:59 PM

 *Subject:* RE: MyITforum



 I went through the registration process, got a username, assigned a
 password and got a database error.



 Microsoft OLE DB Provider for SQL Server error '80040e2f'



 Violation of PRIMARY KEY constraint 'Mem'. Cannot insert duplicate key in
 object 'pgd_Members'.



 /inc/reg_myitreg.asp, line 22







 Joe Heaton




  --

 *From:* Rod Trent [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, April 04, 2008 3:36 PM
 *To:* NT System Admin Issues
 *Subject:* RE: MyITforum

 Hmmm…



 Where are you having issues at, specifically?



 Here?



 http://www.myITforum.com/registrationhttp://www.myitforum.com/registration



 Rod Trent

 CEO, myITforum.com, Inc. http://www.myitforum.com/

 my myITforum.com 
 Profilehttp://www.myitforum.com/forums/showprofile.asp?memId=7

 myITforum.com LinkedIn Grouphttp://www.linkedin.com/e/gis/78998/7D2EF632EC37

 Join the Social http://social.zune.net/member/rodtrent

 my LinkedIn http://www.linkedin.com/pub/0/b6b/849



 [image: 140x70_static_final] http://www.mms-2008.com/

 *MMS 2008 – Las Vegas*

 *April 28th  -  May 2nd 2008*

 *BOOTH #235*



 *From:* Joe Heaton [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, April 04, 2008 6:33 PM
 *To:* NT System Admin Issues
 *Subject:* MyITforum



 Anyone have difficulty registering for the myitforum.com site?  I can't
 seem to be able to do it, and when I ask for help, no e-mails ever come...



 Joe Heaton

 AISA

 Employment Training Panel

 1100 J Street, 4th Floor

 Sacramento, CA  95814

 (916) 327-5276

 [EMAIL PROTECTED]






















 --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke






 --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke




-- 
Joe Fox
Systems/Network Administrator

Re: Vista 64bit and Cisco VPN

2008-03-31 Thread Joe Fox
I only have the occasion problem with the SSL VPN client on Vista64.
 Normally for me a reboot fixes the problem.  Maybe an update to your VPN
Concentrator/ASA box is needed.
Joe

On Sat, Mar 29, 2008 at 7:17 PM, Joseph L. Casale [EMAIL PROTECTED]
wrote:

  I understand there are some Linux grown vpn clients that work on windows.
 Have a search…
 jlc



 *From:* Bob Fronk [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, March 28, 2008 5:04 PM
 *To:* NT System Admin Issues
 *Subject:* Vista 64bit and Cisco VPN



 From reading this list and other articles, I know that the Cisco VPN
 client does not work on Vista 64bit.



 I thought I saw something that said SSL VPN is supported, however, I
 cannot get SSL VPN to work on Vista 64bit.  (I have made sure the
 concentrator and SSL VPN works with other platforms such as XP and it does)



 I found the below on a Cisco FAQ.  So my question is, does anyone know of
 a way to VPN to a Cisco Concentrator 3005 from Vista 64bit?  (Not pptp
 please)



 *Q. SSL VPN Client fails to launch on Windows Vista with Internet Explorer
 7, and the user gets the **Installer is downloading Active xInstaller
 was not able to start SSL VPN client** error message.*

 *A. Cause*:

 The error appears because the SSL VPN Client (SVC) fails to initiate a
 connection.

 This happens because of ActiveX install/download problems on Windows Vista
 with Microsoft Internet Explorer 7. Windows Vista is shipped with Internet
 Explorer 7, which has an entirely new model that deals with ActiveX. Aside
 from the differences in ActiveX, the networking stack has been rewritten,
 and the routing table is different. There are a few other quirks that can
 affect the client, as well.

 *Resolution*:

 SVC is not compatible with or supported on Windows Vista with the Internet
 Explorer 7 browser as of now.

 The workaround is to use supported platforms, such as Windows XP, with
 Internet Explorer 7.





 This email and any attached files are confidential and intended solely for
 the intended recipient(s). If you are not the named recipient you should not
 read, distribute, copy or alter this email. Any views or opinions expressed
 in this email are those of the author and do not represent those of the
 Davis H. Elliot Company . Warning: Although precautions have been taken to
 make sure no viruses are present in this email, the company cannot accept
 responsibility for any loss or damage that arise from the use of this email
 or attachments.









-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Vista 64bit and Cisco VPN

2008-03-31 Thread Joe Fox
Bob - yes I am.  It gets wonky every now and again, so I either a) reboot
and it works fine, or b) just uninstall and reinstall.
Mind you this is just one laptop, if I had a bunch of systems running
Vista64, I'd not be so cavalier about it.

Joe

On Mon, Mar 31, 2008 at 2:52 PM, Bob Fronk [EMAIL PROTECTED] wrote:

  I just downloaded the most recent client and os for the concentrator last
 week.



 So you are using the Cisco SSL Vpn client on Vista64?



 Bob Fronk



 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Monday, March 31, 2008 2:43 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Vista 64bit and Cisco VPN



 I only have the occasion problem with the SSL VPN client on Vista64.
  Normally for me a reboot fixes the problem.  Maybe an update to your VPN
 Concentrator/ASA box is needed.



 Joe

 On Sat, Mar 29, 2008 at 7:17 PM, Joseph L. Casale 
 [EMAIL PROTECTED] wrote:

 I understand there are some Linux grown vpn clients that work on windows.
 Have a search…
 jlc



 *From:* Bob Fronk [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, March 28, 2008 5:04 PM
 *To:* NT System Admin Issues
 *Subject:* Vista 64bit and Cisco VPN



 From reading this list and other articles, I know that the Cisco VPN
 client does not work on Vista 64bit.



 I thought I saw something that said SSL VPN is supported, however, I
 cannot get SSL VPN to work on Vista 64bit.  (I have made sure the
 concentrator and SSL VPN works with other platforms such as XP and it does)



 I found the below on a Cisco FAQ.  So my question is, does anyone know of
 a way to VPN to a Cisco Concentrator 3005 from Vista 64bit?  (Not pptp
 please)



 *Q. SSL VPN Client fails to launch on Windows Vista with Internet Explorer
 7, and the user gets the **Installer is downloading Active xInstaller
 was not able to start SSL VPN client** error message.*

 *A. Cause*:

 The error appears because the SSL VPN Client (SVC) fails to initiate a
 connection.

 This happens because of ActiveX install/download problems on Windows Vista
 with Microsoft Internet Explorer 7. Windows Vista is shipped with Internet
 Explorer 7, which has an entirely new model that deals with ActiveX. Aside
 from the differences in ActiveX, the networking stack has been rewritten,
 and the routing table is different. There are a few other quirks that can
 affect the client, as well.

 *Resolution*:

 SVC is not compatible with or supported on Windows Vista with the Internet
 Explorer 7 browser as of now.

 The workaround is to use supported platforms, such as Windows XP, with
 Internet Explorer 7.





 This email and any attached files are confidential and intended solely for
 the intended recipient(s). If you are not the named recipient you should not
 read, distribute, copy or alter this email. Any views or opinions expressed
 in this email are those of the author and do not represent those of the
 Davis H. Elliot Company . Warning: Although precautions have been taken to
 make sure no viruses are present in this email, the company cannot accept
 responsibility for any loss or damage that arise from the use of this email
 or attachments.










 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient be advised
 that any unauthorized use, disclosure, copying, distribution or the taking
 of any action in reliance on the contents of this information is strictly
 prohibited. If you have received this email in error, please immediately
 notify the sender via telephone at 716-846-9308 or by return e-mail.

 This email and any attached files are confidential and intended solely for
 the intended recipient(s). If you are not the named recipient you should not
 read, distribute, copy or alter this email. Any views or opinions expressed
 in this email are those of the author and do not represent those of the
 Davis H. Elliot Company . Warning: Although precautions have been taken to
 make sure no viruses are present in this email, the company cannot accept
 responsibility for any loss or damage that arise from the use of this email
 or attachments.




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja

Re: Vista 64bit and Cisco VPN

2008-03-31 Thread Joe Fox
I have the installer for the SSL VPN for x64.  I'll email it to you offline
when I get home from the office tonight.
Joe

On Mon, Mar 31, 2008 at 3:14 PM, Bob Fronk [EMAIL PROTECTED] wrote:

  I just DL Firefox and Avant Browser.  Neither worked.. Same error as with
 IE7.



 I have confirmed this to be only Vista 64 issue as my XP clients connect
 to SSL fine.



 Bob Fronk



 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Monday, March 31, 2008 2:58 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Vista 64bit and Cisco VPN



 Bob - yes I am.  It gets wonky every now and again, so I either a) reboot
 and it works fine, or b) just uninstall and reinstall.



 Mind you this is just one laptop, if I had a bunch of systems running
 Vista64, I'd not be so cavalier about it.



 Joe

 On Mon, Mar 31, 2008 at 2:52 PM, Bob Fronk [EMAIL PROTECTED]
 wrote:

 I just downloaded the most recent client and os for the concentrator last
 week.



 So you are using the Cisco SSL Vpn client on Vista64?



 Bob Fronk



 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Monday, March 31, 2008 2:43 PM


 *To:* NT System Admin Issues

 *Subject:* Re: Vista 64bit and Cisco VPN



 I only have the occasion problem with the SSL VPN client on Vista64.
  Normally for me a reboot fixes the problem.  Maybe an update to your VPN
 Concentrator/ASA box is needed.



 Joe

 On Sat, Mar 29, 2008 at 7:17 PM, Joseph L. Casale 
 [EMAIL PROTECTED] wrote:

 I understand there are some Linux grown vpn clients that work on windows.
 Have a search…
 jlc



 *From:* Bob Fronk [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, March 28, 2008 5:04 PM
 *To:* NT System Admin Issues
 *Subject:* Vista 64bit and Cisco VPN



 From reading this list and other articles, I know that the Cisco VPN
 client does not work on Vista 64bit.



 I thought I saw something that said SSL VPN is supported, however, I
 cannot get SSL VPN to work on Vista 64bit.  (I have made sure the
 concentrator and SSL VPN works with other platforms such as XP and it does)



 I found the below on a Cisco FAQ.  So my question is, does anyone know of
 a way to VPN to a Cisco Concentrator 3005 from Vista 64bit?  (Not pptp
 please)



 *Q. SSL VPN Client fails to launch on Windows Vista with Internet Explorer
 7, and the user gets the **Installer is downloading Active xInstaller
 was not able to start SSL VPN client** error message.*

 *A. Cause*:

 The error appears because the SSL VPN Client (SVC) fails to initiate a
 connection.

 This happens because of ActiveX install/download problems on Windows Vista
 with Microsoft Internet Explorer 7. Windows Vista is shipped with Internet
 Explorer 7, which has an entirely new model that deals with ActiveX. Aside
 from the differences in ActiveX, the networking stack has been rewritten,
 and the routing table is different. There are a few other quirks that can
 affect the client, as well.

 *Resolution*:

 SVC is not compatible with or supported on Windows Vista with the Internet
 Explorer 7 browser as of now.

 The workaround is to use supported platforms, such as Windows XP, with
 Internet Explorer 7.





 This email and any attached files are confidential and intended solely for
 the intended recipient(s). If you are not the named recipient you should not
 read, distribute, copy or alter this email. Any views or opinions expressed
 in this email are those of the author and do not represent those of the
 Davis H. Elliot Company . Warning: Although precautions have been taken to
 make sure no viruses are present in this email, the company cannot accept
 responsibility for any loss or damage that arise from the use of this email
 or attachments.










 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient be advised
 that any unauthorized use, disclosure, copying, distribution or the taking
 of any action in reliance on the contents of this information is strictly
 prohibited. If you have received this email in error, please immediately
 notify the sender via telephone at 716-846-9308 or by return e-mail.

 This email and any attached files are confidential and intended solely for
 the intended recipient(s). If you are not the named recipient you should not
 read, distribute, copy or alter this email. Any views or opinions expressed
 in this email are those of the author and do not represent those of the
 Davis H. Elliot Company . Warning: Although precautions have been taken to
 make sure no viruses are present in this email, the company cannot accept
 responsibility for any loss or damage that arise from the use of this email
 or attachments.






 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

Re: P2V for MSFT VS

2008-03-26 Thread Joe Fox
Is that a pay for?  Or is it a free utility from MS?

Thanks.
Joe

On Tue, Mar 25, 2008 at 5:26 PM, Michael B. Smith 
[EMAIL PROTECTED] wrote:

  Following up to myself:



 System Center Virtual Machine Manager from Microsoft does.



 Regards,



 Michael B. Smith

 MCSE/Exchange MVP

 http://TheEssentialExchange.com http://theessentialexchange.com/



 *From:* Benjamin Zachary [mailto:[EMAIL PROTECTED]
 *Sent:* Sunday, March 02, 2008 12:10 AM
 *To:* NT System Admin Issues
 *Subject:* RE: P2V for MSFT VS



 Platespin

 Livestate





 *From:* Michael B. Smith [mailto:[EMAIL PROTECTED]
 *Sent:* Saturday, March 01, 2008 10:31 PM
 *To:* NT System Admin Issues
 *Subject:* P2V for MSFT VS



 Anyone aware of a (simple) solution for P2V for Microsoft Virtual PC or
 Virtual Server?



 Thanks.



 Regards,



 Michael B. Smith

 MCSE/Exchange MVP

 http://TheEssentialExchange.com http://theessentialexchange.com/




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Making XP recognize 4Gb Ram

2008-03-21 Thread Joe Fox
My journey to X64 was much like Michaels.  I really should update my website
with that information, but just haven't had the time.

Joe

On Fri, Mar 21, 2008 at 1:12 PM, Michael B. Smith 
[EMAIL PROTECTED] wrote:

  Ding-ding-ding.



 And I blogged in great detail about my successes and failures in making
 that jump to 64-bit…



 Regards,



 Michael B. Smith

 MCSE/Exchange MVP

 http://TheEssentialExchange.com http://theessentialexchange.com/



 *From:* Webster [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, March 21, 2008 12:55 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Making XP recognize 4Gb Ram



 My answer was x64.



 *From:* Brumbaugh, Luke [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, March 21, 2008 11:51 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Making XP recognize 4Gb Ram



 And what was your answer?



 *From:* Webster [mailto:[EMAIL PROTECTED]
 *Sent:* Friday, March 21, 2008 12:47 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Making XP recognize 4Gb Ram







 *From:* Brumbaugh, Luke [mailto:[EMAIL PROTECTED]
 *Subject:* Making XP recognize 4Gb Ram



 Does anyone have idea how to make XP recognize 4gb Ram?

 We just went thru this in great detail not too long ago.

 Webster





 **

 CONFIDENTIALITY NOTICE: The information transmitted in this message is
 intended only for the person or entity to which it is addressed and may
 contain confidential and/or privileged material. Any review, retransmission,
 dissemination or other use of this information by persons or entities other
 than the intended recipient is prohibited. If you received this in error,
 please contact the sender and destroy all copies of this document. Thank
 you.

 Butler Animal Health Supply

 **















-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: POP3 SERVER

2008-03-05 Thread Joe Fox
If you are trying to POP3 mail off of another server, then PopBeamer is
probably your best bet.

If you are looking to have clients POP3 mail off your server, then the POP3
service that comes with Exchange should do the job.

HTH.

Joe

On Wed, Mar 5, 2008 at 2:01 PM, Nitsan Reznik [EMAIL PROTECTED] wrote:

  hi,

 I need recommendation about reliable POP3 Server that has SMTP CONNECTOR
 capability Like Exchange using.
 also does Microsoft POP3 service satisfactory my needs?


 Nitsan Reznik.







 
 This footnote confirms that this email message has been scanned by
 PineApp Mail-SeCure for the presence of malicious code, vandals  computer
 viruses.

 





-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above.  If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: [OT] Quick, adsl ethernet modem recommendation

2008-02-28 Thread Joe Fox
I know with Verizon up here, the Westel ADSL modem stays in bridge mode if
it sees a router behind it, otherwise, it goes in routing mode.

On Thu, Feb 28, 2008 at 1:14 PM, Benjamin Zachary [EMAIL PROTECTED] wrote:

 Bellsouth down here provides the Westell's which can do NAT or bridged
 mode
 (where the firewall does the logon)

 I know Netopias which ship with their business dsl has a pass thru option
 where you actually put the public IP on the wan interface of your firewall
 and the modem acts as an invisible 'hop'.

 -Original Message-
 From: Mike Gill [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 28, 2008 1:10 PM
 To: NT System Admin Issues
 Subject: RE: [OT] Quick, adsl ethernet modem recommendation

 No problem. But do give your ISP a call. There are a few values that may
 need setting that you won't know unless they tell you.

 --
 Mike Gill

  -Original Message-
  From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED]
  Sent: Thursday, February 28, 2008 9:38 AM
  To: NT System Admin Issues
  Subject: Re: [OT] Quick, adsl ethernet modem recommendation
 
  Ahh, yes: Bridged mode!
 
  Thank you!  I knew there was some term I was forgetting out.  Its been
  a while since I have done anything with DSL.


 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above.  If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: OT: FW: Please Restore Your Account Access

2008-02-25 Thread Joe Fox
I love how February has 30 days this year! :)

On Sun, Feb 24, 2008 at 4:12 PM, Larry Rappaport [EMAIL PROTECTED] wrote:

 Rankin, James R wrote:
  I love the email address that this phish came from. Paypal.con? Indeed
  it is….
 
 
 
  
 
  *From:* PayPal Billing department [mailto:[EMAIL PROTECTED]
  *Sent:* 23 February 2008 12:00
  *To:* [EMAIL PROTECTED]
  *Subject:* Please Restore Your Account Access
 
 
 
 
 
  **Dear valued PayPal(R) member:**
 
   Due to concerns, for the safety and integrity of the paypal
  account we have issued this warning message.
 
   It has come to our attention that your PayPal(R) account information
  needs to be
  updated as part of our continuing commitment to protect your account and
 to
  reduce the instance of fraud on our website. If you could please take
  5-10 minutes
  out of your online experience and update your personal records you will
  not run into
  any future problems with the online service.
 
 
  However, failure to update your records will result in account
 suspension.
  Please update your records on or before **February 30, 2008. **
 
  *Once you have updated your account records your paypal account
  service will not be interrupted and will continue as normal. *
 
  *To update your PayPal(R) records click on the following link:
  http://www.paypal.com/cgi-bin/webscr?cmd=_login-run http://paypaly.org
 *
 
  *Thank You.
  ***PayPal(R) UPDATE TEAM 
 
  *Accounts Management As outlined in our User Agreement, PayPal(R) will
  periodically send you information about site changes and enhancements.
 ***
 
  *Visit our Privacy Policy and User Agreement if you have any questions.
  **
 http://www.paypal.com/cgi-bin/webscr?cmd=p/gen/ua/policy_privacy-outside*
 
 
 February 30th?  Hmmm, must be some new math thing...

 --

 Larry
 rapp at lmr dot com

 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Ghost DHCP settings

2008-02-21 Thread Joe Fox
I'd check your network for any rogue devices, especially wireless.

Linksys uses 192.168.1.1 as a default address in a lot of their gear.

HTH

Joe

On Thu, Feb 21, 2008 at 2:05 PM, David Florea, SysAdmin 
[EMAIL PROTECTED] wrote:


 By mistake yesterday, both of my DCs were down at the same time.  Of
 course, the entire network croaked for a few minutes.  But ever since
 then, several of my machines are picking up a weird DNS setting.
 Instead of 192.168.1.15 and .5, they are showing 192.168.1.1 for a DNS
 server, and therefore have great trouble seeing network resources.  I've
 doublechecked the DHCP scope and server options, they're correct.  I
 don't even have a 1.1 network address on my system.  Where the heck is
 that coming from?  I've even had a couple of machines pick it up again a
 couple of hours after I've done a /release and /renew.

 Thanks,

 David
 ___

 The information contained in this E-mail message, including any attached
 files transmitted, is confidential and may be legally privileged. It is
 intended only for the sole use of the individual(s) named above. If you are
 the intended recipient, be aware that your use of any confidential or
 personal information may be restricted by state and federal privacy laws. If
 you, the reader of this message, are not the intended recipient, you are
 hereby notified that you should not further disseminate, distribute or
 forward this E-mail message. If you have received this E-mail in error,
 please notify the sender and delete the material from your computer system.
 This message is provided for information purposes and should not be
 construed as a solicitation or offer to buy or sell any securities or
 related financial instruments in any jurisdiction.




 ~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
 ~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Axis IP Cameras and Software

2008-02-20 Thread Joe Fox
One thing to keep in mind - if you have a lot of cameras and a decent frame
rate, you are going to need a ton of disk space.

In order to accomodate the storage we have, we had to drop the frame rate to
4fps for a facility with 36 cameras.  We use about a 1TB for a 30 day
archive, and approximately 16GB daily.  This isn't taking into account any
overlap between the daily storage and the archiving.  Additionally, these
products are bandwidth hogs, so you'll need to put them and the server on a
gigabit ethernet switch.

Just something to keep in mind.

Joe

On Wed, Feb 20, 2008 at 9:18 AM, Tom Cass [EMAIL PROTECTED] wrote:

  Most of the axis software will install as 30 day trial versions.

  --
 *From:* Joseph L. Casale [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, February 19, 2008 5:20 PM
 *To:* NT System Admin Issues
 *Subject:* Axis IP Cameras and Software

  Anyone know what the software for these cameras is like?
 I need to roll out another setup and I don't want to use the stuff I have
 in the past, I am hoping for something a little more enterprisable then what
 I have (Aver).



 Something that supports event management and logging with remote
 notifications would be good.



 Thanks!
 jlc





-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Axis IP Cameras and Software

2008-02-20 Thread Joe Fox
We had it on 10/100, and were doing like 8fps and were dropping thousands of
frames.  At that point we tried dropping to 4fps and still were having
camera timeouts and frame drops.  Once we dropped a gig switch in, all went
away.

Joe

On Wed, Feb 20, 2008 at 1:16 PM, Joseph L. Casale [EMAIL PROTECTED]
wrote:

  Each camera needs a gig port? Are you sure?
 jlc



 *From:* Joe Fox [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, February 20, 2008 9:35 AM
 *To:* NT System Admin Issues
 *Subject:* Re: Axis IP Cameras and Software



 One thing to keep in mind - if you have a lot of cameras and a decent
 frame rate, you are going to need a ton of disk space.

 In order to accomodate the storage we have, we had to drop the frame rate
 to 4fps for a facility with 36 cameras.  We use about a 1TB for a 30 day
 archive, and approximately 16GB daily.  This isn't taking into account any
 overlap between the daily storage and the archiving.  Additionally, these
 products are bandwidth hogs, so you'll need to put them and the server on a
 gigabit ethernet switch.

 Just something to keep in mind.

 Joe

 On Wed, Feb 20, 2008 at 9:18 AM, Tom Cass [EMAIL PROTECTED] wrote:

 Most of the axis software will install as 30 day trial versions.


  --

 *From:* Joseph L. Casale [mailto:[EMAIL PROTECTED]

 *Sent:* Tuesday, February 19, 2008 5:20 PM
 *To:* NT System Admin Issues
 *Subject:* Axis IP Cameras and Software



 Anyone know what the software for these cameras is like?
 I need to roll out another setup and I don't want to use the stuff I have
 in the past, I am hoping for something a little more enterprisable then what
 I have (Aver).



 Something that supports event management and logging with remote
 notifications would be good.



 Thanks!
 jlc








 --
 Joe Fox
 Systems/Network Administrator

 Mobile# (716) 846-9308
 http://www.linkedin.com/in/josephfoxjr

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient be advised
 that any unauthorized use, disclosure, copying, distribution or the taking
 of any action in reliance on the contents of this information is strictly
 prohibited. If you have received this email in error, please immediately
 notify the sender via telephone at 716-846-9308 or by return e-mail.




-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Backup Exec 11.d Autoloader Partitioning

2008-02-14 Thread Joe Fox
I have recently deployed a Dell 124T LTO3 Autoloader to one of my
facilities.  I have partitioned the slots out that that each day of the week
is a separate partition.  Is there a way to setup Backup Exec to know that
when a tape is ejected at the end of a job from a particular slot (for
example Monday is Slot 1) that it goes back into that slot when they bring
the tape back onsite and load it into the autoloader?  The folks at this
facility are the most technical and I want to make as easy as possible for
them.

Thanks in advance.

-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Vista SP1 ready...

2008-02-14 Thread Joe Fox
I just downloaded the 64 bit version.  Did I hear someone say .torrent?

On Thu, Feb 14, 2008 at 4:05 PM, Christopher J. Bosak [EMAIL PROTECTED]
wrote:

  Easy for you to say…



 *From:* Za Vue [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, February 14, 2008 15:00 hrs
 *To:* NT System Admin Issues
 *Subject:* RE: Vista SP1 ready...



 Sam,



 Let them wait.



 *From:* Sam Cayze [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, February 14, 2008 3:58 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Vista SP1 ready..



 Not with some Common sense and AV, and only download files you that people
 have discussed and flagged as legit.



 Been using usenet for years.  Never found a virus on it.



 *From:* Salvador Manzo [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, February 14, 2008 2:29 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Vista SP1 ready..



 **Cough**virus*cough*


 On 2/14/08 12:09 PM, Sam Cayze [EMAIL PROTECTED] wrote:

 Cough **usenet** cough


 *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED][EMAIL PROTECTED]
 *Sent:* Thursday, February 14, 2008 2:06 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Vista SP1 ready..

 And the speed it horrendous right now.

 To answer, Action Pack it is not something available as a part of that,
 those are fixed quarterly kits.


 *From:* Carl Webster [mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
 *Sent:* Thursday, February 14, 2008 3:03 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Vista SP1 ready..


 Available to Technet Plus subscribers.





 Webster

 - Original Message 
 From: Stefan Jafs [EMAIL PROTECTED]
 Subject: RE: Vista SP1 ready...

 I thought that they would not make it available for TechNet! And I can't
 see on TechNet.


 *__
 **Stefan Jafs
 *

 *From:* Christopher J. Bosak [mailto:[EMAIL PROTECTED][EMAIL PROTECTED]
 *Subject:* RE: Vista SP1 ready..

 **sigh** Sadly, I have an account with neither.


 *From:* Rod Trent [mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
 *Sent:* Thursday, February 14, 2008 12:57 hrs
 *To:* NT System Admin Issues
 *Subject:* Vista SP1 ready...

 …for download from TechNet and MSDN…












 -
 *Salvador Manzo*  [ 620 W. 35th St - Los Angeles, CA 90089  *e. **
 [EMAIL PROTECTED] ]
 Auxiliary Services IT, Datacenter
 University of Southern California
 818-612-5112















-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above.  If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

ATI Catalyst Control Center and VIsta64

2008-02-04 Thread Joe Fox
Has anybody encountered installing this on Vista64?  I've tried
version 8.1and keep getting side-by-side errors.  I went back a
version, to
7.12 and it installed the C++ 2005 Redistributable Runtime, and appears to
install, but I don't seen any entries in my start menu.

Any advice would be greatly appreciated.

Thanks.

-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above.  If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-829-1978 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Re: Growing old installing XP SP2

2008-02-04 Thread Joe Fox
It is the WMI Setup Upgrade DLL.  It is populating the WMI repository.

HTH

On Feb 4, 2008 3:16 PM, Kelsey, John [EMAIL PROTECTED] wrote:


 Here is the line from the svcpack.log that takes f o r e v e r to run.
 What does this command do and why is it taking so long?

 Thanks!

 1550.188: Starting process:  C:\WINDOWS\system32\rundll32.exe
 C:\WINDOWS\system32\wbem\wbemupgd.dll,UpgradeRepository

 ***
 *John C. Kelsey
 *DuBois Regional Medical Center
 (:  814.375.3073
 2  :   814.375.4005
 *:   [EMAIL PROTECTED]
 ***








-- 
Joe Fox
Systems/Network Administrator

Mobile# (716) 846-9308
http://www.linkedin.com/in/josephfoxjr

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above.  If you are not the intended recipient be advised
that any unauthorized use, disclosure, copying, distribution or the taking
of any action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-846-9308 or by return e-mail.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

RE: Tech Resume

2008-01-23 Thread Joe Fox
I guess that's because I'm not using a hybrid or chronological resume, but 
rather a functional resume.  I don't list specific job experience, but rather 
the skills that I've used on those jobs in the last 15 years.

-Joe

-Original Message-
From: Mike Semon [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 8:47 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

I agree with most things you have said except the one page resume. The
recruiters that I have spoken with say it is ok to use 2-3 pages if you
have the experience. You don't want your resume to be a novel, however,
you don't want to exclude relevant experience. I have 12 yrs exp and
there is no way I can cover that in 1 page.

Mike

-Original Message-
From: Joe Fox [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 7:33 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

Joseph:

Resumes, even in a tech field, should be limited to 1 page in this day and
age.

Bullet points take up valuable page real estate, where you could be listing
KSA's (Knowledge, Skills(both technical and transferrable), and Attributes).

And for the love of Deity don't put References will be provided upon
request.  Of course a potential employer will request references prior to
an interview, no need to waste important space on the paper.

One more resume killer - templates.  Don't use them.  Spend some time on
crafting your resume.  Potential employers can tell the difference.  They
have a tendency to pass by the template resumes.

Also, if you are anything like me, and already in a career, and know what
direction it is going in, there is no need for a Career Objective, that can
be replaced with a Summary of Qualifications.

If you'd like, I can send a copy of my resume (which in my current Portfolio
and Professional Procedures class netted me a grade of a 100 and 5
interviews thus far) to you offline.


Joe Fox
Systems Administrator

The McGuire Group
Office#  (716) 826-2010 ext: 1172
Mobile# (716) 846-9308

The materials in this e-mail are private and may contain Protected Health
Information. If you are not the intended recipient be advised that any
unauthorized use, disclosure, copying, distribution or the taking of any
action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately
notify the sender via telephone at 716-829-1978 or by return e-mail.



-Original Message-
From: Chyka, Robert [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 22, 2008 7:46 PM
To: NT System Admin Issues
Subject: RE: Tech Resume

Hey marvin,

If you don't mind could you forward me a copy offline too?

Thanks..

-Original Message-
From: MarvinC [EMAIL PROTECTED]
To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
Sent: 1/22/08 6:39 PM
Subject: Re: Tech Resume

Bullet points!
I'll be more than happy to send over a copy of mine as an example. It's
kinda long because I try to force the recruiters to read it but they don't
so I just fill it with buzz words which is all they scan on.



On Jan 22, 2008 6:32 PM, Joseph L. Casale [EMAIL PROTECTED] wrote:


  I've been saying I need a new job for so long now, I don't believe myself
 anymore... I am in a unique environment that's just truly bad for my
career
 and I need to make a change. For the last ~13 years, I have been in the
tech
 field and want to up the ante and get out of the small business arena, so
I
 am looking online for resume examples and could use a pointer. I've only
had
 two jobs in all that time and neither needed a resume so needless to say,
 I'm starting from scratch!



 Any pointers would be most appreciated!
 jlc






~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~





~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


RE: Tech Resume

2008-01-23 Thread Joe Fox
Use your educational experience.  How many hours have you logged in a
lab on a particular project?  How many times did you have to redo a part
of a project?  Did you have to troubleshoot?  Lab hours are quantifiable
if what you were doing directly relates to the field you are in.

Also, in rebuttal to Ken, my portfolio is what speaks for what I've done
- not my resume.  My resume serves as a Table of Contents per se to my
portfolio.

-Joe

-Original Message-
From: Christopher Boggs [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 10:13 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

Hey, anyone willing too, could you send me copies offline as well?  I'm
working on my currently, trying to get another job that is pretty
specialized (working with IDS) but they require a Bachelors with a
couple years experience and I only have an Associates and 3 or 4 years
professional experience.  I'm still going for it, though.

Because I have limited professional experience (only been in the IT
field for roughly 3 years now, and I'm only 25), I try to focus on my
specialized skills in the resume and on the cover letter.  I still list
my work experience, but only the jobs that had something to do with IT,
and I milk those job descriptions for every penny.  Any suggestions for
me?

Makes me think of another question, I almost always write a specialized
cover letter every time I send out my resume... does anyone else?



-Original Message-
From: Ken Schaefer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 8:55 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

I'm not saying that a place that takes a one page resume is rubbish or
something.

I'm just saying that different orgs work differently.

For Joe, a one page resume worked. Great for the place he is at. I'm
just saying that other places it wouldn't work.

If you want to come to a consulting firm, and have a resume that just
lists your skills, it's unlikely that you'll make it. Because most
consulting firms want to see what you did, and how you did it.

That's not to say we want War and Peace, but anyone can just list a
bunch of skills on a piece of paper. And given that we (and our
recruitment firms) have to shift through a lot of these, it probably
won't make the cut per se.

Cheers
Ken

-Original Message-
From: David Lum [mailto:[EMAIL PROTECTED]
Sent: Thursday, 24 January 2008 12:57 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

Interesting. Not to duplicate my resume here, but I am able to summarize
my 12 years as network admin by day and 7 years of my own side
business IT consulting onto one page and got my current jwait, maybe
that's not complimenting this place eh? Still, four interviews later I
made it in.

I'll agree it will depend on the organization, but I worked hard to keep
it one page and I think it covers plenty. A good cover letter helps
though, do NOT overlook it.

Dave Lum  - Systems Engineer
[EMAIL PROTECTED] - (971)-222-1025
When you step on the brakes your life is in your foot's hands



-Original Message-
From: Ken Schaefer [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 23, 2008 5:37 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

If there's one rule about resumes, it's that there is no one rule about
resumes.

Resumes could be read by a human, or indexed by a machine. Depending on
the position, you may (or may not) need to provide relevant details.

If you want a job where I work, a one page resume is unlikely to make
the cut,

Cheers
Ken

-Original Message-
From: Joe Fox [mailto:[EMAIL PROTECTED]
Sent: Thursday, 24 January 2008 12:33 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

Joseph:

Resumes, even in a tech field, should be limited to 1 page in this day
and age.

Bullet points take up valuable page real estate, where you could be
listing KSA's (Knowledge, Skills(both technical and transferrable), and
Attributes).

And for the love of Deity don't put References will be provided upon
request.  Of course a potential employer will request references prior
to an interview, no need to waste important space on the paper.

One more resume killer - templates.  Don't use them.  Spend some time on
crafting your resume.  Potential employers can tell the difference.
They have a tendency to pass by the template resumes.

Also, if you are anything like me, and already in a career, and know
what direction it is going in, there is no need for a Career Objective,
that can be replaced with a Summary of Qualifications.

If you'd like, I can send a copy of my resume (which in my current
Portfolio and Professional Procedures class netted me a grade of a 100
and 5 interviews thus far) to you offline.


Joe Fox
Systems Administrator


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt

RE: Tech Resume

2008-01-23 Thread Joe Fox
75% of all jobs obtained are not obtained through classifieds, job
search engines, or recruiters.  They are obtained my networking.

 

Most of the time it's about who you know, and more importantly, who they
know.

 

I've done some extensive networking in the past and it has really paid
off for me.  I really don't like using recruiters, as they aren't
looking out for my interests, but just their commission from putting
someone in a position.

 

Just my $0.02

 

-Joe

 

From: MarvinC [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 9:53 AM
To: NT System Admin Issues
Subject: Re: Tech Resume

 

 

I've never heard of a 1 page technical resume but I guess it all
depends. I don't see how that can be effective with the way recruiters
scan and process resumes. I've found over the years that most of the
recruiters don't even read the resume and instead scan it based on the
buzz words specified by the client. They then call you up and ask you
questions that they may have found had they simply read the resume. From
here a determination is made on whether your info is forwarded to the
client. So I say instead of limiting yourself, sell yourself because in
the end all the recruiter is trying to do is line up as many cadidates
that are necessary to grab that business. There's no such thing as the
perfect resume. You may get lucky and run into a batch of recruiters
that know what you want but again why limit yourself. Just be
conservative about how you describe your skillsets and experiences. I've
found that bullet points are a lot more effective than sentences that
run long when trying to explain a project or task. In the end it comes
down to your own judgement and how much info you're trying to publish. 

I say treat yourself like a hot porche in a classified ad containing 100
other porches. 

 

hth

On Jan 23, 2008 9:01 AM, Mike Semon [EMAIL PROTECTED] wrote:

Different employers and recruiters have different preferences for type
and
format of resume. I sat down with a technical recruiter, who is a friend
of 
mine, who helped me craft mine. It is worth the time to have a
professional
look at your resume and give guidance.


-Original Message-
From: Joe Fox [mailto:[EMAIL PROTECTED]

Sent: Wednesday, January 23, 2008 7:52 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

I guess that's because I'm not using a hybrid or chronological resume,
but
rather a functional resume.  I don't list specific job experience, but
rather the skills that I've used on those jobs in the last 15 years. 

-Joe

-Original Message-

From: Mike Semon [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 23, 2008 8:47 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

I agree with most things you have said except the one page resume. The
recruiters that I have spoken with say it is ok to use 2-3 pages if you
have the experience. You don't want your resume to be a novel, however, 
you don't want to exclude relevant experience. I have 12 yrs exp and
there is no way I can cover that in 1 page.

Mike

-Original Message-
From: Joe Fox [mailto:[EMAIL PROTECTED]

Sent: Wednesday, January 23, 2008 7:33 AM

To: NT System Admin Issues
Subject: RE: Tech Resume

Joseph:

Resumes, even in a tech field, should be limited to 1 page in this day
and
age.

Bullet points take up valuable page real estate, where you could be
listing
KSA's (Knowledge, Skills(both technical and transferrable), and
Attributes). 

And for the love of Deity don't put References will be provided upon
request.  Of course a potential employer will request references prior
to
an interview, no need to waste important space on the paper. 

One more resume killer - templates.  Don't use them.  Spend some time on
crafting your resume.  Potential employers can tell the difference.
They
have a tendency to pass by the template resumes.

Also, if you are anything like me, and already in a career, and know
what
direction it is going in, there is no need for a Career Objective, that
can
be replaced with a Summary of Qualifications.

If you'd like, I can send a copy of my resume (which in my current
Portfolio 
and Professional Procedures class netted me a grade of a 100 and 5
interviews thus far) to you offline.


Joe Fox
Systems Administrator

The McGuire Group
Office# (716) 826-2010 ext: 1172
Mobile# (716) 846-9308

The materials in this e-mail are private and may contain Protected
Health
Information. If you are not the intended recipient be advised that any 
unauthorized use, disclosure, copying, distribution or the taking of any
action in reliance on the contents of this information is strictly
prohibited. If you have received this email in error, please immediately

notify the sender via telephone at 716-829-1978 or by return e-mail.



-Original Message-
From: Chyka, Robert [mailto:[EMAIL PROTECTED]

Sent: Tuesday, January 22, 2008 7:46 PM
To: NT System Admin Issues
Subject: RE: Tech Resume

Hey marvin,

If you don't mind could you

RE: Tech Resume

2008-01-23 Thread Joe Fox
I guess that you missed my post that said that my resume was just the
Table of Contents to my portfolio that I've amassed over 15 years.

 

And if you are wondering what I'm hiding, isn't that generating interest
in your mind?  Which is the point of a resume - generate enough interest
to get in for an interview.  From my experience with people, just the
fact that I might be hiding something would be enough for some people to
grant an interview, just to find out if I was hiding anything.

 

People are interesting creatures.

 

-Joe

 

From: Don Ely [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 10:30 AM
To: NT System Admin Issues
Subject: Re: Tech Resume

 

 

I've held one job in my entire career based on someone I knew...  All
others have been via the three things you mention below using a 2-3 page
resume...

 

Recruiters can and will look out for your interests if you have
perceived value (the more experience you have, the more you're worth,
the more they get paid to place you) though I have only used them twice.
However, that's not to say I haven't hired based on networking because I
have numerous times. 

 

There is no science...  It's all about catching ones attention with the
resume and getting that first interview and selling yourself...  And a 1
pager with 15 years experience...  All that will do is make me ask
myself what you are hiding... 

On Jan 23, 2008 7:23 AM, Joe Fox [EMAIL PROTECTED] wrote:

 

75% of all jobs obtained are not obtained through classifieds, job
search engines, or recruiters.  They are obtained my networking.

 

Most of the time it's about who you know, and more importantly, who they
know.

 

I've done some extensive networking in the past and it has really paid
off for me.  I really don't like using recruiters, as they aren't
looking out for my interests, but just their commission from putting
someone in a position. 

 

Just my $0.02

 

-Joe

 

From: MarvinC [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 9:53 AM 


To: NT System Admin Issues

Subject: Re: Tech Resume 

 

 

I've never heard of a 1 page technical resume but I guess it all
depends. I don't see how that can be effective with the way recruiters
scan and process resumes. I've found over the years that most of the
recruiters don't even read the resume and instead scan it based on the
buzz words specified by the client. They then call you up and ask you
questions that they may have found had they simply read the resume. From
here a determination is made on whether your info is forwarded to the
client. So I say instead of limiting yourself, sell yourself because in
the end all the recruiter is trying to do is line up as many cadidates
that are necessary to grab that business. There's no such thing as the
perfect resume. You may get lucky and run into a batch of recruiters
that know what you want but again why limit yourself. Just be
conservative about how you describe your skillsets and experiences. I've
found that bullet points are a lot more effective than sentences that
run long when trying to explain a project or task. In the end it comes
down to your own judgement and how much info you're trying to publish. 

I say treat yourself like a hot porche in a classified ad containing 100
other porches. 

 

hth

On Jan 23, 2008 9:01 AM, Mike Semon [EMAIL PROTECTED] wrote:

Different employers and recruiters have different preferences for type
and
format of resume. I sat down with a technical recruiter, who is a friend
of 
mine, who helped me craft mine. It is worth the time to have a
professional 
look at your resume and give guidance.


-Original Message-
From: Joe Fox [mailto:[EMAIL PROTECTED]

Sent: Wednesday, January 23, 2008 7:52 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

I guess that's because I'm not using a hybrid or chronological resume,
but
rather a functional resume.  I don't list specific job experience, but
rather the skills that I've used on those jobs in the last 15 years. 

-Joe

-Original Message-

From: Mike Semon [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 23, 2008 8:47 AM
To: NT System Admin Issues
Subject: RE: Tech Resume 

I agree with most things you have said except the one page resume. The
recruiters that I have spoken with say it is ok to use 2-3 pages if you
have the experience. You don't want your resume to be a novel, however, 
you don't want to exclude relevant experience. I have 12 yrs exp and
there is no way I can cover that in 1 page.

Mike

-Original Message-
From: Joe Fox [mailto:[EMAIL PROTECTED]

Sent: Wednesday, January 23, 2008 7:33 AM

To: NT System Admin Issues
Subject: RE: Tech Resume

Joseph:

Resumes, even in a tech field, should be limited to 1 page in this day
and
age.

Bullet points take up valuable page real estate, where you could be
listing
KSA's (Knowledge, Skills(both technical and transferrable), and
Attributes). 

And for the love of Deity don't put References will be provided

RE: Tech Resume

2008-01-23 Thread Joe Fox
It is a leather bound 3 ring book/binder with specific project
samples/plates, my letters of recommendations, certifications,
accreditations, etc.

 

I bring it with me to every interview.  When an interviewer starts
bringing up some aspect of the job, I can just turn to that section of
my portfolio and have proof that I've done the work that I've said I've
done.

 

It's really no different than an artist or a fashion designer's
portfolio - it showcases my work.

 

-Joe

 

From: Joe Heaton [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 10:57 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

 

 

I'd be interested in seeing what you mean by your portfolio?  Is this
some huge document, showing specific project experiences?  It's an
interesting idea, but I'm wondering how you would actually use it.  Do
you bring it with you to an interview?  Or do you mention it in your
cover letter perhaps?  

 

Joe Heaton



From: Joe Fox [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 7:41 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

 

 

I guess that you missed my post that said that my resume was just the
Table of Contents to my portfolio that I've amassed over 15 years.

 

And if you are wondering what I'm hiding, isn't that generating interest
in your mind?  Which is the point of a resume - generate enough interest
to get in for an interview.  From my experience with people, just the
fact that I might be hiding something would be enough for some people to
grant an interview, just to find out if I was hiding anything.

 

People are interesting creatures.

 

-Joe

 

From: Don Ely [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 10:30 AM
To: NT System Admin Issues
Subject: Re: Tech Resume

 

 

I've held one job in my entire career based on someone I knew...  All
others have been via the three things you mention below using a 2-3 page
resume...

 

Recruiters can and will look out for your interests if you have
perceived value (the more experience you have, the more you're worth,
the more they get paid to place you) though I have only used them twice.
However, that's not to say I haven't hired based on networking because I
have numerous times. 

 

There is no science...  It's all about catching ones attention with the
resume and getting that first interview and selling yourself...  And a 1
pager with 15 years experience...  All that will do is make me ask
myself what you are hiding... 

On Jan 23, 2008 7:23 AM, Joe Fox [EMAIL PROTECTED] wrote:

 

75% of all jobs obtained are not obtained through classifieds, job
search engines, or recruiters.  They are obtained my networking.

 

Most of the time it's about who you know, and more importantly, who they
know.

 

I've done some extensive networking in the past and it has really paid
off for me.  I really don't like using recruiters, as they aren't
looking out for my interests, but just their commission from putting
someone in a position. 

 

Just my $0.02

 

-Joe

 

From: MarvinC [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 9:53 AM 


To: NT System Admin Issues

Subject: Re: Tech Resume 

 

 

I've never heard of a 1 page technical resume but I guess it all
depends. I don't see how that can be effective with the way recruiters
scan and process resumes. I've found over the years that most of the
recruiters don't even read the resume and instead scan it based on the
buzz words specified by the client. They then call you up and ask you
questions that they may have found had they simply read the resume. From
here a determination is made on whether your info is forwarded to the
client. So I say instead of limiting yourself, sell yourself because in
the end all the recruiter is trying to do is line up as many cadidates
that are necessary to grab that business. There's no such thing as the
perfect resume. You may get lucky and run into a batch of recruiters
that know what you want but again why limit yourself. Just be
conservative about how you describe your skillsets and experiences. I've
found that bullet points are a lot more effective than sentences that
run long when trying to explain a project or task. In the end it comes
down to your own judgement and how much info you're trying to publish. 

I say treat yourself like a hot porche in a classified ad containing 100
other porches. 

 

hth

On Jan 23, 2008 9:01 AM, Mike Semon [EMAIL PROTECTED] wrote:

Different employers and recruiters have different preferences for type
and
format of resume. I sat down with a technical recruiter, who is a friend
of 
mine, who helped me craft mine. It is worth the time to have a
professional 
look at your resume and give guidance.


-Original Message-
From: Joe Fox [mailto:[EMAIL PROTECTED]

Sent: Wednesday, January 23, 2008 7:52 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

I guess that's because I'm not using a hybrid or chronological resume

RE: Tech Resume

2008-01-23 Thread Joe Fox
I guess it's also what's in that one page resume. ;)

 

-Joe

 

From: Don Ely [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 10:59 AM
To: NT System Admin Issues
Subject: Re: Tech Resume

 


hehehehe, just because I think you're hiding something doesn't mean I'll
interview you.  I might just decide I don't have the time to talk to you
or that I have enough other resumes that were clear enough that I chose
them over yours...   It's a balance, as I said there is no defined
science.  Different things work for different people... 

On Jan 23, 2008 7:41 AM, Joe Fox [EMAIL PROTECTED] wrote:

 

I guess that you missed my post that said that my resume was just the
Table of Contents to my portfolio that I've amassed over 15 years.

 

And if you are wondering what I'm hiding, isn't that generating interest
in your mind?  Which is the point of a resume - generate enough interest
to get in for an interview.  From my experience with people, just the
fact that I might be hiding something would be enough for some people to
grant an interview, just to find out if I was hiding anything. 

 

People are interesting creatures.

 

-Joe

 

From: Don Ely [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 10:30 AM 


To: NT System Admin Issues
Subject: Re: Tech Resume

 

 

I've held one job in my entire career based on someone I knew...  All
others have been via the three things you mention below using a 2-3 page
resume...

 

Recruiters can and will look out for your interests if you have
perceived value (the more experience you have, the more you're worth,
the more they get paid to place you) though I have only used them twice.
However, that's not to say I haven't hired based on networking because I
have numerous times. 

 

There is no science...  It's all about catching ones attention with the
resume and getting that first interview and selling yourself...  And a 1
pager with 15 years experience...  All that will do is make me ask
myself what you are hiding... 

On Jan 23, 2008 7:23 AM, Joe Fox [EMAIL PROTECTED] wrote:

 

75% of all jobs obtained are not obtained through classifieds, job
search engines, or recruiters.  They are obtained my networking.

 

Most of the time it's about who you know, and more importantly, who they
know.

 

I've done some extensive networking in the past and it has really paid
off for me.  I really don't like using recruiters, as they aren't
looking out for my interests, but just their commission from putting
someone in a position. 

 

Just my $0.02

 

-Joe

 

From: MarvinC [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 23, 2008 9:53 AM 


To: NT System Admin Issues

Subject: Re: Tech Resume 

 

 

I've never heard of a 1 page technical resume but I guess it all
depends. I don't see how that can be effective with the way recruiters
scan and process resumes. I've found over the years that most of the
recruiters don't even read the resume and instead scan it based on the
buzz words specified by the client. They then call you up and ask you
questions that they may have found had they simply read the resume. From
here a determination is made on whether your info is forwarded to the
client. So I say instead of limiting yourself, sell yourself because in
the end all the recruiter is trying to do is line up as many cadidates
that are necessary to grab that business. There's no such thing as the
perfect resume. You may get lucky and run into a batch of recruiters
that know what you want but again why limit yourself. Just be
conservative about how you describe your skillsets and experiences. I've
found that bullet points are a lot more effective than sentences that
run long when trying to explain a project or task. In the end it comes
down to your own judgement and how much info you're trying to publish. 

I say treat yourself like a hot porche in a classified ad containing 100
other porches. 

 

hth

On Jan 23, 2008 9:01 AM, Mike Semon [EMAIL PROTECTED] wrote:

Different employers and recruiters have different preferences for type
and
format of resume. I sat down with a technical recruiter, who is a friend
of 
mine, who helped me craft mine. It is worth the time to have a
professional 
look at your resume and give guidance.


-Original Message-
From: Joe Fox [mailto:[EMAIL PROTECTED]

Sent: Wednesday, January 23, 2008 7:52 AM
To: NT System Admin Issues
Subject: RE: Tech Resume

I guess that's because I'm not using a hybrid or chronological resume,
but
rather a functional resume.  I don't list specific job experience, but
rather the skills that I've used on those jobs in the last 15 years. 

-Joe

-Original Message-

From: Mike Semon [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 23, 2008 8:47 AM
To: NT System Admin Issues
Subject: RE: Tech Resume 

I agree with most things you have said except the one page resume. The
recruiters that I have spoken with say it is ok to use 2-3 pages if you
have the experience. You don't want your resume

Vitualizing a DC

2008-01-22 Thread Joe Fox
I was thinking about virtualizing my 2003 Domain Controller (3 User
network) and running it under VMWare.  I'm debating as to which way to
do this.  Would it be better to P2V the existing DC with the VMWare
converter and import it, or would it be better to just put up another
VM, promote to DC, and then move the FMSO roles from the existing DC and
then decommission it?

 

Thanks in advance.

 

Joe Fox

Systems Administrator

 

The McGuire Group

Office#  (716) 826-2010 ext: 1172

Mobile# (716) 846-9308

 


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

RE: Need tech referral in Kirkland, WA area

2008-01-09 Thread Joe Fox
I hear that Bill Gates may be available ;)

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 09, 2008 2:39 PM
To: NT System Admin Issues
Subject: Need tech referral in Kirkland, WA area

 

 

Kirkland or Redmond, WA area, for a small financial firm there, 10
people, XP/SBS environment.  Anyone got a good tech up there?

 

Thanks

 

David 

__ 

The information contained in this E-mail message, including any attached
files transmitted, is confidential and may be legally privileged. It is
intended only for the sole use of the individual(s) named above. If you
are the intended recipient, be aware that your use of any confidential
or personal information may be restricted by state and federal privacy
laws. If you, the reader of this message, are not the intended
recipient, you are hereby notified that you should not further
disseminate, distribute or forward this E-mail message. If you have
received this E-mail in error, please notify the sender and delete the
material from your computer system. This message is provided for
information purposes and should not be construed as a solicitation or
offer to buy or sell any securities or related financial instruments in
any jurisdiction.

 

 





 


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~