RE: Whitelisting

2012-04-17 Thread Crawford, Scott
Yup.

The EICAR[1] string as a good example as well. In notepad, it's 68 ASCII 
characters. In DOS, it's an executable.  So is it code or is it text?

[1] http://eicar.org/85-0-Download.html

From: Ken Schaefer [mailto:k...@adopenstatic.com]
Sent: Wednesday, April 18, 2012 12:31 AM
To: NT System Admin Issues
Subject: RE: Whitelisting

Actually, to make this point better:

If I open a certain set of 0s and 1s in notepad.exe, it just displays the 
ASCII/Unicode character representation of those 1s and 0s on the screen
If I open the same set of 0s and 1s in cscript.exe, then certain other actions 
get performed on the system.

The above is a fairly clear distinction, but there are plenty of scenarios that 
grey the boundary far more. As far as I'm concerned, it is very difficult to 
distinguish between data and code, except in the simplest of cases.

Cheers
Ken

From: Ken Schaefer 
[mailto:k...@adopenstatic.com]
Sent: Tuesday, 17 April 2012 11:12 AM
To: NT System Admin Issues
Subject: RE: Whitelisting

The first statement is wrong - there is no difference between data and code - 
they are just ones and zeros.

Now, an application, can, tell an OS that certain memory addresses contain code 
that should not be executed.
But some other application, loading exactly the same ones and zeros, can tell 
the OS that it should be executable.

Cheers
Ken

From: Andrew S. Baker 
[mailto:asbz...@gmail.com]
Sent: Tuesday, 17 April 2012 2:28 AM
To: NT System Admin Issues
Subject: Re: Whitelisting

>>Data is code. Code is data. They're both strings of 1's and 0's.

No, they are most certainly not the same.



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Whitelisting

2012-04-17 Thread Ken Schaefer
Actually, to make this point better:

If I open a certain set of 0s and 1s in notepad.exe, it just displays the 
ASCII/Unicode character representation of those 1s and 0s on the screen
If I open the same set of 0s and 1s in cscript.exe, then certain other actions 
get performed on the system.

The above is a fairly clear distinction, but there are plenty of scenarios that 
grey the boundary far more. As far as I'm concerned, it is very difficult to 
distinguish between data and code, except in the simplest of cases.

Cheers
Ken

From: Ken Schaefer [mailto:k...@adopenstatic.com]
Sent: Tuesday, 17 April 2012 11:12 AM
To: NT System Admin Issues
Subject: RE: Whitelisting

The first statement is wrong - there is no difference between data and code - 
they are just ones and zeros.

Now, an application, can, tell an OS that certain memory addresses contain code 
that should not be executed.
But some other application, loading exactly the same ones and zeros, can tell 
the OS that it should be executable.

Cheers
Ken

From: Andrew S. Baker 
[mailto:asbz...@gmail.com]
Sent: Tuesday, 17 April 2012 2:28 AM
To: NT System Admin Issues
Subject: Re: Whitelisting

>>Data is code. Code is data. They're both strings of 1's and 0's.

No, they are most certainly not the same.



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Whitelisting

2012-04-17 Thread Ken Schaefer
Surely that's entirely dependent on the application that is hosting the script 
to support such functionality?

If I develop an arbitrary application: KensSuperCADProgram, and I provide a 
basic IDE that allows users to develop custom extensions/actions, then your 
whitelisting application isn't going to know anything about it (unless it's 
been specifically coded to examine KensSuperCADProgram extensions).

I get your point that you can close off loopholes. But I fear that it's just 
another "whack a mole" exercise. Threats will still be there, but we now have 
the relatively large overhead of whitelisting.

Tools like IPSec (for whitelisting network traffic) have existed for years. Yet 
hardly anyone is using it. It's just too hard to implement and maintain. I see 
the same with applications (except in the smallest of environments)

Cheers
Ken

From: Andrew S. Baker [mailto:asbz...@gmail.com]
Sent: Tuesday, 17 April 2012 7:10 PM
To: NT System Admin Issues
Subject: Re: Whitelisting

Yes, it can address that scenario.

You can sign the scripts you want to run, and disallow unsigned scripts.

Does whitelisting solve world hunger, cure cancer or find livable space on 
Mars?  No.   But it does address, more effectively, a huge range of threats 
that are inadequately addressed by the traditional blacklisting approach of 
current AV products.  It's even used within Windows directly to make the OS 
more secure.  As a result, I will continue to use and recommend it to reduce my 
threat landscape, leaving more time to intelligently address the threats that 
it does not handle well.
ASB

http://XeeMe.com/AndrewBaker

Harnessing the Advantages of Technology for the SMB market...



On Tue, Apr 17, 2012 at 12:46 AM, Ken Schaefer 
mailto:k...@adopenstatic.com>> wrote:
Let's try another one: I use an exploit (or even just VBA automation) in Word 
to password protect all your files. You need to pay me to get them back (or 
maybe I don't care whether you get them back, I just like inflicting pain - aka 
like most mass market viruses)

Does whitelisting address this scenario? No.
Are exploits just going to move from the problem space solved by whitelisting 
and to a new area that is not addressed by this technology? Yes

It's just like spam (and every other area where we have a constantly escalated 
war of technology). Yet for some reason we don't seem to be learning that 
lesson.

Cheers
Ken

From: Andrew S. Baker [mailto:asbz...@gmail.com]
Sent: Tuesday, 17 April 2012 11:07 AM

To: NT System Admin Issues
Subject: Re: Whitelisting

For any given environment, there will be less known good items that I want to 
run, than known bad ones that I don't, not to mention all the unknown bad ones 
that I don't know about yet.

Managing the smaller list is *better*, not *perfect*.

I haven't missed the point.  A flawed example is just that -- flawed.  But, 
going beyond that and focusing on the principle itself, the blacklist is ALSO 
vulnerable to the same issue.

So, do you settle for the us both sharing your example problem, plus you having 
a host of other ones that are greater than mine?  Or do you acknowledge that 
the approach I favor creates a smaller attack surface area?


ASB

http://XeeMe.com/AndrewBaker

Harnessing the Advantages of Technology for the SMB market...


On Mon, Apr 16, 2012 at 3:33 PM, Ben Scott 
mailto:mailvor...@gmail.com>> wrote:
On Mon, Apr 16, 2012 at 12:11 PM, Andrew S. Baker 
mailto:asbz...@gmail.com>> wrote:
>>> If it's an exploit, it's going to launch code.  The code
>>> won't run in a whitelisting environment unless it's approved by the admin.
>>
>>CMD /C DEL C:\*.* /S /Q /F /A
>
> A - Wouldn't work so nicely in 2008 and above, due to lack of elevated
> rights
>
> B - Limited use infection  (since it destroys itself)
 You're missing the point.  You're arguing against the example,
rather than the principle.  Namely: It's possible to use a whitelisted
application as an attack vector.[1]

 You're also making another mistake -- you're seeing protection of
the system as an end, rather than a means.  Nobody cares if the OS is
intact if all the data is gone.  We protect the OS because we use the
OS to protect the assets, not just for the sake of having a protected
OS.

-- Ben

[1] To the original question: This doesn't mean blacklisting, i.e.,
trying to identify and exclude "known bad" software, is the better
alternative.


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.s

RE: User provisioning AD web Front End.

2012-04-17 Thread Ken Schaefer
Quest also has similar tools

Cheers
Ken

From: Christopher Bodnar [mailto:christopher_bod...@glic.com]
Sent: Wednesday, 18 April 2012 3:27 AM
To: NT System Admin Issues
Subject: Re: User provisioning AD web Front End.

I've used NetIQ's product DRA before:

http://www.netiq.com/products/dra/default.asp#

Not cheap, but it works well.

Christopher Bodnar
Enterprise Achitect I, Corporate Office of Technology:Enterprise Architecture 
and Engineering Services

Tel 610-807-6459
3900 Burgess Place, Bethlehem, PA 18017
christopher_bod...@glic.com

[cid:image001.jpg@01CD1D57.4F55B670]

The Guardian Life Insurance Company of America

www.guardianlife.com







From:justino garcia 
mailto:jgarciaitl...@gmail.com>>
To:"NT System Admin Issues" 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Date:04/17/2012 03:19 PM
Subject:User provisioning AD web Front End.




Anyone here used a User provision platformat like 
http://www.webactivedirectory.com/products/peopleprovision/screenshots

--
Justin
IT-TECH

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin<>

RE: Wireless controller for 2 APs?

2012-04-17 Thread Ken Schaefer
Have you looked at the Powerline adapters? I have a few of these, and they are 
fantastic. Some even have basic APs built in, if you need to extend your Wifi 
network, but without Wifi bridging.


I use there to get media from the Windows Home Server to the media center. I've 
also put an airport express+speakers in the bedroom hooked up to another 
powerline adapter and I can stream music from the Home Serve (all controlled by 
an iPad)

Cheers
Ken

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Wednesday, 18 April 2012 8:06 AM
To: NT System Admin Issues
Subject: RE: Wireless controller for 2 APs?

At some point I might just replace the Cisco WAP in the basement with another 
DLINK as it looks like they can do the bridging plus give me N into my office 
network as well.



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Wireless controller for 2 APs?

2012-04-17 Thread Michael B. Smith
You play the banjo on the wrap-around porch.

From: Webster [mailto:webs...@carlwebster.com]
Sent: Tuesday, April 17, 2012 9:55 PM
To: NT System Admin Issues
Subject: RE: Wireless controller for 2 APs?

I don't know if they have run telly phones and electric stuff that far into 
West Virginny yet.  They prolly still have outhouses (for practicing on the ol' 
banjo) and well water.

Sorry ASB just can't resist picking at you for intentionally moving to West 
Virginny.


Carl Webster
Consultant and Citrix Technology Professional
http://www.CarlWebster.com

From: Jonathan Link 
[mailto:jonathan.l...@gmail.com]
Subject: Re: Wireless controller for 2 APs?

One hopes you invest in a generator in your new digs... :-)
On Tue, Apr 17, 2012 at 9:12 PM, Andrew S. Baker 
mailto:asbz...@gmail.com>> wrote:
Finally, I also invested some money on a couple APC UPS' (~$175/ea range) that 
can sustain everything for more than 2 or 3 minutes and that have little LCD 
readouts on them that show load and power info. Even living in a major city, 
the power gets a little screwy sometimes, especially during summer storms (this 
weekend in fact). It doesn't always go out but it gets dirty enough to get out 
of the tolerances on the UPS'.

Indeed!

My new friend is CyberPower.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Webster
Just for you –lc:

http://www.youtube.com/watch?v=jbhnRuJBHLs



Carl Webster
Consultant and Citrix Technology Professional
http://www.CarlWebster.com

From: Lora Cates [mailto:lora.ca...@rocketmail.com]
Sent: Tuesday, April 17, 2012 7:27 PM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

Thanks.

-lc

From: Mack Bolan mailto:mack.bola...@gmail.com>>
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Sent: Tuesday, April 17, 2012 7:18 PM
Subject: Re: Looking for an odd item


To round out my day:  http://www.lmgtfy.com/?q=Shirley+Jones

Mack S. Bolan


On Tue, Apr 17, 2012 at 6:51 PM, Lora Cates 
mailto:lora.ca...@rocketmail.com>> wrote:
I feel like I'm missing something here, aside from not being a flower child.

-lc

From: Richard Stovall mailto:rich...@gmail.com>>

To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Sent: Tuesday, April 17, 2012 6:43 PM

Subject: Re: Looking for an odd item

Mmm.  Shirley Jones before Shirley Jones was Mrs. Partridge.

Mmm.
On Tue, Apr 17, 2012 at 7:35 PM, Jonathan Link 
mailto:jonathan.l...@gmail.com>> wrote:
That rhymes with P and that stands for Pool!

Right here in River City!


On Tue, Apr 17, 2012 at 7:26 PM, Lora Cates 
mailto:lora.ca...@rocketmail.com>> wrote:
You are trouble, with a capital T!  :)


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


RE: Wireless controller for 2 APs?

2012-04-17 Thread Webster
I don't know if they have run telly phones and electric stuff that far into 
West Virginny yet.  They prolly still have outhouses (for practicing on the ol' 
banjo) and well water.

Sorry ASB just can't resist picking at you for intentionally moving to West 
Virginny.


Carl Webster
Consultant and Citrix Technology Professional
http://www.CarlWebster.com

From: Jonathan Link [mailto:jonathan.l...@gmail.com]
Subject: Re: Wireless controller for 2 APs?

One hopes you invest in a generator in your new digs... :-)
On Tue, Apr 17, 2012 at 9:12 PM, Andrew S. Baker 
mailto:asbz...@gmail.com>> wrote:
Finally, I also invested some money on a couple APC UPS' (~$175/ea range) that 
can sustain everything for more than 2 or 3 minutes and that have little LCD 
readouts on them that show load and power info. Even living in a major city, 
the power gets a little screwy sometimes, especially during summer storms (this 
weekend in fact). It doesn't always go out but it gets dirty enough to get out 
of the tolerances on the UPS'.

Indeed!

My new friend is CyberPower.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Wireless controller for 2 APs?

2012-04-17 Thread Jonathan Link
You'll definitely need it during some winter storms!

On Tue, Apr 17, 2012 at 9:30 PM, Andrew S. Baker  wrote:

> Already in the plan... :)
>
> * *
>
> *ASB* *http://XeeMe.com/AndrewBaker* *Harnessing the Advantages of
> Technology for the SMB market…
>
> *
>
>
>
> On Tue, Apr 17, 2012 at 9:17 PM, Jonathan Link wrote:
>
>> One hopes you invest in a generator in your new digs... :-)
>>
>> On Tue, Apr 17, 2012 at 9:12 PM, Andrew S. Baker wrote:
>>
>>> *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
>>> range) that can sustain everything for more than 2 or 3 minutes and that
>>> have little LCD readouts on them that show load and power info. Even living
>>> in a major city, the power gets a little screwy sometimes, especially
>>> during summer storms (this weekend in fact). It doesn‘t always go out but
>>> it gets dirty enough to get out of the tolerances on the UPS’.*
>>>
>>> Indeed!
>>>
>>> My new friend is CyberPower.
>>>
>>> * *
>>>
>>> *ASB* *http://XeeMe.com/AndrewBaker* *Harnessing the Advantages of
>>> Technology for the SMB market…
>>>
>>> *
>>>
>>>
>>>
>>> On Tue, Apr 17, 2012 at 8:06 PM, Brian Desmond 
>>> wrote:
>>>
  *I don’t have a wireless router. Essentially what I have is a bit
 complicated but very manageable:*

 * *

 **· ***My Comcast comes into my home office in the basement.
 There’s a Cisco 1741 I acquired which the Internet and Wireless hang off 
 of.
 *

 **· ***I have a pair of Dell 8 port GigE managed switches
 (like 75 bucks each) that all my stuff (PCs, phone, printer, MFP, etc.)
 plugs into in the basement*

 **o   ***The “management” interface on these things is craptastic, but
 the price/functionality ratio was right and they are fan-less*

 **· ***Said switches have a Cisco 11something WAP attached
 which I acquired several of at a somewhat questionably exceedingly low
 price on ebay – general WiFi SSID is hosted here*

 **· ***Upstairs in my living room, I have another one of the
 Dell switches under the TV – a second Cisco 11something WAP is bridging the
 network up to there from the basement, and my Media Center, XBOX, etc. are
 all plugged in*

 **· ***The new DLink is hanging off the living room switch
 with a different SSID and is really dedicated to servicing my media center
 extender xbox in the bedroom as I was getting poor perf for HD over
 802.11G. *

 * *

 *At some point I might just replace the Cisco WAP in the basement with
 another DLINK as it looks like they can do the bridging plus give me N into
 my office network as well. The Cisco router needs to go one of these days
 as it’s loud and sucking power but it hasn’t yet become a priority after 2
 years of me complaining that it’s loud. I need throughput on the router as
 my lab environment is on a separate VLAN so that passes through the router.
 *

 * *

 *I tend to just spend the extra money on the low-end (or older
 mid-range) commercial gear as while I absolutely hate having to play
 SysAdmin at home, on the odd occasion that I have a need to do something
 strange, the capability is there. For example I had to mess with some
 multicast settings to get the media center extender working when I got it.
 Likewise my VOIP company was recently alleging that my phone issues were my
 fault and I mirrored the phone’s port off the switch and produced a trace
 proving otherwise. *

 * *

 *I will caution that the flipside of buying commercial wireless gear
 in particular requires that you have some semblance of a clue about WiFi
 and RF and so forth. Mine is really limited to what I read on Wikipedia,
 ownership of a full roll of tin foil, and the occasional favor from someone
 who actually understands this stuff. I’ve had some challenges getting my
 WiFi to work correctly and perform, especially in a dense urban residential
 neighborhood where everybody and their brother has some form of Linksys
 wifi broadcasting.*

 * *

 *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
 range) that can sustain everything for more than 2 or 3 minutes and that
 have little LCD readouts on them that show load and power info. Even living
 in a major city, the power gets a little screwy sometimes, especially
 during summer storms (this weekend in fact). It doesn‘t always go out but
 it gets dirty enough to get out of the tolerances on the UPS’. *

 * *

 * *

 *Thanks,*

 *Brian Desmond*

 *br...@briandesmond.com*

 * *

 *w – 312.625.1438 | c   – 312.731.3132*

 * *

 *From:* Webster [mailto:webs...@carlwebster.com]
 *Sent:* Tuesday, April 17, 2012 6:06 PM

 *To:* NT System Admin Issues
 *Su

Re: Wireless controller for 2 APs?

2012-04-17 Thread Andrew S. Baker
Already in the plan... :)

* *

*ASB* *http://XeeMe.com/AndrewBaker* *Harnessing the Advantages of
Technology for the SMB market…

*



On Tue, Apr 17, 2012 at 9:17 PM, Jonathan Link wrote:

> One hopes you invest in a generator in your new digs... :-)
>
> On Tue, Apr 17, 2012 at 9:12 PM, Andrew S. Baker wrote:
>
>> *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
>> range) that can sustain everything for more than 2 or 3 minutes and that
>> have little LCD readouts on them that show load and power info. Even living
>> in a major city, the power gets a little screwy sometimes, especially
>> during summer storms (this weekend in fact). It doesn‘t always go out but
>> it gets dirty enough to get out of the tolerances on the UPS’.*
>>
>> Indeed!
>>
>> My new friend is CyberPower.
>>
>> * *
>>
>> *ASB* *http://XeeMe.com/AndrewBaker* *Harnessing the Advantages of
>> Technology for the SMB market…
>>
>> *
>>
>>
>>
>> On Tue, Apr 17, 2012 at 8:06 PM, Brian Desmond wrote:
>>
>>>  *I don’t have a wireless router. Essentially what I have is a bit
>>> complicated but very manageable:*
>>>
>>> * *
>>>
>>> **· ***My Comcast comes into my home office in the basement.
>>> There’s a Cisco 1741 I acquired which the Internet and Wireless hang off of.
>>> *
>>>
>>> **· ***I have a pair of Dell 8 port GigE managed switches (like
>>> 75 bucks each) that all my stuff (PCs, phone, printer, MFP, etc.) plugs
>>> into in the basement*
>>>
>>> **o   ***The “management” interface on these things is craptastic, but
>>> the price/functionality ratio was right and they are fan-less*
>>>
>>> **· ***Said switches have a Cisco 11something WAP attached
>>> which I acquired several of at a somewhat questionably exceedingly low
>>> price on ebay – general WiFi SSID is hosted here*
>>>
>>> **· ***Upstairs in my living room, I have another one of the
>>> Dell switches under the TV – a second Cisco 11something WAP is bridging the
>>> network up to there from the basement, and my Media Center, XBOX, etc. are
>>> all plugged in*
>>>
>>> **· ***The new DLink is hanging off the living room switch with
>>> a different SSID and is really dedicated to servicing my media center
>>> extender xbox in the bedroom as I was getting poor perf for HD over
>>> 802.11G. *
>>>
>>> * *
>>>
>>> *At some point I might just replace the Cisco WAP in the basement with
>>> another DLINK as it looks like they can do the bridging plus give me N into
>>> my office network as well. The Cisco router needs to go one of these days
>>> as it’s loud and sucking power but it hasn’t yet become a priority after 2
>>> years of me complaining that it’s loud. I need throughput on the router as
>>> my lab environment is on a separate VLAN so that passes through the router.
>>> *
>>>
>>> * *
>>>
>>> *I tend to just spend the extra money on the low-end (or older
>>> mid-range) commercial gear as while I absolutely hate having to play
>>> SysAdmin at home, on the odd occasion that I have a need to do something
>>> strange, the capability is there. For example I had to mess with some
>>> multicast settings to get the media center extender working when I got it.
>>> Likewise my VOIP company was recently alleging that my phone issues were my
>>> fault and I mirrored the phone’s port off the switch and produced a trace
>>> proving otherwise. *
>>>
>>> * *
>>>
>>> *I will caution that the flipside of buying commercial wireless gear in
>>> particular requires that you have some semblance of a clue about WiFi and
>>> RF and so forth. Mine is really limited to what I read on Wikipedia,
>>> ownership of a full roll of tin foil, and the occasional favor from someone
>>> who actually understands this stuff. I’ve had some challenges getting my
>>> WiFi to work correctly and perform, especially in a dense urban residential
>>> neighborhood where everybody and their brother has some form of Linksys
>>> wifi broadcasting.*
>>>
>>> * *
>>>
>>> *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
>>> range) that can sustain everything for more than 2 or 3 minutes and that
>>> have little LCD readouts on them that show load and power info. Even living
>>> in a major city, the power gets a little screwy sometimes, especially
>>> during summer storms (this weekend in fact). It doesn‘t always go out but
>>> it gets dirty enough to get out of the tolerances on the UPS’. *
>>>
>>> * *
>>>
>>> * *
>>>
>>> *Thanks,*
>>>
>>> *Brian Desmond*
>>>
>>> *br...@briandesmond.com*
>>>
>>> * *
>>>
>>> *w – 312.625.1438 | c   – 312.731.3132*
>>>
>>> * *
>>>
>>> *From:* Webster [mailto:webs...@carlwebster.com]
>>> *Sent:* Tuesday, April 17, 2012 6:06 PM
>>>
>>> *To:* NT System Admin Issues
>>> *Subject:* RE: Wireless controller for 2 APs?
>>>
>>>  ** **
>>>
>>> Brian,
>>>
>>> ** **
>>>
>>> What wireless router do you have this matched up with?  I have a Linksys
>>> E3200 and haven’t found anything yet (from OfficeMax [for easy returns])
>>> tha

Re: Wireless controller for 2 APs?

2012-04-17 Thread Andrew S. Baker
That looks pretty cool...

Doesn't look like it is supported by DD-WRT, which was the primary reason I
chose the Netgear WNR3500L over a year ago
http://www.netgear.com/home/products/wirelessrouters/work-and-play/wnr3500l.aspx


* *

*ASB* *http://XeeMe.com/AndrewBaker* *Harnessing the Advantages of
Technology for the SMB market…

*



On Tue, Apr 17, 2012 at 6:14 PM, Brian Desmond wrote:

>  *I picked one of these up - **http://www.dlink.com/products/?pid=DAP-2553
> * *. Seems featureful, works
> well (so far), and was reasonably easy to configure. Make sure you flash
> the firmware as there’s a bunch of new functionality. *
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *br...@briandesmond.com*
>
> * *
>
> *w – 312.625.1438 | c   – 312.731.3132*
>
> * *
>
> *From:* Kevin Lundy [mailto:klu...@gmail.com]
> *Sent:* Tuesday, April 17, 2012 2:29 PM
>
> *To:* NT System Admin Issues
> *Subject:* Re: Wireless controller for 2 APs?
>
> ** **
>
> Brian - which D-Link model?  I'm in the market for a new AP.
>
> On Tue, Apr 17, 2012 at 2:25 PM, Brian Desmond 
> wrote:
>
> Sounds overkill. I just bought a D-Link WAP for my house a couple weeks
> ago that's out of their SMB type line and it even has a little basic
> wireless controller function built into it. Got it for perhaps 120 bucks on
> Amazon.
>
> Thanks,
> Brian Desmond
> br...@briandesmond.com
>
> w - 312.625.1438 | c   - 312.731.3132
>
>
>
> -Original Message-
> From: Jon D [mailto:rekcahp...@gmail.com]
>
> Sent: Tuesday, April 17, 2012 10:14 AM
> To: NT System Admin Issues
> Subject: Wireless controller for 2 APs?
>
> I'm new to enterprise wireless. I'm setting up 2 APs to share out a fios
> connection for our conference rooms.
> 100% seperate from our corporate network.
> Our IT consultants is trying to sell a cisco wireless controller to manage
> the APs.
>
> Does this sound like overkill to anyone?
> Do you really need a wireless controller to manage 2 APs?
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <
> http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Wireless controller for 2 APs?

2012-04-17 Thread Jonathan Link
One hopes you invest in a generator in your new digs... :-)

On Tue, Apr 17, 2012 at 9:12 PM, Andrew S. Baker  wrote:

> *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
> range) that can sustain everything for more than 2 or 3 minutes and that
> have little LCD readouts on them that show load and power info. Even living
> in a major city, the power gets a little screwy sometimes, especially
> during summer storms (this weekend in fact). It doesn‘t always go out but
> it gets dirty enough to get out of the tolerances on the UPS’.*
>
> Indeed!
>
> My new friend is CyberPower.
>
> * *
>
> *ASB* *http://XeeMe.com/AndrewBaker* *Harnessing the Advantages of
> Technology for the SMB market…
>
> *
>
>
>
> On Tue, Apr 17, 2012 at 8:06 PM, Brian Desmond wrote:
>
>>  *I don’t have a wireless router. Essentially what I have is a bit
>> complicated but very manageable:*
>>
>> * *
>>
>> **· ***My Comcast comes into my home office in the basement.
>> There’s a Cisco 1741 I acquired which the Internet and Wireless hang off of.
>> *
>>
>> **· ***I have a pair of Dell 8 port GigE managed switches (like
>> 75 bucks each) that all my stuff (PCs, phone, printer, MFP, etc.) plugs
>> into in the basement*
>>
>> **o   ***The “management” interface on these things is craptastic, but
>> the price/functionality ratio was right and they are fan-less*
>>
>> **· ***Said switches have a Cisco 11something WAP attached which
>> I acquired several of at a somewhat questionably exceedingly low price on
>> ebay – general WiFi SSID is hosted here*
>>
>> **· ***Upstairs in my living room, I have another one of the
>> Dell switches under the TV – a second Cisco 11something WAP is bridging the
>> network up to there from the basement, and my Media Center, XBOX, etc. are
>> all plugged in*
>>
>> **· ***The new DLink is hanging off the living room switch with
>> a different SSID and is really dedicated to servicing my media center
>> extender xbox in the bedroom as I was getting poor perf for HD over
>> 802.11G. *
>>
>> * *
>>
>> *At some point I might just replace the Cisco WAP in the basement with
>> another DLINK as it looks like they can do the bridging plus give me N into
>> my office network as well. The Cisco router needs to go one of these days
>> as it’s loud and sucking power but it hasn’t yet become a priority after 2
>> years of me complaining that it’s loud. I need throughput on the router as
>> my lab environment is on a separate VLAN so that passes through the router.
>> *
>>
>> * *
>>
>> *I tend to just spend the extra money on the low-end (or older
>> mid-range) commercial gear as while I absolutely hate having to play
>> SysAdmin at home, on the odd occasion that I have a need to do something
>> strange, the capability is there. For example I had to mess with some
>> multicast settings to get the media center extender working when I got it.
>> Likewise my VOIP company was recently alleging that my phone issues were my
>> fault and I mirrored the phone’s port off the switch and produced a trace
>> proving otherwise. *
>>
>> * *
>>
>> *I will caution that the flipside of buying commercial wireless gear in
>> particular requires that you have some semblance of a clue about WiFi and
>> RF and so forth. Mine is really limited to what I read on Wikipedia,
>> ownership of a full roll of tin foil, and the occasional favor from someone
>> who actually understands this stuff. I’ve had some challenges getting my
>> WiFi to work correctly and perform, especially in a dense urban residential
>> neighborhood where everybody and their brother has some form of Linksys
>> wifi broadcasting.*
>>
>> * *
>>
>> *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
>> range) that can sustain everything for more than 2 or 3 minutes and that
>> have little LCD readouts on them that show load and power info. Even living
>> in a major city, the power gets a little screwy sometimes, especially
>> during summer storms (this weekend in fact). It doesn‘t always go out but
>> it gets dirty enough to get out of the tolerances on the UPS’. *
>>
>> * *
>>
>> * *
>>
>> *Thanks,*
>>
>> *Brian Desmond*
>>
>> *br...@briandesmond.com*
>>
>> * *
>>
>> *w – 312.625.1438 | c   – 312.731.3132*
>>
>> * *
>>
>> *From:* Webster [mailto:webs...@carlwebster.com]
>> *Sent:* Tuesday, April 17, 2012 6:06 PM
>>
>> *To:* NT System Admin Issues
>> *Subject:* RE: Wireless controller for 2 APs?
>>
>>  ** **
>>
>> Brian,
>>
>> ** **
>>
>> What wireless router do you have this matched up with?  I have a Linksys
>> E3200 and haven’t found anything yet (from OfficeMax [for easy returns])
>> that works with it.
>>
>> ** **
>>
>> Thanks
>>
>> ** **
>>
>> ** **
>>
>> Carl Webster
>>
>> Consultant and Citrix Technology Professional
>>
>> http://www.CarlWebster.com 
>>
>> ** **
>>
>> *From:* Brian Desmond [mailto:br...@briandesmond.com]
>>
>> *Subject:* RE: Wireles

Re: Wireless controller for 2 APs?

2012-04-17 Thread William Robbins
Well my servers were quite a bit older when I had them.  Old HP hardware
with 6 SCSI drives in them and dual power supplies.  Had 5 of them.  They'd
would raise the room temp +10 degrees from the rest of the house.  :)

 - Will


On Tue, Apr 17, 2012 at 20:07, Brian Desmond  wrote:

>  *Yeah I’m probably spending $75+ a month on electric for this. That said
> I can run 50-75 VMs concurrently with no sweat. It is nice to be able to
> pull up any version of windows or exchange or whatever and look at
> something, but, the forest all this stuff is in is also screwed up on an
> epic level. Nice for real world testing but also obnoxious when you just
> want something to work quickly. *
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *br...@briandesmond.com*
>
> * *
>
> *w – 312.625.1438 | c   – 312.731.3132*
>
> * *
>
> *From:* William Robbins [mailto:dangerw...@gmail.com]
> *Sent:* Tuesday, April 17, 2012 7:25 PM
>
> *To:* NT System Admin Issues
> *Subject:* Re: Wireless controller for 2 APs?
>
> ** **
>
> "...  I absolutely hate having to play SysAdmin at home..."
>
> ** **
>
> This reminds me of why I finally dumped all my servers and routers at
> home, and try to stick with virtual labs when the occasion arises.  That
> said I'm certain you do simulations of client environments that I just
> don't have to do any longer that requires hardware to manipulate.  Some
> days I miss the sounds of all those fans, but I don't miss the utility bill
> that went along with them.  :)
>
>  - Will
>
> 
>
> On Tue, Apr 17, 2012 at 19:06, Brian Desmond 
> wrote:
>
> *I don’t have a wireless router. Essentially what I have is a bit
> complicated but very manageable:*
>
> * *
>
> · *My Comcast comes into my home office in the basement. There’s
> a Cisco 1741 I acquired which the Internet and Wireless hang off of.*
>
> · *I have a pair of Dell 8 port GigE managed switches (like 75
> bucks each) that all my stuff (PCs, phone, printer, MFP, etc.) plugs into
> in the basement*
>
> o   *The “management” interface on these things is craptastic, but the
> price/functionality ratio was right and they are fan-less*
>
> · *Said switches have a Cisco 11something WAP attached which I
> acquired several of at a somewhat questionably exceedingly low price on
> ebay – general WiFi SSID is hosted here*
>
> · *Upstairs in my living room, I have another one of the Dell
> switches under the TV – a second Cisco 11something WAP is bridging the
> network up to there from the basement, and my Media Center, XBOX, etc. are
> all plugged in*
>
> · *The new DLink is hanging off the living room switch with a
> different SSID and is really dedicated to servicing my media center
> extender xbox in the bedroom as I was getting poor perf for HD over
> 802.11G. *
>
> * *
>
> *At some point I might just replace the Cisco WAP in the basement with
> another DLINK as it looks like they can do the bridging plus give me N into
> my office network as well. The Cisco router needs to go one of these days
> as it’s loud and sucking power but it hasn’t yet become a priority after 2
> years of me complaining that it’s loud. I need throughput on the router as
> my lab environment is on a separate VLAN so that passes through the router.
> *
>
> * *
>
> *I tend to just spend the extra money on the low-end (or older mid-range)
> commercial gear as while I absolutely hate having to play SysAdmin at home,
> on the odd occasion that I have a need to do something strange, the
> capability is there. For example I had to mess with some multicast settings
> to get the media center extender working when I got it. Likewise my VOIP
> company was recently alleging that my phone issues were my fault and I
> mirrored the phone’s port off the switch and produced a trace proving
> otherwise. *
>
> * *
>
> *I will caution that the flipside of buying commercial wireless gear in
> particular requires that you have some semblance of a clue about WiFi and
> RF and so forth. Mine is really limited to what I read on Wikipedia,
> ownership of a full roll of tin foil, and the occasional favor from someone
> who actually understands this stuff. I’ve had some challenges getting my
> WiFi to work correctly and perform, especially in a dense urban residential
> neighborhood where everybody and their brother has some form of Linksys
> wifi broadcasting.*
>
> * *
>
> *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
> range) that can sustain everything for more than 2 or 3 minutes and that
> have little LCD readouts on them that show load and power info. Even living
> in a major city, the power gets a little screwy sometimes, especially
> during summer storms (this weekend in fact). It doesn‘t always go out but
> it gets dirty enough to get out of the tolerances on the UPS’. *
>
> * *
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *br...@briandesmond.com*

Re: Wireless controller for 2 APs?

2012-04-17 Thread Andrew S. Baker
I might get there one day...  But not too soon. :)

* *

*ASB* *http://XeeMe.com/AndrewBaker* *Harnessing the Advantages of
Technology for the SMB market…

*



On Tue, Apr 17, 2012 at 8:24 PM, William Robbins wrote:

> "...  I absolutely hate having to play SysAdmin at home..."
>
> This reminds me of why I finally dumped all my servers and routers at
> home, and try to stick with virtual labs when the occasion arises.  That
> said I'm certain you do simulations of client environments that I just
> don't have to do any longer that requires hardware to manipulate.  Some
> days I miss the sounds of all those fans, but I don't miss the utility bill
> that went along with them.  :)
>
>  - Will
>
>
>
> On Tue, Apr 17, 2012 at 19:06, Brian Desmond wrote:
>
>>  *I don’t have a wireless router. Essentially what I have is a bit
>> complicated but very manageable:*
>>
>> * *
>>
>> **· ***My Comcast comes into my home office in the basement.
>> There’s a Cisco 1741 I acquired which the Internet and Wireless hang off of.
>> *
>>
>> **· ***I have a pair of Dell 8 port GigE managed switches (like
>> 75 bucks each) that all my stuff (PCs, phone, printer, MFP, etc.) plugs
>> into in the basement*
>>
>> **o   ***The “management” interface on these things is craptastic, but
>> the price/functionality ratio was right and they are fan-less*
>>
>> **· ***Said switches have a Cisco 11something WAP attached which
>> I acquired several of at a somewhat questionably exceedingly low price on
>> ebay – general WiFi SSID is hosted here*
>>
>> **· ***Upstairs in my living room, I have another one of the
>> Dell switches under the TV – a second Cisco 11something WAP is bridging the
>> network up to there from the basement, and my Media Center, XBOX, etc. are
>> all plugged in*
>>
>> **· ***The new DLink is hanging off the living room switch with
>> a different SSID and is really dedicated to servicing my media center
>> extender xbox in the bedroom as I was getting poor perf for HD over
>> 802.11G. *
>>
>> * *
>>
>> *At some point I might just replace the Cisco WAP in the basement with
>> another DLINK as it looks like they can do the bridging plus give me N into
>> my office network as well. The Cisco router needs to go one of these days
>> as it’s loud and sucking power but it hasn’t yet become a priority after 2
>> years of me complaining that it’s loud. I need throughput on the router as
>> my lab environment is on a separate VLAN so that passes through the router.
>> *
>>
>> * *
>>
>> *I tend to just spend the extra money on the low-end (or older
>> mid-range) commercial gear as while I absolutely hate having to play
>> SysAdmin at home, on the odd occasion that I have a need to do something
>> strange, the capability is there. For example I had to mess with some
>> multicast settings to get the media center extender working when I got it.
>> Likewise my VOIP company was recently alleging that my phone issues were my
>> fault and I mirrored the phone’s port off the switch and produced a trace
>> proving otherwise. *
>>
>> * *
>>
>> *I will caution that the flipside of buying commercial wireless gear in
>> particular requires that you have some semblance of a clue about WiFi and
>> RF and so forth. Mine is really limited to what I read on Wikipedia,
>> ownership of a full roll of tin foil, and the occasional favor from someone
>> who actually understands this stuff. I’ve had some challenges getting my
>> WiFi to work correctly and perform, especially in a dense urban residential
>> neighborhood where everybody and their brother has some form of Linksys
>> wifi broadcasting.*
>>
>> * *
>>
>> *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
>> range) that can sustain everything for more than 2 or 3 minutes and that
>> have little LCD readouts on them that show load and power info. Even living
>> in a major city, the power gets a little screwy sometimes, especially
>> during summer storms (this weekend in fact). It doesn‘t always go out but
>> it gets dirty enough to get out of the tolerances on the UPS’. *
>>
>> * *
>>
>> * *
>>
>> *Thanks,*
>>
>> *Brian Desmond*
>>
>> *br...@briandesmond.com*
>>
>> * *
>>
>> *w – 312.625.1438 | c   – 312.731.3132*
>>
>> * *
>>
>> *From:* Webster [mailto:webs...@carlwebster.com]
>> *Sent:* Tuesday, April 17, 2012 6:06 PM
>> *To:* NT System Admin Issues
>> *Subject:* RE: Wireless controller for 2 APs?
>>
>> ** **
>>
>> Brian,
>>
>> ** **
>>
>> What wireless router do you have this matched up with?  I have a Linksys
>> E3200 and haven’t found anything yet (from OfficeMax [for easy returns])
>> that works with it.
>>
>> ** **
>>
>> Thanks
>>
>> ** **
>>
>> ** **
>>
>> Carl Webster
>>
>> Consultant and Citrix Technology Professional
>>
>> http://www.CarlWebster.com 
>>
>> ** **
>>
>> *From:* Brian Desmond [mailto:br...@briandesmond.com]
>>
>> *Subject:* RE: Wireless controller for 2 APs?***

Re: Wireless controller for 2 APs?

2012-04-17 Thread Andrew S. Baker
*Finally, I also invested some money on a couple APC UPS’ (~$175/ea range)
that can sustain everything for more than 2 or 3 minutes and that have
little LCD readouts on them that show load and power info. Even living in a
major city, the power gets a little screwy sometimes, especially during
summer storms (this weekend in fact). It doesn‘t always go out but it gets
dirty enough to get out of the tolerances on the UPS’.*

Indeed!

My new friend is CyberPower.

* *

*ASB* *http://XeeMe.com/AndrewBaker* *Harnessing the Advantages of
Technology for the SMB market…

*



On Tue, Apr 17, 2012 at 8:06 PM, Brian Desmond wrote:

>  *I don’t have a wireless router. Essentially what I have is a bit
> complicated but very manageable:*
>
> * *
>
> **· ***My Comcast comes into my home office in the basement.
> There’s a Cisco 1741 I acquired which the Internet and Wireless hang off of.
> *
>
> **· ***I have a pair of Dell 8 port GigE managed switches (like
> 75 bucks each) that all my stuff (PCs, phone, printer, MFP, etc.) plugs
> into in the basement*
>
> **o   ***The “management” interface on these things is craptastic, but
> the price/functionality ratio was right and they are fan-less*
>
> **· ***Said switches have a Cisco 11something WAP attached which
> I acquired several of at a somewhat questionably exceedingly low price on
> ebay – general WiFi SSID is hosted here*
>
> **· ***Upstairs in my living room, I have another one of the Dell
> switches under the TV – a second Cisco 11something WAP is bridging the
> network up to there from the basement, and my Media Center, XBOX, etc. are
> all plugged in*
>
> **· ***The new DLink is hanging off the living room switch with a
> different SSID and is really dedicated to servicing my media center
> extender xbox in the bedroom as I was getting poor perf for HD over
> 802.11G. *
>
> * *
>
> *At some point I might just replace the Cisco WAP in the basement with
> another DLINK as it looks like they can do the bridging plus give me N into
> my office network as well. The Cisco router needs to go one of these days
> as it’s loud and sucking power but it hasn’t yet become a priority after 2
> years of me complaining that it’s loud. I need throughput on the router as
> my lab environment is on a separate VLAN so that passes through the router.
> *
>
> * *
>
> *I tend to just spend the extra money on the low-end (or older mid-range)
> commercial gear as while I absolutely hate having to play SysAdmin at home,
> on the odd occasion that I have a need to do something strange, the
> capability is there. For example I had to mess with some multicast settings
> to get the media center extender working when I got it. Likewise my VOIP
> company was recently alleging that my phone issues were my fault and I
> mirrored the phone’s port off the switch and produced a trace proving
> otherwise. *
>
> * *
>
> *I will caution that the flipside of buying commercial wireless gear in
> particular requires that you have some semblance of a clue about WiFi and
> RF and so forth. Mine is really limited to what I read on Wikipedia,
> ownership of a full roll of tin foil, and the occasional favor from someone
> who actually understands this stuff. I’ve had some challenges getting my
> WiFi to work correctly and perform, especially in a dense urban residential
> neighborhood where everybody and their brother has some form of Linksys
> wifi broadcasting.*
>
> * *
>
> *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
> range) that can sustain everything for more than 2 or 3 minutes and that
> have little LCD readouts on them that show load and power info. Even living
> in a major city, the power gets a little screwy sometimes, especially
> during summer storms (this weekend in fact). It doesn‘t always go out but
> it gets dirty enough to get out of the tolerances on the UPS’. *
>
> * *
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *br...@briandesmond.com*
>
> * *
>
> *w – 312.625.1438 | c   – 312.731.3132*
>
> * *
>
> *From:* Webster [mailto:webs...@carlwebster.com]
> *Sent:* Tuesday, April 17, 2012 6:06 PM
>
> *To:* NT System Admin Issues
> *Subject:* RE: Wireless controller for 2 APs?
>
>  ** **
>
> Brian,
>
> ** **
>
> What wireless router do you have this matched up with?  I have a Linksys
> E3200 and haven’t found anything yet (from OfficeMax [for easy returns])
> that works with it.
>
> ** **
>
> Thanks
>
> ** **
>
> ** **
>
> Carl Webster
>
> Consultant and Citrix Technology Professional
>
> http://www.CarlWebster.com 
>
> ** **
>
> *From:* Brian Desmond [mailto:br...@briandesmond.com]
>
> *Subject:* RE: Wireless controller for 2 APs?
>
> ** **
>
> *btw the reason I picked that one over other competing or cheaper models
> is that the Ethernet port on it is GigE. Many of these N-band APs have
> 100meg ports and I wanted to make sure that I could push >100mbps over the
> air down 

RE: Wireless controller for 2 APs?

2012-04-17 Thread Brian Desmond
Yeah I'm probably spending $75+ a month on electric for this. That said I can 
run 50-75 VMs concurrently with no sweat. It is nice to be able to pull up any 
version of windows or exchange or whatever and look at something, but, the 
forest all this stuff is in is also screwed up on an epic level. Nice for real 
world testing but also obnoxious when you just want something to work quickly.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: William Robbins [mailto:dangerw...@gmail.com]
Sent: Tuesday, April 17, 2012 7:25 PM
To: NT System Admin Issues
Subject: Re: Wireless controller for 2 APs?

"...  I absolutely hate having to play SysAdmin at home..."

This reminds me of why I finally dumped all my servers and routers at home, and 
try to stick with virtual labs when the occasion arises.  That said I'm certain 
you do simulations of client environments that I just don't have to do any 
longer that requires hardware to manipulate.  Some days I miss the sounds of 
all those fans, but I don't miss the utility bill that went along with them.  :)

 - Will

On Tue, Apr 17, 2012 at 19:06, Brian Desmond 
mailto:br...@briandesmond.com>> wrote:
I don't have a wireless router. Essentially what I have is a bit complicated 
but very manageable:


* My Comcast comes into my home office in the basement. There's a Cisco 
1741 I acquired which the Internet and Wireless hang off of.

* I have a pair of Dell 8 port GigE managed switches (like 75 bucks 
each) that all my stuff (PCs, phone, printer, MFP, etc.) plugs into in the 
basement

o   The "management" interface on these things is craptastic, but the 
price/functionality ratio was right and they are fan-less

* Said switches have a Cisco 11something WAP attached which I acquired 
several of at a somewhat questionably exceedingly low price on ebay - general 
WiFi SSID is hosted here

* Upstairs in my living room, I have another one of the Dell switches 
under the TV - a second Cisco 11something WAP is bridging the network up to 
there from the basement, and my Media Center, XBOX, etc. are all plugged in

* The new DLink is hanging off the living room switch with a different 
SSID and is really dedicated to servicing my media center extender xbox in the 
bedroom as I was getting poor perf for HD over 802.11G.

At some point I might just replace the Cisco WAP in the basement with another 
DLINK as it looks like they can do the bridging plus give me N into my office 
network as well. The Cisco router needs to go one of these days as it's loud 
and sucking power but it hasn't yet become a priority after 2 years of me 
complaining that it's loud. I need throughput on the router as my lab 
environment is on a separate VLAN so that passes through the router.

I tend to just spend the extra money on the low-end (or older mid-range) 
commercial gear as while I absolutely hate having to play SysAdmin at home, on 
the odd occasion that I have a need to do something strange, the capability is 
there. For example I had to mess with some multicast settings to get the media 
center extender working when I got it. Likewise my VOIP company was recently 
alleging that my phone issues were my fault and I mirrored the phone's port off 
the switch and produced a trace proving otherwise.

I will caution that the flipside of buying commercial wireless gear in 
particular requires that you have some semblance of a clue about WiFi and RF 
and so forth. Mine is really limited to what I read on Wikipedia, ownership of 
a full roll of tin foil, and the occasional favor from someone who actually 
understands this stuff. I've had some challenges getting my WiFi to work 
correctly and perform, especially in a dense urban residential neighborhood 
where everybody and their brother has some form of Linksys wifi broadcasting.

Finally, I also invested some money on a couple APC UPS' (~$175/ea range) that 
can sustain everything for more than 2 or 3 minutes and that have little LCD 
readouts on them that show load and power info. Even living in a major city, 
the power gets a little screwy sometimes, especially during summer storms (this 
weekend in fact). It doesn't always go out but it gets dirty enough to get out 
of the tolerances on the UPS'.


Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Webster [mailto:webs...@carlwebster.com]
Sent: Tuesday, April 17, 2012 6:06 PM
To: NT System Admin Issues
Subject: RE: Wireless controller for 2 APs?

Brian,

What wireless router do you have this matched up with?  I have a Linksys E3200 
and haven't found anything yet (from OfficeMax [for easy returns]) that works 
with it.

Thanks


Carl Webster
Consultant and Citrix Technology Professional
http://www.CarlWebster.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Subject: RE: Wireless control

RE: Automated Account Password Reset Programs

2012-04-17 Thread Joseph L. Casale
Hitachi-ID Password Manager.

From: Ziots, Edward [ezi...@lifespan.org]
Sent: Tuesday, April 17, 2012 12:27 PM
To: NT System Admin Issues
Subject: Automated Account Password Reset Programs

For those that are using this for your users in your orgs/business, can anyone 
give me an idea again what folks are using for Automated Password reset tools, 
that would integrate well with 2k8R2 DFL/FFL domain. About 18-20K in accounts. 
Looking for a solution with a Web front end, and the ability to customize the 
questions asked the users before they can reset there passwords.

Z

Edward Ziots
CISSP, Security +, Network +
Security Engineer
Lifespan Organization
ezi...@lifespan.org


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
Thanks.
 
-lc


>
> From: Mack Bolan 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 7:18 PM
>Subject: Re: Looking for an odd item
> 
>
>To round out my day:  http://www.lmgtfy.com/?q=Shirley+Jones
>
>Mack S. Bolan
>
>
>
>
>On Tue, Apr 17, 2012 at 6:51 PM, Lora Cates  wrote:
>
>I feel like I'm missing something here, aside from not being a flower child.
>> 
>>-lc
>>
>>
>>>
>>> From: Richard Stovall 
>>>
>>>To: NT System Admin Issues  
>>>Sent: Tuesday, April 17, 2012 6:43 PM
>>>
>>>Subject: Re: Looking for an odd item
>>> 
>>>
>>>Mmm.  Shirley Jones before Shirley Jones was Mrs. Partridge.
>>>
>>>
>>>Mmm.
>>>
>>>
>>>On Tue, Apr 17, 2012 at 7:35 PM, Jonathan Link  
>>>wrote:
>>>
>>>That rhymes with P and that stands for Pool!


Right here in River City!




On Tue, Apr 17, 2012 at 7:26 PM, Lora Cates  
wrote:

You are trouble, with a capital T!  :)
> 
>-lc
>
>
>>
>> From: Webster 
>>
>>To: NT System Admin Issues  
>>Sent: Tuesday, April 17, 2012 5:56 PM
>>
>>Subject: RE: Looking for an odd item
>> 
>>
>>I didn’t think women mentioned how overweight or plus sized they are  
>>
>> 
>> 
>>Carl Webster
>>Consultant and Citrix Technology Professional
>>http://www.carlwebster.com/
>> 
>>From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
>>Sent: Tuesday, April 17, 2012 5:44 PM
>>
>>To: NT System Admin Issues
>>
>>Subject: Re: Looking for an odd item
>> 
>>Well fine.  I'm a big girl
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>>
>>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
>>>
>>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>>~   ~
>>>
>>>---
>>>To manage subscriptions click here: 
>>>http://lyris.sunbelt-software.com/read/my_forums/
>>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>>with the body: unsubscribe ntsysadmin
>>>
>>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Wireless controller for 2 APs?

2012-04-17 Thread William Robbins
"...  I absolutely hate having to play SysAdmin at home..."

This reminds me of why I finally dumped all my servers and routers at home,
and try to stick with virtual labs when the occasion arises.  That said I'm
certain you do simulations of client environments that I just don't have to
do any longer that requires hardware to manipulate.  Some days I miss the
sounds of all those fans, but I don't miss the utility bill that went along
with them.  :)

 - Will


On Tue, Apr 17, 2012 at 19:06, Brian Desmond  wrote:

>  *I don’t have a wireless router. Essentially what I have is a bit
> complicated but very manageable:*
>
> * *
>
> **· ***My Comcast comes into my home office in the basement.
> There’s a Cisco 1741 I acquired which the Internet and Wireless hang off of.
> *
>
> **· ***I have a pair of Dell 8 port GigE managed switches (like
> 75 bucks each) that all my stuff (PCs, phone, printer, MFP, etc.) plugs
> into in the basement*
>
> **o   ***The “management” interface on these things is craptastic, but
> the price/functionality ratio was right and they are fan-less*
>
> **· ***Said switches have a Cisco 11something WAP attached which
> I acquired several of at a somewhat questionably exceedingly low price on
> ebay – general WiFi SSID is hosted here*
>
> **· ***Upstairs in my living room, I have another one of the Dell
> switches under the TV – a second Cisco 11something WAP is bridging the
> network up to there from the basement, and my Media Center, XBOX, etc. are
> all plugged in*
>
> **· ***The new DLink is hanging off the living room switch with a
> different SSID and is really dedicated to servicing my media center
> extender xbox in the bedroom as I was getting poor perf for HD over
> 802.11G. *
>
> * *
>
> *At some point I might just replace the Cisco WAP in the basement with
> another DLINK as it looks like they can do the bridging plus give me N into
> my office network as well. The Cisco router needs to go one of these days
> as it’s loud and sucking power but it hasn’t yet become a priority after 2
> years of me complaining that it’s loud. I need throughput on the router as
> my lab environment is on a separate VLAN so that passes through the router.
> *
>
> * *
>
> *I tend to just spend the extra money on the low-end (or older mid-range)
> commercial gear as while I absolutely hate having to play SysAdmin at home,
> on the odd occasion that I have a need to do something strange, the
> capability is there. For example I had to mess with some multicast settings
> to get the media center extender working when I got it. Likewise my VOIP
> company was recently alleging that my phone issues were my fault and I
> mirrored the phone’s port off the switch and produced a trace proving
> otherwise. *
>
> * *
>
> *I will caution that the flipside of buying commercial wireless gear in
> particular requires that you have some semblance of a clue about WiFi and
> RF and so forth. Mine is really limited to what I read on Wikipedia,
> ownership of a full roll of tin foil, and the occasional favor from someone
> who actually understands this stuff. I’ve had some challenges getting my
> WiFi to work correctly and perform, especially in a dense urban residential
> neighborhood where everybody and their brother has some form of Linksys
> wifi broadcasting.*
>
> * *
>
> *Finally, I also invested some money on a couple APC UPS’ (~$175/ea
> range) that can sustain everything for more than 2 or 3 minutes and that
> have little LCD readouts on them that show load and power info. Even living
> in a major city, the power gets a little screwy sometimes, especially
> during summer storms (this weekend in fact). It doesn‘t always go out but
> it gets dirty enough to get out of the tolerances on the UPS’. *
>
> * *
>
> * *
>
> *Thanks,*
>
> *Brian Desmond*
>
> *br...@briandesmond.com*
>
> * *
>
> *w – 312.625.1438 | c   – 312.731.3132*
>
> * *
>
> *From:* Webster [mailto:webs...@carlwebster.com]
> *Sent:* Tuesday, April 17, 2012 6:06 PM
> *To:* NT System Admin Issues
> *Subject:* RE: Wireless controller for 2 APs?
>
> ** **
>
> Brian,
>
> ** **
>
> What wireless router do you have this matched up with?  I have a Linksys
> E3200 and haven’t found anything yet (from OfficeMax [for easy returns])
> that works with it.
>
> ** **
>
> Thanks
>
> ** **
>
> ** **
>
> Carl Webster
>
> Consultant and Citrix Technology Professional
>
> http://www.CarlWebster.com 
>
> ** **
>
> *From:* Brian Desmond [mailto:br...@briandesmond.com]
>
> *Subject:* RE: Wireless controller for 2 APs?
>
> ** **
>
> *btw the reason I picked that one over other competing or cheaper models
> is that the Ethernet port on it is GigE. Many of these N-band APs have
> 100meg ports and I wanted to make sure that I could push >100mbps over the
> air down to the switch it’s plugged into. *
>
> * *
>
> * *
>
> *From:* Brian Desmond [mailto:br...@briandesmond.com]
> *S

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
I'll be sure to send you a "care package."  :)
 
-lc


>
> From: Webster 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 7:07 PM
>Subject: RE: Looking for an odd item
> 
>
> 
>You can find me here!
> 
>http://tn.gov/mental/mhs/MiddleMHI.html
> 
> 
>Carl Webster
>Consultant and Citrix Technology Professional
>http://www.carlwebster.com/
> 
>From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
>Sent: Tuesday, April 17, 2012 6:27 PM
>To: NT System Admin Issues
>Subject: Re: Looking for an odd item
> 
>You are trouble, with a capital T!  :)
> 
>-lc
>
>
> 
>From:Webster 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 5:56 PM
>Subject: RE: Looking for an odd item
>
>
>
>I didn’t think women mentioned how overweight or plus sized they are  
>
> 
> 
>Carl Webster
>Consultant and Citrix Technology Professional
>http://www.carlwebster.com/
> 
>From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
>Sent: Tuesday, April 17, 2012 5:44 PM
>To: NT System Admin Issues
>Subject: Re: Looking for an odd item
> 
>Well fine.  I'm a big girl
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Webster
You can find me here!

http://tn.gov/mental/mhs/MiddleMHI.html


Carl Webster
Consultant and Citrix Technology Professional
http://www.CarlWebster.com

From: Lora Cates [mailto:lora.ca...@rocketmail.com]
Sent: Tuesday, April 17, 2012 6:27 PM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

You are trouble, with a capital T!  :)

-lc

From: Webster mailto:webs...@carlwebster.com>>
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Sent: Tuesday, April 17, 2012 5:56 PM
Subject: RE: Looking for an odd item


I didn’t think women mentioned how overweight or plus sized they are  



Carl Webster
Consultant and Citrix Technology Professional
http://www.carlwebster.com/

From: Lora Cates 
[mailto:lora.ca...@rocketmail.com]
Sent: Tuesday, April 17, 2012 5:44 PM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

Well fine.  I'm a big girl
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Lora Cates
I feel like I'm missing something here, aside from not being a flower child.
 
-lc


>
> From: Richard Stovall 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 6:43 PM
>Subject: Re: Looking for an odd item
> 
>
>Mmm.  Shirley Jones before Shirley Jones was Mrs. Partridge.
>
>
>Mmm.
>
>
>On Tue, Apr 17, 2012 at 7:35 PM, Jonathan Link  wrote:
>
>That rhymes with P and that stands for Pool!
>>
>>
>>Right here in River City!
>>
>>
>>
>>On Tue, Apr 17, 2012 at 7:26 PM, Lora Cates  wrote:
>>
>>You are trouble, with a capital T!  :)
>>> 
>>>-lc
>>>
>>>

 From: Webster 

To: NT System Admin Issues  
Sent: Tuesday, April 17, 2012 5:56 PM

Subject: RE: Looking for an odd item
 

I didn’t think women mentioned how overweight or plus sized they are  

 
 
Carl Webster
Consultant and Citrix Technology Professional
http://www.carlwebster.com/
 
From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
Sent: Tuesday, April 17, 2012 5:44 PM

To: NT System Admin Issues

Subject: Re: Looking for an odd item
 
Well fine.  I'm a big girl
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


>>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>>~   ~
>>>
>>>---
>>>To manage subscriptions click here: 
>>>http://lyris.sunbelt-software.com/read/my_forums/
>>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>>with the body: unsubscribe ntsysadmin
>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
Sadly last time I used Citrix was 4.x.  :(
 
-lc


>
> From: Mathew Shember 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 6:31 PM
>Subject: RE: Looking for an odd item
> 
>
> 
>Just talk about citrix and how wonderful it is and he will swoon.   ;)
> 
>From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
>Sent: Tuesday, April 17, 2012 4:27 PM
>To: NT System Admin Issues
>Subject: Re: Looking for an odd item
> 
>You are trouble, with a capital T!  :)
> 
>-lc
>
>
> 
>From:Webster 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 5:56 PM
>Subject: RE: Looking for an odd item
>
>
>
>I didn’t think women mentioned how overweight or plus sized they are  
>
> 
> 
>Carl Webster
>Consultant and Citrix Technology Professional
>http://www.carlwebster.com/
> 
>From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
>Sent: Tuesday, April 17, 2012 5:44 PM
>To: NT System Admin Issues
>Subject: Re: Looking for an odd item
> 
>Well fine.  I'm a big girl
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Mathew Shember
Just talk about citrix and how wonderful it is and he will swoon.   ;)

From: Lora Cates [mailto:lora.ca...@rocketmail.com]
Sent: Tuesday, April 17, 2012 4:27 PM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

You are trouble, with a capital T!  :)

-lc

From: Webster mailto:webs...@carlwebster.com>>
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Sent: Tuesday, April 17, 2012 5:56 PM
Subject: RE: Looking for an odd item


I didn’t think women mentioned how overweight or plus sized they are  



Carl Webster
Consultant and Citrix Technology Professional
http://www.carlwebster.com/

From: Lora Cates 
[mailto:lora.ca...@rocketmail.com]
Sent: Tuesday, April 17, 2012 5:44 PM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

Well fine.  I'm a big girl
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Lora Cates
You are trouble, with a capital T!  :)
 
-lc


>
> From: Webster 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 5:56 PM
>Subject: RE: Looking for an odd item
> 
>
> 
>I didn’t think women mentioned how overweight or plus sized they are  
>
> 
> 
>Carl Webster
>Consultant and Citrix Technology Professional
>http://www.carlwebster.com/
> 
>From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
>Sent: Tuesday, April 17, 2012 5:44 PM
>To: NT System Admin Issues
>Subject: Re: Looking for an odd item
> 
>Well fine.  I'm a big girl
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Ralph Smith
Then I would try a USB adapter in the Win 98 box.  Depending on how
badly you need this, you could try a crossover cable to a USB print
server with the print server connected to the USB port on the printer.
Something like this
http://www.newegg.com/Product/Product.aspx?Item=N82E16833139009.  
 
These things don't always work with every printer, so no guarantees.



From: Daniel Rodriguez [mailto:drod...@gmail.com] 
Sent: Tuesday, April 17, 2012 4:54 PM
To: NT System Admin Issues
Subject: RE: Looking for an odd item



Ralph,

Unit is a MPc3001 Aficio printer by Ricoh.

It can have both USB and network connections on at the same time.

Daniel


On Apr 17, 2012 2:53 PM, "Ralph Smith" 
wrote:


Just looked at a couple of USB add in cards on Newegg that
claimed to be Windows 98 compatible.  You said the printer is already on
the network?  What kind of printer is it - does it support having the
USB and network connections in use simultaneously? Not all do.

 

From: Mack Bolan [mailto:mack.bola...@gmail.com] 
Sent: Tuesday, April 17, 2012 1:43 PM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

 

Well given that Win98 - ME is ~6 years past EoL outlook is not
good.

http://support.microsoft.com/gp/lifean18

Mack S. Bolan




On Tue, Apr 17, 2012 at 11:55 AM, Daniel Rodriguez
 wrote:

Jack,

You may be right. My issue with that is if the controller has
USB Driver for Windows 98 SE.

Daniel

On Apr 17, 2012 11:57 AM, "Kramer, Jack"
 wrote:

No such thing exists. Buy a USB controller.

 


Jack Kramer
Manager of Information Technology
Office of Communications and Brand Strategy 

Michigan State University
w: 517-884-1231 / c: 248-635-4955

 

From: Daniel Rodriguez 
Reply-To: NT System Admin Issues

Date: Tue, 17 Apr 2012 11:14:09 -0400

To: NT System Admin Issues


Subject: Re: Looking for an odd item

 

Close... But no cigar.

This device still plugs into the computer on the
USB Side.

What I am looking for is somthing that plugs
into the parallel connector on the PC Side and then to the USB port on
the printer.

Thanks, though.

Daniel

On Apr 17, 2012 10:43 AM, "Lee Douglas"
 wrote:


http://www.tigerdirect.com/applications/SearchTools/item-details.asp?Edp
No=3276555&Sku=ULT40113 

 

On Tue, Apr 17, 2012 at 10:27 AM, Daniel
Rodriguez  wrote:

To all,

I know that there is a USB to Parallel
Centronics Interface Cable.

But, is there a 25 pin Parallel to USB Interface
Cable?

I have an old PC that is running Windows 98 SE,
and I need to replace the printer. It's not on the network, else I could
print to the new printer via IP. Plus, management doesn't want it on the
network.

Anyone seen an animal like this? And if so, who
carries it?

TIA

Daniel

~ Finally, powerful endpoint security that ISN'T
a resource hog! ~
~
  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

 

~ Finally, powerful endpoint security that ISN'T
a resource hog! ~
~
  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T
a resource hog! ~
~
  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysad

Direct Access - further investigation and more questions...

2012-04-17 Thread Kurt Buff
I've rebuilt the UAG server, and have a semi-working client. By
semi-working I mean that while I can do pretty much everything I want
via DA, and can manage the machine from inside, I'm still seeing the
DCA in the systray, mocking me with an error message saying that name
resolution is broken.

So, I've looked at a lot of stuff, and it all comes back to the
Security event log on the UAG server. I'm seeing *lots* of 4653 IPSec
Main Mode failure audits in there.

So, I took a closer look at them, and looked over the data, which
mostly has this form:

An IPsec main mode negotiation failed.

Local Endpoint:
Local Principal Name:   -
Network Address:2002:4332:7627::4332:7627
Keying Module Port: 500

Remote Endpoint:
Principal Name: -
Network Address:2001:7c8:3:2::5
Keying Module Port: 500

Additional Information:
Keying Module Name: IKEv1
Authentication Method:  Unknown authentication
Role:   Initiator
Impersonation State:Not enabled
Main Mode Filter ID:0

Failure Information:
Failure Point:  Local computer
Failure Reason: No policy configured

State:  No state
Initiator Cookie:   f32da71f5c2f1fed
Responder Cookie:   

Here are a couple of interesting points:
o- The Remote Endpoint IP address changes pretty much every time, and
cycles through a large number of different addresses
o- I looked up the addresses, and they seem to be exclusively name
servers - for instance, the one above resolves to auth02.ns.esat.net.
Others that I've seen include e.dns.kr, ns3.apnic.net, nn.uninett.no -
among many more.

That got me thinking, so I looked at the DNS settings for IPV6 on the
internal NIC for the UAG server - it was set to acquire it
automatically. On a hunch, I added the two 2008R2 DC IPv6 addresses
manually for name resolution, and updated the settings. Unfortunately,
that didn't seem to help. I'm still seeing lots of 4653 IPSec Main
Mode failure audits in the event log, and the DCA utility still says
name resolution is broken.

I have no idea what's happening here. Does anyone know why this
machine would be trying to initiate IPSec conversations with name
servers out in the world?

Kurt

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


RE: Wireless controller for 2 APs?

2012-04-17 Thread Webster
Brian,

What wireless router do you have this matched up with?  I have a Linksys E3200 
and haven't found anything yet (from OfficeMax [for easy returns]) that works 
with it.

Thanks


Carl Webster
Consultant and Citrix Technology Professional
http://www.CarlWebster.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Subject: RE: Wireless controller for 2 APs?

btw the reason I picked that one over other competing or cheaper models is that 
the Ethernet port on it is GigE. Many of these N-band APs have 100meg ports and 
I wanted to make sure that I could push >100mbps over the air down to the 
switch it's plugged into.


From: Brian Desmond 
[mailto:br...@briandesmond.com]
Subject: RE: Wireless controller for 2 APs?

I picked one of these up - http://www.dlink.com/products/?pid=DAP-2553. Seems 
featureful, works well (so far), and was reasonably easy to configure. Make 
sure you flash the firmware as there's a bunch of new functionality.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Kevin Lundy [mailto:klu...@gmail.com]
Subject: Re: Wireless controller for 2 APs?

Brian - which D-Link model?  I'm in the market for a new AP.
On Tue, Apr 17, 2012 at 2:25 PM, Brian Desmond 
mailto:br...@briandesmond.com>> wrote:
Sounds overkill. I just bought a D-Link WAP for my house a couple weeks ago 
that's out of their SMB type line and it even has a little basic wireless 
controller function built into it. Got it for perhaps 120 bucks on Amazon.


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Webster
I didn't think women mentioned how overweight or plus sized they are  



Carl Webster
Consultant and Citrix Technology Professional
http://www.CarlWebster.com

From: Lora Cates [mailto:lora.ca...@rocketmail.com]
Sent: Tuesday, April 17, 2012 5:44 PM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

Well fine.  I'm a big girl

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
Well fine.  I'm a big girl, I can take the responsibility.  ;)
 
-lc


>
> From: Webster 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 3:59 PM
>Subject: RE: Looking for an odd item
> 
>
> 
>It IS just you [1].  You are the root cause of the Lyris slow down issues.  It 
>is ALL your fault.  I bear no blame or responsibility because of all the junk 
>I send to the list! J
> 
> 
>Carl Webster
>Consultant and Citrix Technology Professional
>http://www.carlwebster.com/
> 
>1.    Welcome to the list. J
> 
> 
>From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
>Subject: Re: Looking for an odd item
> 
>I'm glad you said that, was afraid it was just me.
> 
>-lc
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
I try to follow the rules Patrick Swayze laid out in "Road House."  Be nice.  
Until it's time to not be nice.
 
-lc


>
> From: Michael B. Smith 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 4:09 PM
>Subject: RE: Looking for an odd item
> 
>
> 
>Ah, the new kid on the block is fitting right in.
> 
>From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
>Sent: Tuesday, April 17, 2012 4:13 PM
>To: NT System Admin Issues
>Subject: Re: Looking for an odd item
> 
>Thinking?  Perhaps you should try it sometime.
> 
>-lc
>
>
> 
>From:Mack Bolan 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 1:54 PM
>Subject: Re: Looking for an odd item
>
>
>
>Second time today for you.
>
>Mack S. Bolan
>
>
>
>On Tue, Apr 17, 2012 at 12:44 PM, Lora Cates  wrote:
>I think I'm offended.  :)
> 
>-lc
>
>
> 
>From:Webster 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 12:11 PM
>Subject: Re: Looking for an odd item
> 
>I saw the Subject Line and thought are we already talking about Lora Cates 
>behind her back? :)
> 
> 
>Carl Webster
>Consultant and Citrix Technology Professional
>http://www.carlwebster.com/
> 
>From: Daniel Rodriguez 
>Subject: Looking for an odd item
> 
>To all,
>Anyone seen an animal like this? And if so, who carries it?
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Wireless controller for 2 APs?

2012-04-17 Thread Brian Desmond
btw the reason I picked that one over other competing or cheaper models is that 
the Ethernet port on it is GigE. Many of these N-band APs have 100meg ports and 
I wanted to make sure that I could push >100mbps over the air down to the 
switch it's plugged into.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Tuesday, April 17, 2012 5:14 PM
To: NT System Admin Issues
Subject: RE: Wireless controller for 2 APs?

I picked one of these up - http://www.dlink.com/products/?pid=DAP-2553. Seems 
featureful, works well (so far), and was reasonably easy to configure. Make 
sure you flash the firmware as there's a bunch of new functionality.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Kevin Lundy [mailto:klu...@gmail.com]
Sent: Tuesday, April 17, 2012 2:29 PM
To: NT System Admin Issues
Subject: Re: Wireless controller for 2 APs?

Brian - which D-Link model?  I'm in the market for a new AP.
On Tue, Apr 17, 2012 at 2:25 PM, Brian Desmond 
mailto:br...@briandesmond.com>> wrote:
Sounds overkill. I just bought a D-Link WAP for my house a couple weeks ago 
that's out of their SMB type line and it even has a little basic wireless 
controller function built into it. Got it for perhaps 120 bucks on Amazon.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132


-Original Message-
From: Jon D [mailto:rekcahp...@gmail.com]
Sent: Tuesday, April 17, 2012 10:14 AM
To: NT System Admin Issues
Subject: Wireless controller for 2 APs?

I'm new to enterprise wireless. I'm setting up 2 APs to share out a fios 
connection for our conference rooms.
100% seperate from our corporate network.
Our IT consultants is trying to sell a cisco wireless controller to manage the 
APs.

Does this sound like overkill to anyone?
Do you really need a wireless controller to manage 2 APs?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Wireless controller for 2 APs?

2012-04-17 Thread Brian Desmond
I picked one of these up - http://www.dlink.com/products/?pid=DAP-2553. Seems 
featureful, works well (so far), and was reasonably easy to configure. Make 
sure you flash the firmware as there's a bunch of new functionality.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132

From: Kevin Lundy [mailto:klu...@gmail.com]
Sent: Tuesday, April 17, 2012 2:29 PM
To: NT System Admin Issues
Subject: Re: Wireless controller for 2 APs?

Brian - which D-Link model?  I'm in the market for a new AP.
On Tue, Apr 17, 2012 at 2:25 PM, Brian Desmond 
mailto:br...@briandesmond.com>> wrote:
Sounds overkill. I just bought a D-Link WAP for my house a couple weeks ago 
that's out of their SMB type line and it even has a little basic wireless 
controller function built into it. Got it for perhaps 120 bucks on Amazon.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132


-Original Message-
From: Jon D [mailto:rekcahp...@gmail.com]
Sent: Tuesday, April 17, 2012 10:14 AM
To: NT System Admin Issues
Subject: Wireless controller for 2 APs?

I'm new to enterprise wireless. I'm setting up 2 APs to share out a fios 
connection for our conference rooms.
100% seperate from our corporate network.
Our IT consultants is trying to sell a cisco wireless controller to manage the 
APs.

Does this sound like overkill to anyone?
Do you really need a wireless controller to manage 2 APs?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Mack Bolan
OK.
First:  Show me where I used the word "lazy" directed towards you anywhere.

Second:  Your vague OP mentioned none of your "wander" about the 'Net, nor
any of your other efforts in any detail.  Thus I am forced to draw the
conclusion you've done nothing save what you posted.  You knew X existed
but you needed it reversed and weren't even sure if it existed in that
format, which also indicates to me no research on your part.

Third:  Supporting what equipment $Work has and pays you to do is
understood.  However coming to a list that, for the most part, deals with
server issues on relatively modern equipment with a query about a way to
rig up two disparate eras of technologies on an OS that is a dozen years
old is a bit OT...IMHO.

Fourth:  What,exactly, makes your health conditions germane to this topic
of conversation?  Do you hope to garner pity for your lethargic efforts to
do the same searches most of the others replied with?  (Save Ben who
actually posted useful info about IEEE-1284 ports)

Fifth:  You've inferred quite a lot.  I never claimed to be moderator, nor
do I figure how you glean my level of arrogance given that the response you
replied to wasn't even directed at you in the first place.  Ms./Mrs. Cates
is the one who brought being "professional" into the fray.  My initial
reply to you was apropos given what appeared to be your ignorance of
Internet search engines.

You don't know me either, practice what you preach.

Mack S. Bolan



On Tue, Apr 17, 2012 at 3:51 PM, Daniel Rodriguez  wrote:

> Mack,
>
> My apologies to you all if you think I am having you do my heavy lifting
> for me. But I have looked, called and wandered around the Net, and several
> computer stores, both here in Louisville and Dallas (places I have done
> business with).
>
> If you look at my question, I was asking if anyone has heard/seen if this
> animal exists. It seems that it does but not in the format that I need. I
> do apprecite your efforts in searching.
>
> But, Mack, I have been in IT for 30 years. And if my employer needs to
> squeeze another year or two out of some equipment, by gosh, that is what I
> am going to do. Some of us may not have the budget that you do to go out
> and buy equipment everytime the latest OS comes out, or because the users
> complain that their computers are too slow. But some of us have to get by
> with what we got.
>
> I have been with my employer, now, for over a year. I have had a heart
> attack and a five and a half heart bypass, three years ago. I just spent a
> month and a half on sick leave because one of the stints in my heart moved
> and was causing blockage. I get to work at 8am. If I'm lucky I get to leave
> at 5pm. I have no staff, no helpers. I support 450 user and am on call
> 24/7/365. There is no one to relieve me on weekends. I am doing
> helpdesk/hardware/software/printer/network support. Why do I do it? Because
> the pay is good and I am only 6 miles from home, plus I don't have to fight
> traffic to and from work.
>
> I have been working since I was 8 years old, started out throwing
> newspapers in th morning with my brothers. My father was a printer and had
> his own business for 25 years. I was with him when he started out of a
> garage, till he retired and sold his building. I also went to school and
> helped him at night and weekends. I didn't get to go to my Prom because my
> father needed me to help him finish a deadline. And all this time, I
> worked. Nothing was ever given to me, I had to earn it.
>
> Mack, it seems that you don't know of what the definition of professional,
> is. To those of you on this list, you know I don't post a lot, and I enjoy
> the discussions that you all engage in. But to those of you that posted a
> link, an idea, or a direction, you are the true professionals. "How," you
> ask? Because you took time out of your day to respond to a post to someone
> you don't know, or have ever met, or probably never will meet. This is what
> is called a 'professional cutesy.' Also, we all have hit those road blocks.
> But we are the "pro's". We are the one's that everone else turns to in our
> organization for answers. But, there are times that we don't have the
> answer. So, we turn to others for the answer. A true professional knows
> when to seek help to find an answer.
>
> As for that last question you posted; yes, we do have an old piece of
> equipment that needs to be supported with new parts.
>
> And lastly, I will not allow you to call me lazy. You don't know me. That
> means you have no right to call me something I'm not. I do not see anywhere
> on this list that you are the moderator. So, then, who placed you in charge
> to determine who can, and cannot, post questions on this list? All I did
> was ask a question. Everyone else has been nice and helpful. But you have
> taken it upon yourself to be mean spirited and rude. Did I ask for a
> lecture on being unprofessional and lazy? No! But for some odd reason, you
> think you know wh

Re: Looking for an odd item

2012-04-17 Thread Mack Bolan
Nice deflection.

Mack S. Bolan



On Tue, Apr 17, 2012 at 3:13 PM, Lora Cates wrote:

> Thinking?  Perhaps you should try it sometime.
>
> -lc
>
>   --
> *From:* Mack Bolan 
> *To:* NT System Admin Issues 
> *Sent:* Tuesday, April 17, 2012 1:54 PM
>
> *Subject:* Re: Looking for an odd item
>
> Second time today for you.
>
> Mack S. Bolan
>
>
>
> On Tue, Apr 17, 2012 at 12:44 PM, Lora Cates wrote:
>
> I think I'm offended.  :)
>
> -lc
>
>   --
> *From:* Webster 
>
> *To:* NT System Admin Issues 
> *Sent:* Tuesday, April 17, 2012 12:11 PM
>
> *Subject:* Re: Looking for an odd item
>
>   I saw the Subject Line and thought are we already talking about Lora
> Cates behind her back? :)
>
>
>Carl Webster
>  Consultant and Citrix Technology Professional
>  http://www.CarlWebster.com 
>
>   From: Daniel Rodriguez 
> Subject: Looking for an odd item
>
>   To all,
> Anyone seen an animal like this? And if so, who carries it?
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Automated Account Password Reset Programs

2012-04-17 Thread Kramer, Jack
We're using Desktop Authority Password Self-Service from Scriptlogic.


Jack Kramer
Manager of Information Technology
Office of Communications and Brand Strategy
Michigan State University
w: 517-884-1231 / c: 248-635-4955

From: , Edward mailto:ezi...@lifespan.org>>
Reply-To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Date: Tuesday, April 17, 2012 2:27 PM
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Subject: Automated Account Password Reset Programs

For those that are using this for your users in your orgs/business, can anyone 
give me an idea again what folks are using for Automated Password reset tools, 
that would integrate well with 2k8R2 DFL/FFL domain. About 18-20K in accounts. 
Looking for a solution with a Web front end, and the ability to customize the 
questions asked the users before they can reset there passwords.

Z

Edward Ziots
CISSP, Security +, Network +
Security Engineer
Lifespan Organization
ezi...@lifespan.org


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Michael B. Smith
Ah, the new kid on the block is fitting right in.

From: Lora Cates [mailto:lora.ca...@rocketmail.com]
Sent: Tuesday, April 17, 2012 4:13 PM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

Thinking?  Perhaps you should try it sometime.

-lc

From: Mack Bolan mailto:mack.bola...@gmail.com>>
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Sent: Tuesday, April 17, 2012 1:54 PM
Subject: Re: Looking for an odd item


Second time today for you.

Mack S. Bolan


On Tue, Apr 17, 2012 at 12:44 PM, Lora Cates 
mailto:lora.ca...@rocketmail.com>> wrote:
I think I'm offended.  :)

-lc

From: Webster mailto:webs...@carlwebster.com>>
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Sent: Tuesday, April 17, 2012 12:11 PM
Subject: Re: Looking for an odd item

I saw the Subject Line and thought are we already talking about Lora Cates 
behind her back? :)


Carl Webster
Consultant and Citrix Technology Professional
http://www.CarlWebster.com

From: Daniel Rodriguez mailto:drod...@gmail.com>>
Subject: Looking for an odd item

To all,
Anyone seen an animal like this? And if so, who carries it?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
OIC.  Well that explains my missing posts.  :)
 
-lc


>
> From: Jonathan Link 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 2:53 PM
>Subject: Re: Looking for an odd item
> 
>
>You're new here.  Lyst messages get throttled when more than three[1] are sent 
>simultaneously.
>
>
>[1] It may not be three, but it's close.
>
>
>On Tue, Apr 17, 2012 at 2:51 PM, Lora Cates  wrote:
>
>And I received this at 13:39 CDT...must've been a long trip.  ;)
>> 
>>-lc
>>
>>
>>>
>>> From: Don Kuhlman 
>>>
>>>To: NT System Admin Issues  
>>>Sent: Tuesday, April 17, 2012 12:52 PM
>>>
>>>Subject: Re: Looking for an odd item
>>> 
>>>
>>>Nope - sent those replies around 11:48 CST - definitely not just you Lora.
>>>
>>>
>>>Sending this one at 12:52 CST (for reference) :)
>>>
>>>
>>> From: Lora Cates 
>>>
>>>To: NT System Admin Issues  
>>>Sent: Tuesday, April 17, 2012 12:29 PM
>>>
>>>Subject: Re: Looking for an odd item
>>> 
>>>
>>>I'm glad you said that, was afraid it was just me.
>>> 
>>>-lc
>>>
>>>

 From: Don Kuhlman 

To: NT System Admin Issues  
Sent: Tuesday, April 17, 2012 11:48 AM

Subject: Re: Looking for an odd item
 

Sorry - my list responses are being delayed today so I just posted the same 
suggestion - NEVERMIND




 From: Ralph Smith 

To: NT System Admin Issues  

Sent: Tuesday, April 17, 2012 9:51 AM
Subject: RE: Looking for an odd item
 

How about throwing a USB card in the computer?
 
From:leedoug...@pellis.com [mailto:leedoug...@pellis.com] On Behalf Of Lee 
Douglas
Sent: Tuesday, April 17, 2012 10:39 AM

To: NT System Admin Issues

Subject: Re: Looking for an odd item
 
http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113 
On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez  
wrote:
To all,
I know that there is a USB to Parallel Centronics Interface Cable.
But, is there a 25 pin Parallel to USB Interface Cable?
I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via 
IP. Plus, management doesn't want it on the network.
Anyone seen an animal like this? And if so, who carries it?
TIA
Daniel
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~
   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
 
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


>>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>>~   ~
>>>
>>>---
>>>To manage subscriptions click here: 
>>>http://lyris.sunbelt-software.com/read/my_forums/
>>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>>with the body: unsubscribe ntsysadmin
>>>
>>>
>>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>>~   ~
>>>
>>>---
>>>To manage subscriptions click here: 
>>>http://lyris.sunbelt-software.com/read/my_forums/
>>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>>with the body: unsubscribe ntsysadmin
>>>
>>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>
>~ Fin

RE: Looking for an odd item

2012-04-17 Thread Webster
Three?  I thought it was more than two messages sent in a two minute time 
span???  Don't want the SMTP handler to get worn out from over use now do we?


Carl Webster
Consultant and Citrix Technology Professional
http://www.CarlWebster.com

From: Jonathan Link [mailto:jonathan.l...@gmail.com]
Subject: Re: Looking for an odd item

You're new here.  Lyst messages get throttled when more than three[1] are sent 
simultaneously.


[1] It may not be three, but it's close.

On Tue, Apr 17, 2012 at 2:51 PM, Lora Cates 
mailto:lora.ca...@rocketmail.com>> wrote:
And I received this at 13:39 CDT...must've been a long trip.  ;)

-lc

From: Don Kuhlman mailto:drkuhl...@yahoo.com>>
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Sent: Tuesday, April 17, 2012 12:52 PM

Subject: Re: Looking for an odd item

Nope - sent those replies around 11:48 CST - definitely not just you Lora.

Sending this one at 12:52 CST (for reference) :)

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Daniel Rodriguez
Ralph,

Unit is a MPc3001 Aficio printer by Ricoh.

It can have both USB and network connections on at the same time.

Daniel
 On Apr 17, 2012 2:53 PM, "Ralph Smith"  wrote:

> Just looked at a couple of USB add in cards on Newegg that claimed to be
> Windows 98 compatible.  You said the printer is already on the network?
> What kind of printer is it - does it support having the USB and network
> connections in use simultaneously? Not all do.
>
> ** **
>
> *From:* Mack Bolan [mailto:mack.bola...@gmail.com]
> *Sent:* Tuesday, April 17, 2012 1:43 PM
> *To:* NT System Admin Issues
> *Subject:* Re: Looking for an odd item
>
> ** **
>
> Well given that Win98 - ME is ~6 years past EoL outlook is not good.
>
> http://support.microsoft.com/gp/lifean18
>
> Mack S. Bolan
>
>
> 
>
> On Tue, Apr 17, 2012 at 11:55 AM, Daniel Rodriguez 
> wrote:
>
> Jack,
>
> You may be right. My issue with that is if the controller has USB Driver
> for Windows 98 SE.
>
> Daniel
>
> On Apr 17, 2012 11:57 AM, "Kramer, Jack"  wrote:**
> **
>
> No such thing exists. Buy a USB controller.
>
> ** **
>
> 
> Jack Kramer
> Manager of Information Technology
> Office of Communications and Brand Strategy 
>
> Michigan State University
> w: 517-884-1231 / c: 248-635-4955
>
> ** **
>
> *From: *Daniel Rodriguez 
> *Reply-To: *NT System Admin Issues 
> *Date: *Tue, 17 Apr 2012 11:14:09 -0400
>
> *To: *NT System Admin Issues 
>
> *Subject: *Re: Looking for an odd item
>
> ** **
>
> Close... But no cigar.
>
> This device still plugs into the computer on the USB Side.
>
> What I am looking for is somthing that plugs into the parallel connector
> on the PC Side and then to the USB port on the printer.
>
> Thanks, though.
>
> Daniel
>
> On Apr 17, 2012 10:43 AM, "Lee Douglas"  wrote:
>
>
> http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113
>  
>
> ** **
>
> On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez 
> wrote:
>
> To all,
>
> I know that there is a USB to Parallel Centronics Interface Cable.
>
> But, is there a 25 pin Parallel to USB Interface Cable?
>
> I have an old PC that is running Windows 98 SE, and I need to replace the
> printer. It's not on the network, else I could print to the new printer via
> IP. Plus, management doesn't want it on the network.
>
> Anyone seen an animal like this? And if so, who carries it?
>
> TIA
>
> Daniel
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ 

Re: Looking for an odd item

2012-04-17 Thread Daniel Rodriguez
Mack,

My apologies to you all if you think I am having you do my heavy lifting
for me. But I have looked, called and wandered around the Net, and several
computer stores, both here in Louisville and Dallas (places I have done
business with).

If you look at my question, I was asking if anyone has heard/seen if this
animal exists. It seems that it does but not in the format that I need. I
do apprecite your efforts in searching.

But, Mack, I have been in IT for 30 years. And if my employer needs to
squeeze another year or two out of some equipment, by gosh, that is what I
am going to do. Some of us may not have the budget that you do to go out
and buy equipment everytime the latest OS comes out, or because the users
complain that their computers are too slow. But some of us have to get by
with what we got.

I have been with my employer, now, for over a year. I have had a heart
attack and a five and a half heart bypass, three years ago. I just spent a
month and a half on sick leave because one of the stints in my heart moved
and was causing blockage. I get to work at 8am. If I'm lucky I get to leave
at 5pm. I have no staff, no helpers. I support 450 user and am on call
24/7/365. There is no one to relieve me on weekends. I am doing
helpdesk/hardware/software/printer/network support. Why do I do it? Because
the pay is good and I am only 6 miles from home, plus I don't have to fight
traffic to and from work.

I have been working since I was 8 years old, started out throwing
newspapers in th morning with my brothers. My father was a printer and had
his own business for 25 years. I was with him when he started out of a
garage, till he retired and sold his building. I also went to school and
helped him at night and weekends. I didn't get to go to my Prom because my
father needed me to help him finish a deadline. And all this time, I
worked. Nothing was ever given to me, I had to earn it.

Mack, it seems that you don't know of what the definition of professional,
is. To those of you on this list, you know I don't post a lot, and I enjoy
the discussions that you all engage in. But to those of you that posted a
link, an idea, or a direction, you are the true professionals. "How," you
ask? Because you took time out of your day to respond to a post to someone
you don't know, or have ever met, or probably never will meet. This is what
is called a 'professional cutesy.' Also, we all have hit those road blocks.
But we are the "pro's". We are the one's that everone else turns to in our
organization for answers. But, there are times that we don't have the
answer. So, we turn to others for the answer. A true professional knows
when to seek help to find an answer.

As for that last question you posted; yes, we do have an old piece of
equipment that needs to be supported with new parts.

And lastly, I will not allow you to call me lazy. You don't know me. That
means you have no right to call me something I'm not. I do not see anywhere
on this list that you are the moderator. So, then, who placed you in charge
to determine who can, and cannot, post questions on this list? All I did
was ask a question. Everyone else has been nice and helpful. But you have
taken it upon yourself to be mean spirited and rude. Did I ask for a
lecture on being unprofessional and lazy? No! But for some odd reason, you
think you know whats best. How arrogant, you are.

I have had my say. But to let you all know, I am not an idiot and I am not
lazy.

Daniel



On Apr 17, 2012 2:31 PM, "Mack Bolan"  wrote:

> Oh.  Well I'm sorry if I've offended your delicate sensibilities.
> However, I feel that part of being "professional" is doing your own
> research prior to posting, but then it appears several others aside from
> yourself are content to do that heavy-lifting for him.  Or do you actually
> own the device you posted and are likewise using it to maintain an ancient
> machine with new parts?
>
> Mack S. Bolan
>
>
>
>> On Tue, Apr 17, 2012 at 12:31 PM, Lora Cates 
>> wrote:
>>
>>> It wasn't the most professional response for sure.
>>>
>>> -lc
>>>
>>>   --
>>> *From:* Jonathan Link 
>>>
>>> *To:* NT System Admin Issues 
>>> *Sent:* Tuesday, April 17, 2012 9:56 AM
>>>
>>> *Subject:* Re: Looking for an odd item
>>>
>>> You slay me.
>>>
>>> On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan wrote:
>>>
>>> http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>>>
>>> Mack S. Bolan
>>>
>>>
>>>
>>>
>>> On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez wrote:
>>>
>>> To all,
>>> I know that there is a USB to Parallel Centronics Interface Cable.
>>> But, is there a 25 pin Parallel to USB Interface Cable?
>>> I have an old PC that is running Windows 98 SE, and I need to replace
>>> the printer. It's not on the network, else I could print to the new printer
>>> via IP. Plus, management doesn't want it on the network.
>>> Anyone seen an animal like this? And if so, who carries it?
>>> TIA
>>> Daniel
>>>  ~ Finally, powerful endpoin

Re: Automated Account Password Reset Programs

2012-04-17 Thread Rankin, James R
If you're a citrix platinum customer, you get Single Sign-on thrown in

---Blackberried

-Original Message-
From: "Ziots, Edward" 
Date: Tue, 17 Apr 2012 14:27:34 
To: NT System Admin Issues
Reply-To: "NT System Admin Issues" 
Subject: Automated Account Password 
Reset Programs

For those that are using this for your users in your orgs/business, can
anyone give me an idea again what folks are using for Automated Password
reset tools, that would integrate well with 2k8R2 DFL/FFL domain. About
18-20K in accounts. Looking for a solution with a Web front end, and the
ability to customize the questions asked the users before they can reset
there passwords. 

 

Z

 

Edward Ziots

CISSP, Security +, Network +

Security Engineer

Lifespan Organization

ezi...@lifespan.org

 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Lora Cates
Duly noted.  :D
 
-lc


>
> From: Webster 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 2:01 PM
>Subject: Re: Looking for an odd item
> 
>
>Just consider the source! LOL
>
>
>
>
>Carl Webster
>Consultant and Citrix Technology Professional
>http://www.CarlWebster.com
>
>From: Lora Cates 
>Subject: Re: Looking for an odd item
>
>
>
>I think I'm offended.  :)
> 
>-lc
>
>
>>
>> From: Webster 
>>Subject: Re: Looking for an odd item
>>
>>
>>I saw the Subject Line and thought are we already talking about Lora Cates 
>>behind her back? :)
>>
>> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
Thinking?  Perhaps you should try it sometime.
 
-lc


>
> From: Mack Bolan 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 1:54 PM
>Subject: Re: Looking for an odd item
> 
>
>Second time today for you.
>
>Mack S. Bolan
>
>
>
>
>On Tue, Apr 17, 2012 at 12:44 PM, Lora Cates  wrote:
>
>I think I'm offended.  :)
>> 
>>-lc
>>
>>
>>>
>>> From: Webster 
>>>To: NT System Admin Issues  
>>>Sent: Tuesday, April 17, 2012 12:11 PM
>>>Subject: Re: Looking for an odd item
>>> 
>>>
>>>I saw the Subject Line and thought are we already talking about Lora Cates 
>>>behind her back? :)
>>>
>>>
>>>
>>>
>>>Carl Webster
>>>Consultant and Citrix Technology Professional
>>>http://www.CarlWebster.com
>>>
>>>From: Daniel Rodriguez 
>>>Subject: Looking for an odd item
>>>
>>>
>>>
>>>To all,
>>>Anyone seen an animal like this? And if so, who carries it?
>>>
>>> 
>>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>>~   ~
>>>
>>>---
>>>To manage subscriptions click here: 
>>>http://lyris.sunbelt-software.com/read/my_forums/
>>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>>with the body: unsubscribe ntsysadmin
>>>
>>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Ben Scott
On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez  wrote:
> I know that there is a USB to Parallel Centronics Interface Cable.
> But, is there a 25 pin Parallel to USB Interface Cable?

  USB has a great many more features than parallel, and the printer
will expect those features on the USB port.  While it's certainly
theoretically possible that someone could craft some kind of elaborate
interface to read data from an IEEE-1284 port, spool it up, transform
it to something usable by the printer, and then provide a USB host
connection to the printer, it's an awful lot of work.  That would make
such an adapter rather expensive, and thus almost certainly
commercially non-viable.

> I have an old PC that is running Windows 98 SE, and I need to replace the
> printer. It's not on the network, else I could print to the new printer via
> IP. Plus, management doesn't want it on the network.

  So buy a printer that includes a Centronics parallel port on it and
use that.  They do still exist.  The Lexmark E360, for example.

On Tue, Apr 17, 2012 at 11:23 AM, Daniel Rodriguez  wrote:
> Printer has already been purchased.

  Whoever bought the printer should have checked to make sure it was
going to work before it was bought.

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Ben Scott
On Tue, Apr 17, 2012 at 2:38 PM, Daniel Rodriguez  wrote:
>> http://www.amazon.com/GTMax-RS232-Serial-Adapter-Female/dp/B004T5V0KG
>
> Hmm This might work. Issue is, do the have drivers for Windoes 98 SE?

  No, it won't.  RS-232 serial != IEEE-1248 parallel, even if they
sometimes use the same connectors.

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Don Kuhlman
And it's probably tired and had to take a rest along the way...



 From: Lora Cates 
To: NT System Admin Issues  
Sent: Tuesday, April 17, 2012 1:51 PM
Subject: Re: Looking for an odd item
 

And I received this at 13:39 CDT...must've been a long trip.  ;)
 
-lc


>
> From: Don Kuhlman 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 12:52 PM
>Subject: Re: Looking for an odd item
> 
>
>Nope - sent those replies around 11:48 CST - definitely not just you Lora.
>
>
>Sending this one at 12:52 CST (for reference) :)
>
>
> From: Lora Cates 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 12:29 PM
>Subject: Re: Looking for an odd item
> 
>
>I'm glad you said that, was afraid it was just me.
> 
>-lc
>
>
>>
>> From: Don Kuhlman 
>>To: NT System Admin Issues  
>>Sent: Tuesday, April 17, 2012 11:48 AM
>>Subject: Re: Looking for an odd item
>> 
>>
>>Sorry - my list responses are being delayed today so I just posted the same 
>>suggestion - NEVERMIND
>>
>>
>>
>>
>> From: Ralph Smith 
>>To: NT System Admin Issues  
>>Sent: Tuesday, April 17, 2012 9:51 AM
>>Subject: RE: Looking for an odd item
>> 
>>
>>How about throwing a USB card in the computer?
>> 
>>From:leedoug...@pellis.com [mailto:leedoug...@pellis.com] On Behalf Of Lee 
>>Douglas
>>Sent: Tuesday, April 17, 2012 10:39 AM
>>To: NT System Admin Issues
>>Subject: Re: Looking for an odd item
>> 
>>http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113 
>>On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez  wrote:
>>To all,
>>I know that there is a USB to Parallel Centronics Interface Cable.
>>But, is there a 25 pin Parallel to USB Interface Cable?
>>I have an old PC that is running Windows 98 SE, and I need to replace the 
>>printer. It's not on the network, else I could print to the new printer via 
>>IP. Plus, management doesn't want it on the network.
>>Anyone seen an animal like this? And if so, who carries it?
>>TIA
>>Daniel
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~
   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>> 
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>>
>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>>
>>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Jonathan Link
You're new here.  Lyst messages get throttled when more than three[1] are
sent simultaneously.


[1] It may not be three, but it's close.

On Tue, Apr 17, 2012 at 2:51 PM, Lora Cates wrote:

> And I received this at 13:39 CDT...must've been a long trip.  ;)
>
> -lc
>
>   --
> *From:* Don Kuhlman 
> *To:* NT System Admin Issues 
> *Sent:* Tuesday, April 17, 2012 12:52 PM
>
> *Subject:* Re: Looking for an odd item
>
> Nope - sent those replies around 11:48 CST - definitely not just you Lora.
>
> Sending this one at 12:52 CST (for reference) :)
>   --
> *From:* Lora Cates 
> *To:* NT System Admin Issues 
> *Sent:* Tuesday, April 17, 2012 12:29 PM
>
> *Subject:* Re: Looking for an odd item
>
> I'm glad you said that, was afraid it was just me.
>
> -lc
>
>   --
> *From:* Don Kuhlman 
> *To:* NT System Admin Issues 
> *Sent:* Tuesday, April 17, 2012 11:48 AM
>
> *Subject:* Re: Looking for an odd item
>
> Sorry - my list responses are being delayed today so I just posted the
> same suggestion - NEVERMIND
>
>   --
> *From:* Ralph Smith 
> *To:* NT System Admin Issues 
> *Sent:* Tuesday, April 17, 2012 9:51 AM
> *Subject:* RE: Looking for an odd item
>
> How about throwing a USB card in the computer?
>
> *From:* leedoug...@pellis.com [mailto:leedoug...@pellis.com] *On Behalf
> Of *Lee Douglas
> *Sent:* Tuesday, April 17, 2012 10:39 AM
>
> *To:* NT System Admin Issues
> *Subject:* Re: Looking for an odd item
>
>
> http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113
>
> On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez 
> wrote:
> To all,
> I know that there is a USB to Parallel Centronics Interface Cable.
> But, is there a 25 pin Parallel to USB Interface Cable?
> I have an old PC that is running Windows 98 SE, and I need to replace the
> printer. It's not on the network, else I could print to the new printer via
> IP. Plus, management doesn't want it on the network.
> Anyone seen an animal like this? And if so, who carries it?
> TIA
> Daniel
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Ralph Smith
Actually OP noted that the computer is not on the network but the printer is:

 

“I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via IP. 
Plus, management doesn't want it on the network.”

“Printer is already conncted to the network, so cross-over is scratched out.”

He also noted that he needed a Parallel to USB adapter, and got a bunch of 
people giving him links to USB to Parallel adapters.

 

 

From: Christopher Bodnar [mailto:christopher_bod...@glic.com] 
Sent: Tuesday, April 17, 2012 2:31 PM
To: NT System Admin Issues
Subject: RE: Looking for an odd item

 

OP already noted that it's not on the network and that management doesn't want 
it on the network. 



Christopher Bodnar 
Enterprise Achitect I, Corporate Office of Technology:Enterprise Architecture 
and Engineering Services 

Tel 610-807-6459  
3900 Burgess Place, Bethlehem, PA 18017 
christopher_bod...@glic.com   

 

The Guardian Life Insurance Company of America

www.guardianlife.com   








From:Ken Cornetet  
To:"NT System Admin Issues"  
Date:04/17/2012 02:25 PM 
Subject:RE: Looking for an odd item 






Is the 98 box on the network? If not, can it be? Then you can just do network 
printing. 
  
Ken Cornetet 812.482.8499 
To err is human - to moo, bovine. 
  
From: Daniel Rodriguez [mailto:drod...@gmail.com  ] 
Sent: Tuesday, April 17, 2012 11:29 AM
To: NT System Admin Issues
Subject: RE: Looking for an odd item 
  

Printer is already conncted to the network, so cross-over is scratched out. 

I am leaning to install a USB adapter that supports USB 2.0, but am concerned 
about tbe other devices connected to the box, already. Don't mind taking the 
cover off to perform some minor sugery. Just don't want to lombotomize the 
patient in the process. 

Daniel 
On Apr 17, 2012 11:20 AM, "Ken Cornetet"  wrote: 
I don’t think such a thing exists, although I could be wrong. 
  
I think your best bet (provided this is a desktop machine) is to find a USB 
card that has Windows 98 drivers. 
  
Next best bet would be to install a second NIC and use a crossover cable to 
connect to the printer (set it up for a private IP space). 
  
Ken Cornetet 812.482.8499   
To err is human - to moo, bovine. 
  
From: Daniel Rodriguez [mailto:drod...@gmail.com  ] 
Sent: Tuesday, April 17, 2012 10:28 AM
To: NT System Admin Issues
Subject: Looking for an odd item 
  

To all, 

I know that there is a USB to Parallel Centronics Interface Cable. 

But, is there a 25 pin Parallel to USB Interface Cable? 

I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via IP. 
Plus, management doesn't want it on the network. 

Anyone seen an animal like this? And if so, who carries it? 

TIA 

Daniel 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin 

- This message, and any attachments to 
it, may contain information that is privileged, confidential, and exempt from 
disclosure under applicable law. If the reader of this message is not the 
intended recipient, you are notified that any use, dissemination, distribution, 
copying, or communication of this message is strictly prohibited. If you have 
received this message in error, please notify the sender immediately by return 
e-mail and delete the message and any attachments. Thank you. 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To ma

Re: Automated Account Password Reset Programs

2012-04-17 Thread Patrick Salmon
Automated plus self-service?

Forefront Identity Mgr 2010 R2 which is pending imminent release will do
exactly that. Gotta be R2 though as the full functionality as you've
detailed doesn't exist in earlier versions. If MS are following previous
announcement/release patterns then I'd wag that it'll be available
immediately after Tech Ed NA (6/11-14).

Will comfortably handle 20k users, so long as the infrastructure is sized
appropriately. Am currently doing the same exercise for a client orders of
magnitude larger.

best, Pat.

On Tue, Apr 17, 2012 at 2:27 PM, Ziots, Edward  wrote:

> For those that are using this for your users in your orgs/business, can
> anyone give me an idea again what folks are using for Automated Password
> reset tools, that would integrate well with 2k8R2 DFL/FFL domain. About
> 18-20K in accounts. Looking for a solution with a Web front end, and the
> ability to customize the questions asked the users before they can reset
> there passwords. 
>
> ** **
>
> Z
>
> ** **
>
> Edward Ziots
>
> CISSP, Security +, Network +
>
> Security Engineer
>
> Lifespan Organization
>
> ezi...@lifespan.org
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Wireless controller for 2 APs?

2012-04-17 Thread Kevin Lundy
Brian - which D-Link model?  I'm in the market for a new AP.

On Tue, Apr 17, 2012 at 2:25 PM, Brian Desmond wrote:

> Sounds overkill. I just bought a D-Link WAP for my house a couple weeks
> ago that's out of their SMB type line and it even has a little basic
> wireless controller function built into it. Got it for perhaps 120 bucks on
> Amazon.
>
> Thanks,
> Brian Desmond
> br...@briandesmond.com
>
> w - 312.625.1438 | c   - 312.731.3132
>
>
> -Original Message-
> From: Jon D [mailto:rekcahp...@gmail.com]
> Sent: Tuesday, April 17, 2012 10:14 AM
> To: NT System Admin Issues
> Subject: Wireless controller for 2 APs?
>
> I'm new to enterprise wireless. I'm setting up 2 APs to share out a fios
> connection for our conference rooms.
> 100% seperate from our corporate network.
> Our IT consultants is trying to sell a cisco wireless controller to manage
> the APs.
>
> Does this sound like overkill to anyone?
> Do you really need a wireless controller to manage 2 APs?
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <
> http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: User provisioning AD web Front End.

2012-04-17 Thread Christopher Bodnar
I've used NetIQ's product DRA before:

http://www.netiq.com/products/dra/default.asp#

Not cheap, but it works well.



Christopher Bodnar 
Enterprise Achitect I, Corporate Office of Technology:Enterprise 
Architecture and Engineering Services 
Tel 610-807-6459 
3900 Burgess Place, Bethlehem, PA 18017 
christopher_bod...@glic.com 




The Guardian Life Insurance Company of America

www.guardianlife.com 







From:   justino garcia 
To: "NT System Admin Issues" 
Date:   04/17/2012 03:19 PM
Subject:User provisioning AD web Front End.



Anyone here used a User provision platformat like 
http://www.webactivedirectory.com/products/peopleprovision/screenshots

-- 
Justin
IT-TECH
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


-
This message, and any attachments to it, may contain information
that is privileged, confidential, and exempt from disclosure under
applicable law.  If the reader of this message is not the intended
recipient, you are notified that any use, dissemination,
distribution, copying, or communication of this message is strictly
prohibited.  If you have received this message in error, please
notify the sender immediately by return e-mail and delete the
message and any attachments.  Thank you.
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin<>

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
I like to keep my options open.
 
-lc


>
> From: John Cook 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 1:23 PM
>Subject: RE: Looking for an odd item
> 
>
> 
>If you don’t know then you weren’t.
> 
> John W. Cook
>Network Operations Manager
>Partnership For Strong Families
>5950 NW 1st Place
>Gainesville, Fl 32607
>Office (352) 244-1610
>Cell (352) 215-6944
>MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4
> 
>From:Lora Cates [mailto:lora.ca...@rocketmail.com] 
>Sent: Tuesday, April 17, 2012 1:44 PM
>To: NT System Admin Issues
>Subject: Re: Looking for an odd item
> 
>I think I'm offended.  :)
> 
>-lc
>
>
> 
>From:Webster 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 12:11 PM
>Subject: Re: Looking for an odd item
>
>
>
>I saw the Subject Line and thought are we already talking about Lora Cates 
>behind her back? :)
> 
> 
>Carl Webster
>Consultant and Citrix Technology Professional
>http://www.carlwebster.com/
> 
>From: Daniel Rodriguez 
>Subject: Looking for an odd item
> 
>To all,
>Anyone seen an animal like this? And if so, who carries it?
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>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 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.
>>
> CONFIDENTIALITY STATEMENT: The information transmitted, or contained or 
> attached to or with this Notice is intended only for the person or entity to 
> which it is addressed and may contain Protected Health Information (PHI), 
> confidential and/or privileged material. Any review, transmission, 
> dissemination, or other use of, and taking any action in reliance upon this 
> information by persons or entities other than the intended recipient without 
> the express written consent of the sender are prohibited. This information 
> may be protected by the Health Insurance Portability and Accountability Act 
> of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized 
> use or disclosure of this information could result in civil and/or criminal 
> penalties.
>Consider the environment. Please don't print this e-mail unless you really 
>need to.
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
Not offended, just remarking.  No I don't own that device, nor have a need for 
it.  I don't mind assisting others in their search because it's all too easy to 
get tunnel vision trying to solve a problem, and sometimes even the act of 
asking for help can garner one some objectivity.
 
-lc


>
> From: Mack Bolan 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 12:40 PM
>Subject: Re: Looking for an odd item
> 
>
>Oh.  Well I'm sorry if I've offended your delicate sensibilities.  However, I 
>feel that part of being "professional" is doing your own research prior to 
>posting, but then it appears several others aside from yourself are content to 
>do that heavy-lifting for him.  Or do you actually own the device you posted 
>and are likewise using it to maintain an ancient machine with new parts?
>
>Mack S. Bolan
>
>
>
>
>>
>>On Tue, Apr 17, 2012 at 12:31 PM, Lora Cates  
>>wrote:
>>
>>It wasn't the most professional response for sure.
>>> 
>>>-lc
>>>
>>>

 From: Jonathan Link 

To: NT System Admin Issues  
Sent: Tuesday, April 17, 2012 9:56 AM

Subject: Re: Looking for an odd item
 


You slay me.


On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan  wrote:

http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>
>Mack S. Bolan
>
>
>
>
>
>On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez  
>wrote:
>
>To all,
>>I know that there is a USB to Parallel Centronics Interface Cable.
>>But, is there a 25 pin Parallel to USB Interface Cable?
>>I have an old PC that is running Windows 98 SE, and I need to replace the 
>>printer. It's not on the network, else I could print to the new printer 
>>via IP. Plus, management doesn't want it on the network.
>>Anyone seen an animal like this? And if so, who carries it?
>>TIA
>>Daniel
>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


>>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>>~   ~
>>>
>>>---
>>>To manage subscriptions click here: 
>>>http://lyris.sunbelt-software.com/read/my_forums/
>>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>>with the body: unsubscribe ntsysadmin
>>
>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
And I received this at 13:39 CDT...must've been a long trip.  ;)
 
-lc


>
> From: Don Kuhlman 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 12:52 PM
>Subject: Re: Looking for an odd item
> 
>
>Nope - sent those replies around 11:48 CST - definitely not just you Lora.
>
>
>Sending this one at 12:52 CST (for reference) :)
>
>
> From: Lora Cates 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 12:29 PM
>Subject: Re: Looking for an odd item
> 
>
>I'm glad you said that, was afraid it was just me.
> 
>-lc
>
>
>>
>> From: Don Kuhlman 
>>To: NT System Admin Issues  
>>Sent: Tuesday, April 17, 2012 11:48 AM
>>Subject: Re: Looking for an odd item
>> 
>>
>>Sorry - my list responses are being delayed today so I just posted the same 
>>suggestion - NEVERMIND
>>
>>
>>
>>
>> From: Ralph Smith 
>>To: NT System Admin Issues  
>>Sent: Tuesday, April 17, 2012 9:51 AM
>>Subject: RE: Looking for an odd item
>> 
>>
>>How about throwing a USB card in the computer?
>> 
>>From:leedoug...@pellis.com [mailto:leedoug...@pellis.com] On Behalf Of Lee 
>>Douglas
>>Sent: Tuesday, April 17, 2012 10:39 AM
>>To: NT System Admin Issues
>>Subject: Re: Looking for an odd item
>> 
>>http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113 
>>On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez  wrote:
>>To all,
>>I know that there is a USB to Parallel Centronics Interface Cable.
>>But, is there a 25 pin Parallel to USB Interface Cable?
>>I have an old PC that is running Windows 98 SE, and I need to replace the 
>>printer. It's not on the network, else I could print to the new printer via 
>>IP. Plus, management doesn't want it on the network.
>>Anyone seen an animal like this? And if so, who carries it?
>>TIA
>>Daniel
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~
   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>> 
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>>
>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>>
>>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Jonathan Link
Easy, man, don't execute so harshly on her...

On Tue, Apr 17, 2012 at 1:40 PM, Mack Bolan  wrote:

> Oh.  Well I'm sorry if I've offended your delicate sensibilities.
> However, I feel that part of being "professional" is doing your own
> research prior to posting, but then it appears several others aside from
> yourself are content to do that heavy-lifting for him.  Or do you actually
> own the device you posted and are likewise using it to maintain an ancient
> machine with new parts?
>
> Mack S. Bolan
>
>
>
>> On Tue, Apr 17, 2012 at 12:31 PM, Lora Cates 
>> wrote:
>>
>>> It wasn't the most professional response for sure.
>>>
>>> -lc
>>>
>>>   --
>>> *From:* Jonathan Link 
>>>
>>> *To:* NT System Admin Issues 
>>> *Sent:* Tuesday, April 17, 2012 9:56 AM
>>>
>>> *Subject:* Re: Looking for an odd item
>>>
>>> You slay me.
>>>
>>> On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan wrote:
>>>
>>> http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>>>
>>> Mack S. Bolan
>>>
>>>
>>>
>>>
>>> On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez wrote:
>>>
>>> To all,
>>> I know that there is a USB to Parallel Centronics Interface Cable.
>>> But, is there a 25 pin Parallel to USB Interface Cable?
>>> I have an old PC that is running Windows 98 SE, and I need to replace
>>> the printer. It's not on the network, else I could print to the new printer
>>> via IP. Plus, management doesn't want it on the network.
>>> Anyone seen an animal like this? And if so, who carries it?
>>> TIA
>>> Daniel
>>>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>>
>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>>
>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>>
>>>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Daniel Rodriguez
Hmm This might work. Issue is, do the have drivers for Windoes 98 SE?

Daniel
On Apr 17, 2012 1:01 PM, "Don Kuhlman"  wrote:

> Maybe this is better -
>
> http://www.amazon.com/GTMax-RS232-Serial-Adapter-Female/dp/B004T5V0KG
>
> Or what about just putting a pci card in the computer with USB ports on it?
>
>
>   --
> *From:* Daniel Rodriguez 
> *To:* NT System Admin Issues 
> *Sent:* Tuesday, April 17, 2012 10:17 AM
> *Subject:* Re: Looking for an odd item
>
> Not quite. Needs to be the 'B' connector on the USB Side.
>
> On Apr 17, 2012 10:48 AM, "Lora Cates"  wrote:
>
> Will this work for you?
> http://www.amazon.com/DB25-Parallel-Printer-adapter-Cable/dp/B005CFTGA8
>
> -lc
>
>   --
> *From:* Daniel Rodriguez 
> *To:* NT System Admin Issues 
> *Sent:* Tuesday, April 17, 2012 9:27 AM
> *Subject:* Looking for an odd item
>
> To all,
> I know that there is a USB to Parallel Centronics Interface Cable.
> But, is there a 25 pin Parallel to USB Interface Cable?
> I have an old PC that is running Windows 98 SE, and I need to replace the
> printer. It's not on the network, else I could print to the new printer via
> IP. Plus, management doesn't want it on the network.
> Anyone seen an animal like this? And if so, who carries it?
> TIA
> Daniel
>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Patrick Salmon
And not least, outlook is great for reading email but hoping to use it for
usb/parallel conversion is quite the stretch! ;-)

On Tue, Apr 17, 2012 at 1:42 PM, Mack Bolan  wrote:

> Well given that Win98 - ME is ~6 years past EoL outlook is not good.
>
> http://support.microsoft.com/gp/lifean18
>
> Mack S. Bolan
>
>
>
>
> On Tue, Apr 17, 2012 at 11:55 AM, Daniel Rodriguez wrote:
>
>> Jack,
>>
>> You may be right. My issue with that is if the controller has USB Driver
>> for Windows 98 SE.
>>
>> Daniel
>> On Apr 17, 2012 11:57 AM, "Kramer, Jack"  wrote:
>>
>>>   No such thing exists. Buy a USB controller.
>>>
>>>  
>>> Jack Kramer
>>> Manager of Information Technology
>>> Office of Communications and Brand Strategy
>>> Michigan State University
>>> w: 517-884-1231 / c: 248-635-4955
>>>
>>>   From: Daniel Rodriguez 
>>> Reply-To: NT System Admin Issues 
>>> Date: Tue, 17 Apr 2012 11:14:09 -0400
>>> To: NT System Admin Issues 
>>> Subject: Re: Looking for an odd item
>>>
>>>  Close... But no cigar.
>>>
>>> This device still plugs into the computer on the USB Side.
>>>
>>> What I am looking for is somthing that plugs into the parallel connector
>>> on the PC Side and then to the USB port on the printer.
>>>
>>> Thanks, though.
>>>
>>> Daniel
>>> On Apr 17, 2012 10:43 AM, "Lee Douglas"  wrote:
>>>

 http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113



 On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez 
 wrote:

> To all,
>
> I know that there is a USB to Parallel Centronics Interface Cable.
>
> But, is there a 25 pin Parallel to USB Interface Cable?
>
> I have an old PC that is running Windows 98 SE, and I need to replace
> the printer. It's not on the network, else I could print to the new 
> printer
> via IP. Plus, management doesn't want it on the network.
>
> Anyone seen an animal like this? And if so, who carries it?
>
> TIA
>
> Daniel
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~   ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

>>>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Christopher Bodnar
OP already noted that it's not on the network and that management doesn't 
want it on the network.



Christopher Bodnar 
Enterprise Achitect I, Corporate Office of Technology:Enterprise 
Architecture and Engineering Services 
Tel 610-807-6459 
3900 Burgess Place, Bethlehem, PA 18017 
christopher_bod...@glic.com 




The Guardian Life Insurance Company of America

www.guardianlife.com 







From:   Ken Cornetet 
To: "NT System Admin Issues" 
Date:   04/17/2012 02:25 PM
Subject:RE: Looking for an odd item



Is the 98 box on the network? If not, can it be? Then you can just do 
network printing.
 
Ken Cornetet 812.482.8499
To err is human - to moo, bovine.
 
From: Daniel Rodriguez [mailto:drod...@gmail.com] 
Sent: Tuesday, April 17, 2012 11:29 AM
To: NT System Admin Issues
Subject: RE: Looking for an odd item
 
Printer is already conncted to the network, so cross-over is scratched 
out.
I am leaning to install a USB adapter that supports USB 2.0, but am 
concerned about tbe other devices connected to the box, already. Don't 
mind taking the cover off to perform some minor sugery. Just don't want to 
lombotomize the patient in the process.
Daniel
On Apr 17, 2012 11:20 AM, "Ken Cornetet"  wrote:
I don’t think such a thing exists, although I could be wrong. 
 
I think your best bet (provided this is a desktop machine) is to find a 
USB card that has Windows 98 drivers.
 
Next best bet would be to install a second NIC and use a crossover cable 
to connect to the printer (set it up for a private IP space).
 
Ken Cornetet 812.482.8499
To err is human - to moo, bovine.
 
From: Daniel Rodriguez [mailto:drod...@gmail.com] 
Sent: Tuesday, April 17, 2012 10:28 AM
To: NT System Admin Issues
Subject: Looking for an odd item
 
To all,
I know that there is a USB to Parallel Centronics Interface Cable.
But, is there a 25 pin Parallel to USB Interface Cable?
I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer 
via IP. Plus, management doesn't want it on the network.
Anyone seen an animal like this? And if so, who carries it?
TIA
Daniel
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


-
This message, and any attachments to it, may contain information
that is privileged, confidential, and exempt from disclosure under
applicable law.  If the reader of this message is not the intended
recipient, you are notified that any use, dissemination,
distribution, copying, or communication of this message is strictly
prohibited.  If you have received this message in error, please
notify the sender immediately by return e-mail and delete the
message and any attachments.  Thank you.
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
<>

RE: Wireless controller for 2 APs?

2012-04-17 Thread Brian Desmond
Sounds overkill. I just bought a D-Link WAP for my house a couple weeks ago 
that's out of their SMB type line and it even has a little basic wireless 
controller function built into it. Got it for perhaps 120 bucks on Amazon.

Thanks,
Brian Desmond
br...@briandesmond.com

w - 312.625.1438 | c   - 312.731.3132


-Original Message-
From: Jon D [mailto:rekcahp...@gmail.com] 
Sent: Tuesday, April 17, 2012 10:14 AM
To: NT System Admin Issues
Subject: Wireless controller for 2 APs?

I'm new to enterprise wireless. I'm setting up 2 APs to share out a fios 
connection for our conference rooms.
100% seperate from our corporate network.
Our IT consultants is trying to sell a cisco wireless controller to manage the 
APs.

Does this sound like overkill to anyone?
Do you really need a wireless controller to manage 2 APs?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: Wireless controller for 2 APs?

2012-04-17 Thread Jon D
Thanks for the feedback everyone.
I'm looking at Ubiquiti Unifi now. Looks like it might be just what we need.
I think I was looking at a $5000 bill, but for $250, it looks like
this will do the trick.


Thanks everyone!


On Tue, Apr 17, 2012 at 12:34 PM, Paul Hutchings
 wrote:
> Have a look at Ubiquiti Unifi.
> 
> From: Glen Johnson [gjohn...@vhcc.edu]
> Sent: 17 April 2012 5:04 PM
> To: NT System Admin Issues
> Subject: RE: Wireless controller for 2 APs?
>
> Unless you can foresee growth I don't think I would spend $ on a controller 
> for only 2 ap's.
>
> -Original Message-
> From: Jon D [mailto:rekcahp...@gmail.com]
> Sent: Tuesday, April 17, 2012 11:14 AM
> To: NT System Admin Issues
> Subject: Wireless controller for 2 APs?
>
> I'm new to enterprise wireless. I'm setting up 2 APs to share out a fios 
> connection for our conference rooms.
> 100% seperate from our corporate network.
> Our IT consultants is trying to sell a cisco wireless controller to manage 
> the APs.
>
> Does this sound like overkill to anyone?
> Do you really need a wireless controller to manage 2 APs?
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
>   ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
> --
> MIRA Ltd
>
> Watling Street, Nuneaton, Warwickshire, CV10 0TU, England
> Registered in England and Wales No. 402570
> VAT Registration  GB 100 1464 84
>
> The contents of this e-mail are confidential and are solely for the use of 
> the intended recipient.  If you receive this e-mail in error, please delete 
> it and notify us either by e-mail, telephone or fax.  You should not copy, 
> forward or otherwise disclose the content of the e-mail as this is prohibited.
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



RE: Looking for an odd item

2012-04-17 Thread Ralph Smith
Just looked at a couple of USB add in cards on Newegg that claimed to be
Windows 98 compatible.  You said the printer is already on the network?
What kind of printer is it - does it support having the USB and network
connections in use simultaneously? Not all do.

 

From: Mack Bolan [mailto:mack.bola...@gmail.com] 
Sent: Tuesday, April 17, 2012 1:43 PM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

 

Well given that Win98 - ME is ~6 years past EoL outlook is not good.

http://support.microsoft.com/gp/lifean18

Mack S. Bolan




On Tue, Apr 17, 2012 at 11:55 AM, Daniel Rodriguez 
wrote:

Jack,

You may be right. My issue with that is if the controller has USB Driver
for Windows 98 SE.

Daniel

On Apr 17, 2012 11:57 AM, "Kramer, Jack"  wrote:

No such thing exists. Buy a USB controller.

 


Jack Kramer
Manager of Information Technology
Office of Communications and Brand Strategy 

Michigan State University
w: 517-884-1231 / c: 248-635-4955

 

From: Daniel Rodriguez 
Reply-To: NT System Admin Issues

Date: Tue, 17 Apr 2012 11:14:09 -0400

To: NT System Admin Issues


Subject: Re: Looking for an odd item

 

Close... But no cigar.

This device still plugs into the computer on the USB
Side.

What I am looking for is somthing that plugs into the
parallel connector on the PC Side and then to the USB port on the
printer.

Thanks, though.

Daniel

On Apr 17, 2012 10:43 AM, "Lee Douglas"
 wrote:


http://www.tigerdirect.com/applications/SearchTools/item-details.asp?Edp
No=3276555&Sku=ULT40113 

 

On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez
 wrote:

To all,

I know that there is a USB to Parallel Centronics
Interface Cable.

But, is there a 25 pin Parallel to USB Interface Cable?

I have an old PC that is running Windows 98 SE, and I
need to replace the printer. It's not on the network, else I could print
to the new printer via IP. Plus, management doesn't want it on the
network.

Anyone seen an animal like this? And if so, who carries
it?

TIA

Daniel

~ Finally, powerful endpoint security that ISN'T a
resource hog! ~
~
  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

 

~ Finally, powerful endpoint security that ISN'T a
resource hog! ~
~
  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a
resource hog! ~
~
  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog!
~
~   ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
wit

Re: Looking for an odd item

2012-04-17 Thread Don Kuhlman
Nope - sent those replies around 11:48 CST - definitely not just you Lora.

Sending this one at 12:52 CST (for reference) :)


 From: Lora Cates 
To: NT System Admin Issues  
Sent: Tuesday, April 17, 2012 12:29 PM
Subject: Re: Looking for an odd item
 

I'm glad you said that, was afraid it was just me.
 
-lc


>
> From: Don Kuhlman 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 11:48 AM
>Subject: Re: Looking for an odd item
> 
>
>Sorry - my list responses are being delayed today so I just posted the same 
>suggestion - NEVERMIND
>
>
>
>
> From: Ralph Smith 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 9:51 AM
>Subject: RE: Looking for an odd item
> 
>
>How about throwing a USB card in the computer?
> 
>From:leedoug...@pellis.com [mailto:leedoug...@pellis.com] On Behalf Of Lee 
>Douglas
>Sent: Tuesday, April 17, 2012 10:39 AM
>To: NT System Admin Issues
>Subject: Re: Looking for an odd item
> 
>http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113 
>On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez  wrote:
>To all,
>I know that there is a USB to Parallel Centronics Interface Cable.
>But, is there a 25 pin Parallel to USB Interface Cable?
>I have an old PC that is running Windows 98 SE, and I need to replace the 
>printer. It's not on the network, else I could print to the new printer via 
>IP. Plus, management doesn't want it on the network.
>Anyone seen an animal like this? And if so, who carries it?
>TIA
>Daniel
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~
   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Mack Bolan
Oh.  Well I'm sorry if I've offended your delicate sensibilities.  However,
I feel that part of being "professional" is doing your own research prior
to posting, but then it appears several others aside from yourself are
content to do that heavy-lifting for him.  Or do you actually own the
device you posted and are likewise using it to maintain an ancient machine
with new parts?

Mack S. Bolan



> On Tue, Apr 17, 2012 at 12:31 PM, Lora Cates wrote:
>
>> It wasn't the most professional response for sure.
>>
>> -lc
>>
>>   --
>> *From:* Jonathan Link 
>>
>> *To:* NT System Admin Issues 
>> *Sent:* Tuesday, April 17, 2012 9:56 AM
>>
>> *Subject:* Re: Looking for an odd item
>>
>> You slay me.
>>
>> On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan wrote:
>>
>> http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>>
>> Mack S. Bolan
>>
>>
>>
>>
>> On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez wrote:
>>
>> To all,
>> I know that there is a USB to Parallel Centronics Interface Cable.
>> But, is there a 25 pin Parallel to USB Interface Cable?
>> I have an old PC that is running Windows 98 SE, and I need to replace the
>> printer. It's not on the network, else I could print to the new printer via
>> IP. Plus, management doesn't want it on the network.
>> Anyone seen an animal like this? And if so, who carries it?
>> TIA
>> Daniel
>>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>>
>>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Ken Cornetet
Is the 98 box on the network? If not, can it be? Then you can just do network 
printing.

Ken Cornetet 812.482.8499
To err is human - to moo, bovine.

From: Daniel Rodriguez [mailto:drod...@gmail.com]
Sent: Tuesday, April 17, 2012 11:29 AM
To: NT System Admin Issues
Subject: RE: Looking for an odd item


Printer is already conncted to the network, so cross-over is scratched out.

I am leaning to install a USB adapter that supports USB 2.0, but am concerned 
about tbe other devices connected to the box, already. Don't mind taking the 
cover off to perform some minor sugery. Just don't want to lombotomize the 
patient in the process.

Daniel
On Apr 17, 2012 11:20 AM, "Ken Cornetet" 
mailto:ken.corne...@kimball.com>> wrote:
I don’t think such a thing exists, although I could be wrong.

I think your best bet (provided this is a desktop machine) is to find a USB 
card that has Windows 98 drivers.

Next best bet would be to install a second NIC and use a crossover cable to 
connect to the printer (set it up for a private IP space).

Ken Cornetet 812.482.8499
To err is human - to moo, bovine.

From: Daniel Rodriguez [mailto:drod...@gmail.com]
Sent: Tuesday, April 17, 2012 10:28 AM
To: NT System Admin Issues
Subject: Looking for an odd item


To all,

I know that there is a USB to Parallel Centronics Interface Cable.

But, is there a 25 pin Parallel to USB Interface Cable?

I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via IP. 
Plus, management doesn't want it on the network.

Anyone seen an animal like this? And if so, who carries it?

TIA

Daniel

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Lora Cates
I think I'm offended.  :)
 
-lc


>
> From: Webster 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 12:11 PM
>Subject: Re: Looking for an odd item
> 
>
>I saw the Subject Line and thought are we already talking about Lora Cates 
>behind her back? :)
>
>
>
>
>Carl Webster
>Consultant and Citrix Technology Professional
>http://www.CarlWebster.com
>
>From: Daniel Rodriguez 
>Subject: Looking for an odd item
>
>
>
>To all,
>Anyone seen an animal like this? And if so, who carries it?
>
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Mack Bolan
Well given that Win98 - ME is ~6 years past EoL outlook is not good.

http://support.microsoft.com/gp/lifean18

Mack S. Bolan



On Tue, Apr 17, 2012 at 11:55 AM, Daniel Rodriguez wrote:

> Jack,
>
> You may be right. My issue with that is if the controller has USB Driver
> for Windows 98 SE.
>
> Daniel
> On Apr 17, 2012 11:57 AM, "Kramer, Jack"  wrote:
>
>>   No such thing exists. Buy a USB controller.
>>
>>  
>> Jack Kramer
>> Manager of Information Technology
>> Office of Communications and Brand Strategy
>> Michigan State University
>> w: 517-884-1231 / c: 248-635-4955
>>
>>   From: Daniel Rodriguez 
>> Reply-To: NT System Admin Issues 
>> Date: Tue, 17 Apr 2012 11:14:09 -0400
>> To: NT System Admin Issues 
>> Subject: Re: Looking for an odd item
>>
>>  Close... But no cigar.
>>
>> This device still plugs into the computer on the USB Side.
>>
>> What I am looking for is somthing that plugs into the parallel connector
>> on the PC Side and then to the USB port on the printer.
>>
>> Thanks, though.
>>
>> Daniel
>> On Apr 17, 2012 10:43 AM, "Lee Douglas"  wrote:
>>
>>>
>>> http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113
>>>
>>>
>>>
>>> On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez wrote:
>>>
 To all,

 I know that there is a USB to Parallel Centronics Interface Cable.

 But, is there a 25 pin Parallel to USB Interface Cable?

 I have an old PC that is running Windows 98 SE, and I need to replace
 the printer. It's not on the network, else I could print to the new printer
 via IP. Plus, management doesn't want it on the network.

 Anyone seen an animal like this? And if so, who carries it?

 TIA

 Daniel

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~   ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

>>>
>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Mcafee Bad Dats again... Affecting Groupshield

2012-04-17 Thread Micheal Espinola Jr
Thanks for the heads-up, Ed!

--
Espi




On Tue, Apr 17, 2012 at 10:01 AM, Ziots, Edward  wrote:

> McAfee has confirmed that incremental DAT 6682 may trigger message scan
> failures and a system crash in GroupShield Exchange (MSME), GroupShield
> Domino, and McAfee Email Gateway 7 (MEG).  McAfee recommends that customers
> do NOT upload DAT 6682.
> More information will be available on the McAfee KnowledgeBase (
> https://mysupport.mcafee.com) in article KB70380 (
> https://kc.mcafee.com/corporate/index?page=content&id=KB70380). Please
> check back to this KB article for further updates.
>
> It hit us last night, be advised….
>
> ** **
>
> Z
>
> ** **
>
> Edward Ziots
>
> CISSP, Security +, Network +
>
> Security Engineer
>
> Lifespan Organization
>
> ezi...@lifespan.org
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Mcafee Bad Dats again... Affecting Groupshield

2012-04-17 Thread Christopher Robert Blaeser


From: Ziots, Edward 
To: NT System Admin Issues 
Sent: Tue Apr 17 13:01:27 2012
Subject: Mcafee Bad Dats again... Affecting Groupshield


McAfee has confirmed that incremental DAT 6682 may trigger message scan 
failures and a system crash in GroupShield Exchange (MSME), GroupShield Domino, 
and McAfee Email Gateway 7 (MEG).  McAfee recommends that customers do NOT 
upload DAT 6682.
More information will be available on the McAfee KnowledgeBase 
(https://mysupport.mcafee.com) in article 
KB70380 (https://kc.mcafee.com/corporate/index?page=content&id=KB70380). Please 
check back to this KB article for further updates.
It hit us last night, be advised….

Z

Edward Ziots
CISSP, Security +, Network +
Security Engineer
Lifespan Organization
ezi...@lifespan.org


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Kramer, Jack
I'm pretty sure you should be able to find relatively generic OHCI drivers for 
Win98—those should drive most PCI USB 1.1 cards. EHCI drivers for USB2 cards 
may be more challenging. The parallel adapter will need a driver too.


Jack Kramer
Manager of Information Technology
Office of Communications and Brand Strategy
Michigan State University
w: 517-884-1231 / c: 248-635-4955

From: Daniel Rodriguez mailto:drod...@gmail.com>>
Reply-To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Date: Tuesday, April 17, 2012 12:55 PM
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Subject: Re: Looking for an odd item


Jack,

You may be right. My issue with that is if the controller has USB Driver for 
Windows 98 SE.

Daniel

On Apr 17, 2012 11:57 AM, "Kramer, Jack" 
mailto:jack.kra...@ur.msu.edu>> wrote:
No such thing exists. Buy a USB controller.


Jack Kramer
Manager of Information Technology
Office of Communications and Brand Strategy
Michigan State University
w: 517-884-1231 / c: 248-635-4955

From: Daniel Rodriguez mailto:drod...@gmail.com>>
Reply-To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Date: Tue, 17 Apr 2012 11:14:09 -0400
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Subject: Re: Looking for an odd item


Close... But no cigar.

This device still plugs into the computer on the USB Side.

What I am looking for is somthing that plugs into the parallel connector on the 
PC Side and then to the USB port on the printer.

Thanks, though.

Daniel

On Apr 17, 2012 10:43 AM, "Lee Douglas" 
mailto:lee.doug...@gmail.com>> wrote:
http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113

On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez 
mailto:drod...@gmail.com>> wrote:

To all,

I know that there is a USB to Parallel Centronics Interface Cable.

But, is there a 25 pin Parallel to USB Interface Cable?

I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via IP. 
Plus, management doesn't want it on the network.

Anyone seen an animal like this? And if so, who carries it?

TIA

Daniel

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
It takes all kinds, or so I'm told.
 
-lc


>
> From: Jonathan Link 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 11:52 AM
>Subject: Re: Looking for an odd item
> 
>
>It's what he does...
>
>
>On Tue, Apr 17, 2012 at 12:31 PM, Lora Cates  wrote:
>
>It wasn't the most professional response for sure.
>> 
>>-lc
>>
>>
>>>
>>> From: Jonathan Link 
>>>To: NT System Admin Issues  
>>>Sent: Tuesday, April 17, 2012 9:56 AM
>>>
>>>Subject: Re: Looking for an odd item
>>> 
>>>
>>>You slay me.
>>>
>>>
>>>On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan  wrote:
>>>
>>>http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable

Mack S. Bolan





On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez  wrote:

To all,
>I know that there is a USB to Parallel Centronics Interface Cable.
>But, is there a 25 pin Parallel to USB Interface Cable?
>I have an old PC that is running Windows 98 SE, and I need to replace the 
>printer. It's not on the network, else I could print to the new printer 
>via IP. Plus, management doesn't want it on the network.
>Anyone seen an animal like this? And if so, who carries it?
>TIA
>Daniel
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
>>>
>>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>>~   ~
>>>
>>>---
>>>To manage subscriptions click here: 
>>>http://lyris.sunbelt-software.com/read/my_forums/
>>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>>with the body: unsubscribe ntsysadmin
>>>
>>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
I'm glad you said that, was afraid it was just me.
 
-lc


>
> From: Don Kuhlman 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 11:48 AM
>Subject: Re: Looking for an odd item
> 
>
>Sorry - my list responses are being delayed today so I just posted the same 
>suggestion - NEVERMIND
>
>
>
>
> From: Ralph Smith 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 9:51 AM
>Subject: RE: Looking for an odd item
> 
>
>How about throwing a USB card in the computer?
> 
>From:leedoug...@pellis.com [mailto:leedoug...@pellis.com] On Behalf Of Lee 
>Douglas
>Sent: Tuesday, April 17, 2012 10:39 AM
>To: NT System Admin Issues
>Subject: Re: Looking for an odd item
> 
>http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113 
>On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez  wrote:
>To all,
>I know that there is a USB to Parallel Centronics Interface Cable.
>But, is there a 25 pin Parallel to USB Interface Cable?
>I have an old PC that is running Windows 98 SE, and I need to replace the 
>printer. It's not on the network, else I could print to the new printer via 
>IP. Plus, management doesn't want it on the network.
>Anyone seen an animal like this? And if so, who carries it?
>TIA
>Daniel
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~
   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
> 
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Hooray, I'm moving to VMware!

2012-04-17 Thread Steven Peck
The 2 day virtual launch event had a similiar question and he answered
with, SCVMM to manage your guests and vCenter to manage your hosts.  Manage
your guests as in deployments, patching etc.

I say this as a pass along.  I am still gathering the hardware to build my
own little 'private cloud' environment to see what it all looks like.  I
will say the demo looked pretty cool though.

Steven Peck
http://www.blkmtn.org



On Mon, Apr 16, 2012 at 9:18 PM, Ken Schaefer  wrote:

>  SCVMM 2008 has limitations on what it can manage – so you’ll still be
> breaking out the VMware tools to manage your VMWare side. Dunno about SCVMM
> 2012
>
> ** **
>
> Cheers
>
> Ken
>
> ** **
>
> *From:* Andrew S. Baker [mailto:asbz...@gmail.com]
> *Sent:* Tuesday, 17 April 2012 2:31 AM
>
> *To:* NT System Admin Issues
> *Subject:* Re: Hooray, I'm moving to VMware!
>
> ** **
>
> System Center Virtual Machine Manager can manage both your VMWare and
> Hyper-V hosts...
>
>- http://technet.microsoft.com/en-us/library/hh546770.aspx
>- http://technet.microsoft.com/en-us/library/gg610610.aspx 
>
>  ** **
>
> And there are backup solutions which are pointed at your HyperV host and
> will backup all the guests, yes.
>
> ** **
>
> *ASB*
>
> *http://XeeMe.com/AndrewBaker*
>
> *Harnessing the Advantages of Technology for the SMB market…*
>
>
>
> 
>
> On Mon, Apr 16, 2012 at 12:28 PM, Paul Hutchings <
> paul.hutchi...@mira.co.uk> wrote:
>
> I didn't think you could point Veeam (or whatever HyperV aware backup app
> you're using) to a single entity like you can vCenter and have it backup
> every VM that's in your cluster?  If you can that's great to know as I
> always wondered how it coped with doing incremental backups of a VM when
> it's been moved between hosts if it addresses each host individually. 
>
> ** **
>
> On the domain point, so can you have several Hyper-V hosts that aren't
> domain members but still manage them as a single entity/cluster?  Basically
> what's the Hyper-V equivalent of a vCenter server?
>
> ** **
>
> Like I said I haven't used it but I thought those were both things about
> it that didn't seem quite as "polished" as VMware?
>   --
>
> *From:* Andrew S. Baker [asbz...@gmail.com]
> *Sent:* 16 April 2012 4:55 PM
>
>
> *To:* NT System Admin Issues
> *Subject:* Re: Hooray, I'm moving to VMware!
>
>  ** **
>
> *>> Single "thing" to point backups at - I believe you have to backup
> Hyper-V boxes individually?
> *
>
> No, you don't have to back them up individually.   Lots of 3rd party
> options here.
>
>
> *>> No dependency on the domain being present which can put you in a
> "fun" situation if you have to power everything off and on again.
> *
> Your Hyper-V server need not be a domain member. 
>
>   ** **
>
> *ASB*
>
> *http://XeeMe.com/AndrewBaker*
>
> *Harnessing the Advantages of Technology for the SMB market…*
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Mcafee Bad Dats again... Affecting Groupshield

2012-04-17 Thread Ziots, Edward
McAfee has confirmed that incremental DAT 6682 may trigger message scan 
failures and a system crash in GroupShield Exchange (MSME), GroupShield Domino, 
and McAfee Email Gateway 7 (MEG).  McAfee recommends that customers do NOT 
upload DAT 6682.
More information will be available on the McAfee KnowledgeBase 
(https://mysupport.mcafee.com  ) in article 
KB70380 (https://kc.mcafee.com/corporate/index?page=content&id=KB70380). Please 
check back to this KB article for further updates.

It hit us last night, be advised….

 

Z

 

Edward Ziots

CISSP, Security +, Network +

Security Engineer

Lifespan Organization

ezi...@lifespan.org

 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Daniel Rodriguez
Jack,

You may be right. My issue with that is if the controller has USB Driver
for Windows 98 SE.

Daniel
On Apr 17, 2012 11:57 AM, "Kramer, Jack"  wrote:

>   No such thing exists. Buy a USB controller.
>
>  
> Jack Kramer
> Manager of Information Technology
> Office of Communications and Brand Strategy
> Michigan State University
> w: 517-884-1231 / c: 248-635-4955
>
>   From: Daniel Rodriguez 
> Reply-To: NT System Admin Issues 
> Date: Tue, 17 Apr 2012 11:14:09 -0400
> To: NT System Admin Issues 
> Subject: Re: Looking for an odd item
>
>  Close... But no cigar.
>
> This device still plugs into the computer on the USB Side.
>
> What I am looking for is somthing that plugs into the parallel connector
> on the PC Side and then to the USB port on the printer.
>
> Thanks, though.
>
> Daniel
> On Apr 17, 2012 10:43 AM, "Lee Douglas"  wrote:
>
>>
>> http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113
>>
>>
>> On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez wrote:
>>
>>> To all,
>>>
>>> I know that there is a USB to Parallel Centronics Interface Cable.
>>>
>>> But, is there a 25 pin Parallel to USB Interface Cable?
>>>
>>> I have an old PC that is running Windows 98 SE, and I need to replace
>>> the printer. It's not on the network, else I could print to the new printer
>>> via IP. Plus, management doesn't want it on the network.
>>>
>>> Anyone seen an animal like this? And if so, who carries it?
>>>
>>> TIA
>>>
>>> Daniel
>>>
>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Jonathan Link
It's what he does...

On Tue, Apr 17, 2012 at 12:31 PM, Lora Cates wrote:

> It wasn't the most professional response for sure.
>
> -lc
>
>   --
> *From:* Jonathan Link 
> *To:* NT System Admin Issues 
> *Sent:* Tuesday, April 17, 2012 9:56 AM
>
> *Subject:* Re: Looking for an odd item
>
> You slay me.
>
> On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan wrote:
>
> http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>
> Mack S. Bolan
>
>
>
>
> On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez wrote:
>
> To all,
> I know that there is a USB to Parallel Centronics Interface Cable.
> But, is there a 25 pin Parallel to USB Interface Cable?
> I have an old PC that is running Windows 98 SE, and I need to replace the
> printer. It's not on the network, else I could print to the new printer via
> IP. Plus, management doesn't want it on the network.
> Anyone seen an animal like this? And if so, who carries it?
> TIA
> Daniel
>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Daniel Rodriguez
Nope. This cable is like the others. Sorry.
Daniel
On Apr 17, 2012 12:18 PM, "John Cook"  wrote:

>  ** **
>
>
> http://www.newegg.com/Product/Product.aspx?Item=N82E16812119243&nm_mc=KNC-GoogleAdwords&cm_mmc=KNC-GoogleAdwords-_-pla-_-NA-_-NA
> 
>
>  *John W. Cook*
>
> *Network Operations Manager*
>
> *Partnership For Strong Families*
>
> *5950 NW 1st Place*
>
> *Gainesville, Fl 32607*
>
> *Office (352) 244-1610*
>
> *Cell (352) 215-6944*
>
> *MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP**4, VTSP4*
>
> ** **
>
> *From:* Graeme Carstairs [mailto:loonyto...@gmail.com]
> *Sent:* Tuesday, April 17, 2012 11:20 AM
> *To:* NT System Admin Issues
> *Subject:* Re: Looking for an odd item
>
> ** **
>
> Sorry but I may be missing something but aren't all these suggestions for
> connecting a Parralel printer to a USB port on a PC.
>
> ** **
>
> My understanding is he was wanting to connect a USB printer to
> a parallel port on a PC
>
>
> I may be wrong
>
> ** **
>
> ** **
>
> On 17 April 2012 15:56, Jonathan Link  wrote:
>
> You slay me.
>
> On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan 
> wrote:
>
> http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>
> Mack S. Bolan
>
>
>
>
> 
>
> On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez 
> wrote:
>
> To all,
>
> I know that there is a USB to Parallel Centronics Interface Cable.
>
> But, is there a 25 pin Parallel to USB Interface Cable?
>
> I have an old PC that is running Windows 98 SE, and I need to replace the
> printer. It's not on the network, else I could print to the new printer via
> IP. Plus, management doesn't want it on the network.
>
> Anyone seen an animal like this? And if so, who carries it?
>
> TIA
>
> Daniel
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ** **
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
>
> 
>
> ** **
>
> --
> Good news everyone, you have just received an e-mail from me!
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> 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 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.
>
> --
> CONFIDENTIALITY STATEMENT: The information transmitted, or contained or
> attached to or with this Notice is intended only for the person or entity
> to which it is addressed and may contain Protected Health Information
> (PHI), confidential and/or privileged material. Any review, transmission,
> dissemination, or other use of, and taking any action in reliance upon this
> information by persons or entities other than the intended recipient
> without the express written consent of the sender are prohibited. This
> information may be protected by the Health Insurance Portability and
> Accountability Act of 1996 (HIPAA), and other Federal and Florida laws.
> Improper or unauthorized use or disclosure of this information could result
> in civil and/or criminal penalties.
> Consider the environment. Please don't print this e-mail unless you really
> need to.
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware

Re: Looking for an odd item

2012-04-17 Thread Don Kuhlman
Sorry - my list responses are being delayed today so I just posted the same 
suggestion - NEVERMIND



 From: Ralph Smith 
To: NT System Admin Issues  
Sent: Tuesday, April 17, 2012 9:51 AM
Subject: RE: Looking for an odd item
 

How about throwing a USB card in the computer?
 
From:leedoug...@pellis.com [mailto:leedoug...@pellis.com] On Behalf Of Lee 
Douglas
Sent: Tuesday, April 17, 2012 10:39 AM
To: NT System Admin Issues
Subject: Re: Looking for an odd item
 
http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113 
On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez  wrote:
To all,
I know that there is a USB to Parallel Centronics Interface Cable.
But, is there a 25 pin Parallel to USB Interface Cable?
I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via IP. 
Plus, management doesn't want it on the network.
Anyone seen an animal like this? And if so, who carries it?
TIA
Daniel
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
 
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Daniel Rodriguez
Ever seen a Kluge Printing Press? Well, this computer is a close cousin.

Daniel
On Apr 17, 2012 12:12 PM, "Jonathan Link"  wrote:

> If you're going for a kludge, might as well take it to the max and kludge
> it all the way up.
>
> On Tue, Apr 17, 2012 at 11:17 AM, Daniel Rodriguez wrote:
>
>> Not quite. Needs to be the 'B' connector on the USB Side.
>>
>> On Apr 17, 2012 10:48 AM, "Lora Cates"  wrote:
>>
>>> Will this work for you?
>>> http://www.amazon.com/DB25-Parallel-Printer-adapter-Cable/dp/B005CFTGA8
>>>
>>> -lc
>>>
>>>   --
>>> *From:* Daniel Rodriguez 
>>> *To:* NT System Admin Issues 
>>> *Sent:* Tuesday, April 17, 2012 9:27 AM
>>>
>>> *Subject:* Looking for an odd item
>>>
>>> To all,
>>> I know that there is a USB to Parallel Centronics Interface Cable.
>>> But, is there a 25 pin Parallel to USB Interface Cable?
>>> I have an old PC that is running Windows 98 SE, and I need to replace
>>> the printer. It's not on the network, else I could print to the new printer
>>> via IP. Plus, management doesn't want it on the network.
>>> Anyone seen an animal like this? And if so, who carries it?
>>> TIA
>>> Daniel
>>>  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>>
>>>   ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Don Kuhlman
Maybe this is better - 

http://www.amazon.com/GTMax-RS232-Serial-Adapter-Female/dp/B004T5V0KG


Or what about just putting a pci card in the computer with USB ports on it?




 From: Daniel Rodriguez 
To: NT System Admin Issues  
Sent: Tuesday, April 17, 2012 10:17 AM
Subject: Re: Looking for an odd item
 

Not quite. Needs to be the 'B' connector on the USB Side.


On Apr 17, 2012 10:48 AM, "Lora Cates"  wrote:

Will this work for you?  
>http://www.amazon.com/DB25-Parallel-Printer-adapter-Cable/dp/B005CFTGA8 
>
> 
>-lc
>
>
>>
>> From: Daniel Rodriguez 
>>To: NT System Admin Issues  
>>Sent: Tuesday, April 17, 2012 9:27 AM
>>Subject: Looking for an odd item
>> 
>>
>>To all,
>>I know that there is a USB to Parallel Centronics Interface Cable.
>>But, is there a 25 pin Parallel to USB Interface Cable?
>>I have an old PC that is running Windows 98 SE, and I need to replace the 
>>printer. It's not on the network, else I could print to the new printer via 
>>IP. Plus, management doesn't want it on the network.
>>Anyone seen an animal like this? And if so, who carries it?
>>TIA
>>Daniel
>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>>
>>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Wireless controller for 2 APs?

2012-04-17 Thread Paul Hutchings
Have a look at Ubiquiti Unifi.

From: Glen Johnson [gjohn...@vhcc.edu]
Sent: 17 April 2012 5:04 PM
To: NT System Admin Issues
Subject: RE: Wireless controller for 2 APs?

Unless you can foresee growth I don't think I would spend $ on a controller for 
only 2 ap's.

-Original Message-
From: Jon D [mailto:rekcahp...@gmail.com]
Sent: Tuesday, April 17, 2012 11:14 AM
To: NT System Admin Issues
Subject: Wireless controller for 2 APs?

I'm new to enterprise wireless. I'm setting up 2 APs to share out a fios 
connection for our conference rooms.
100% seperate from our corporate network.
Our IT consultants is trying to sell a cisco wireless controller to manage the 
APs.

Does this sound like overkill to anyone?
Do you really need a wireless controller to manage 2 APs?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


--
MIRA Ltd

Watling Street, Nuneaton, Warwickshire, CV10 0TU, England
Registered in England and Wales No. 402570
VAT Registration  GB 100 1464 84

The contents of this e-mail are confidential and are solely for the use of the 
intended recipient.  If you receive this e-mail in error, please delete it and 
notify us either by e-mail, telephone or fax.  You should not copy, forward or 
otherwise disclose the content of the e-mail as this is prohibited.


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



RE: Looking for an odd item

2012-04-17 Thread John Cook
Add this http://www.newegg.com/Product/Product.aspx?Item=N82E16812200414

 John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4

From: Daniel Rodriguez [mailto:drod...@gmail.com]
Sent: Tuesday, April 17, 2012 11:18 AM
To: NT System Admin Issues
Subject: Re: Looking for an odd item


Not quite. Needs to be the 'B' connector on the USB Side.
On Apr 17, 2012 10:48 AM, "Lora Cates" 
mailto:lora.ca...@rocketmail.com>> wrote:
Will this work for you?
http://www.amazon.com/DB25-Parallel-Printer-adapter-Cable/dp/B005CFTGA8

-lc

From: Daniel Rodriguez mailto:drod...@gmail.com>>
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Sent: Tuesday, April 17, 2012 9:27 AM
Subject: Looking for an odd item

To all,
I know that there is a USB to Parallel Centronics Interface Cable.
But, is there a 25 pin Parallel to USB Interface Cable?
I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via IP. 
Plus, management doesn't want it on the network.
Anyone seen an animal like this? And if so, who carries it?
TIA
Daniel
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

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 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.


CONFIDENTIALITY STATEMENT: The information transmitted, or contained or 
attached to or with this Notice is intended only for the person or entity to 
which it is addressed and may contain Protected Health Information (PHI), 
confidential and/or privileged material. Any review, transmission, 
dissemination, or other use of, and taking any action in reliance upon this 
information by persons or entities other than the intended recipient without 
the express written consent of the sender are prohibited. This information may 
be protected by the Health Insurance Portability and Accountability Act of 1996 
(HIPAA), and other Federal and Florida laws. Improper or unauthorized use or 
disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need 
to.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Lora Cates
It wasn't the most professional response for sure.
 
-lc


>
> From: Jonathan Link 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 9:56 AM
>Subject: Re: Looking for an odd item
> 
>
>You slay me.
>
>
>On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan  wrote:
>
>http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>>
>>Mack S. Bolan
>>
>>
>>
>>
>>
>>On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez  wrote:
>>
>>To all,
>>>I know that there is a USB to Parallel Centronics Interface Cable.
>>>But, is there a 25 pin Parallel to USB Interface Cable?
>>>I have an old PC that is running Windows 98 SE, and I need to replace the 
>>>printer. It's not on the network, else I could print to the new printer via 
>>>IP. Plus, management doesn't want it on the network.
>>>Anyone seen an animal like this? And if so, who carries it?
>>>TIA
>>>Daniel
>>>
>>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>>~   ~
>>>
>>>---
>>>To manage subscriptions click here: 
>>>http://lyris.sunbelt-software.com/read/my_forums/
>>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>>with the body: unsubscribe ntsysadmin
>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Whitelisting

2012-04-17 Thread Kurt Buff
What a cool way to subvert lots of machines at once! Hack the cloud,
and insert your own hashes.

I like it...


Kurt


On Tue, Apr 17, 2012 at 08:41, Stu Sjouwerman  wrote:
>
> I wrote a white paper about whitelisting from the perspective of a system 
> admin. If you are interested, here is a copy to the link of the PDF:
>
> https://s3.amazonaws.com/knowbe4.cdn/Whitelisting_WhitePaper.pdf
>
> Warm regards,
>
>
>
> Stu
>
>
>
> From: Andrew S. Baker [mailto:asbz...@gmail.com]
> Sent: Tuesday, April 17, 2012 7:10 AM
> To: NT System Admin Issues
> Subject: Re: Whitelisting
>
>
>
> Yes, it can address that scenario.
>
>
>
> You can sign the scripts you want to run, and disallow unsigned scripts.
>
>
>
> Does whitelisting solve world hunger, cure cancer or find livable space on 
> Mars?  No.   But it does address, more effectively, a huge range of threats 
> that are inadequately addressed by the traditional blacklisting approach of 
> current AV products.  It's even used within Windows directly to make the OS 
> more secure.  As a result, I will continue to use and recommend it to reduce 
> my threat landscape, leaving more time to intelligently address the threats 
> that it does not handle well.
>
> ASB
>
> http://XeeMe.com/AndrewBaker
>
> Harnessing the Advantages of Technology for the SMB market…
>
>
>
> On Tue, Apr 17, 2012 at 12:46 AM, Ken Schaefer  wrote:
>
> Let’s try another one: I use an exploit (or even just VBA automation) in Word 
> to password protect all your files. You need to pay me to get them back (or 
> maybe I don’t care whether you get them back, I just like inflicting pain – 
> aka like most mass market viruses)
>
>
>
> Does whitelisting address this scenario? No.
>
> Are exploits just going to move from the problem space solved by whitelisting 
> and to a new area that is not addressed by this technology? Yes
>
>
>
> It’s just like spam (and every other area where we have a constantly 
> escalated war of technology). Yet for some reason we don’t seem to be 
> learning that lesson.
>
>
>
> Cheers
>
> Ken
>
>
>
> From: Andrew S. Baker [mailto:asbz...@gmail.com]
> Sent: Tuesday, 17 April 2012 11:07 AM
>
>
> To: NT System Admin Issues
> Subject: Re: Whitelisting
>
>
>
> For any given environment, there will be less known good items that I want to 
> run, than known bad ones that I don't, not to mention all the unknown bad 
> ones that I don't know about yet.
>
>
>
> Managing the smaller list is *better*, not *perfect*.
>
>
>
> I haven't missed the point.  A flawed example is just that -- flawed.  But, 
> going beyond that and focusing on the principle itself, the blacklist is ALSO 
> vulnerable to the same issue.
>
>
>
> So, do you settle for the us both sharing your example problem, plus you 
> having a host of other ones that are greater than mine?  Or do you 
> acknowledge that the approach I favor creates a smaller attack surface area?
>
>
>
>
>
> ASB
>
> http://XeeMe.com/AndrewBaker
>
> Harnessing the Advantages of Technology for the SMB market…
>
>
>
> On Mon, Apr 16, 2012 at 3:33 PM, Ben Scott  wrote:
>
> On Mon, Apr 16, 2012 at 12:11 PM, Andrew S. Baker  wrote:
> >>> If it's an exploit, it's going to launch code.  The code
> >>> won't run in a whitelisting environment unless it's approved by the admin.
> >>
> >>        CMD /C DEL C:\*.* /S /Q /F /A
> >
>
> > A - Wouldn't work so nicely in 2008 and above, due to lack of elevated
> > rights
> >
> > B - Limited use infection  (since it destroys itself)
>
>  You're missing the point.  You're arguing against the example,
> rather than the principle.  Namely: It's possible to use a whitelisted
> application as an attack vector.[1]
>
>  You're also making another mistake -- you're seeing protection of
> the system as an end, rather than a means.  Nobody cares if the OS is
> intact if all the data is gone.  We protect the OS because we use the
> OS to protect the assets, not just for the sake of having a protected
> OS.
>
> -- Ben
>
> [1] To the original question: This doesn't mean blacklisting, i.e.,
> trying to identify and exclude "known bad" software, is the better
> alternative.
>
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt

Re: Wireless controller for 2 APs?

2012-04-17 Thread Kramer, Jack
If you want them to be a mesh network you probably need a controller, but it 
sounds like you might be just as well off with an access point in each 
conference room and calling it good. Put them on their own VLAN and make sure 
they're feeding into separate interfaces on your router. You don't even need 
commercial hardware if you just map the separate VLAN to the port in the room.


Jack Kramer
Manager of Information Technology
Office of Communications and Brand Strategy
Michigan State University
w: 517-884-1231 / c: 248-635-4955

From: Jon D mailto:rekcahp...@gmail.com>>
Reply-To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Date: Tue, 17 Apr 2012 11:14:23 -0400
To: NT System Admin Issues 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Subject: Wireless controller for 2 APs?

I'm new to enterprise wireless. I'm setting up 2 APs to share out a
fios connection for our conference rooms.
100% seperate from our corporate network.
Our IT consultants is trying to sell a cisco wireless controller to
manage the APs.

Does this sound like overkill to anyone?
Do you really need a wireless controller to manage 2 APs?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Wireless controller for 2 APs?

2012-04-17 Thread Glen Johnson
Unless you can foresee growth I don't think I would spend $ on a controller for 
only 2 ap's.

-Original Message-
From: Jon D [mailto:rekcahp...@gmail.com] 
Sent: Tuesday, April 17, 2012 11:14 AM
To: NT System Admin Issues
Subject: Wireless controller for 2 APs?

I'm new to enterprise wireless. I'm setting up 2 APs to share out a fios 
connection for our conference rooms.
100% seperate from our corporate network.
Our IT consultants is trying to sell a cisco wireless controller to manage the 
APs.

Does this sound like overkill to anyone?
Do you really need a wireless controller to manage 2 APs?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: Looking for an odd item

2012-04-17 Thread Daniel Rodriguez
Give that man a cigar!

That is exactly what I need.

Daniel
On Apr 17, 2012 11:40 AM, "Graeme Carstairs"  wrote:

> Sorry but I may be missing something but aren't all these suggestions for
> connecting a Parralel printer to a USB port on a PC.
>
> My understanding is he was wanting to connect a USB printer to
> a parallel port on a PC
>
>
> I may be wrong
>
>
>
> On 17 April 2012 15:56, Jonathan Link  wrote:
>
>> You slay me.
>>
>> On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan wrote:
>>
>>> http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>>>
>>> Mack S. Bolan
>>>
>>>
>>>
>>>
>>> On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez wrote:
>>>
 To all,

 I know that there is a USB to Parallel Centronics Interface Cable.

 But, is there a 25 pin Parallel to USB Interface Cable?

 I have an old PC that is running Windows 98 SE, and I need to replace
 the printer. It's not on the network, else I could print to the new printer
 via IP. Plus, management doesn't want it on the network.

 Anyone seen an animal like this? And if so, who carries it?

 TIA

 Daniel

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~   ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

>>>
>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>
>
>
> --
> Good news everyone, you have just received an e-mail from me!
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread John Cook

http://www.newegg.com/Product/Product.aspx?Item=N82E16812119243&nm_mc=KNC-GoogleAdwords&cm_mmc=KNC-GoogleAdwords-_-pla-_-NA-_-NA
 John W. Cook
Network Operations Manager
Partnership For Strong Families
5950 NW 1st Place
Gainesville, Fl 32607
Office (352) 244-1610
Cell (352) 215-6944
MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP4, VTSP4

From: Graeme Carstairs [mailto:loonyto...@gmail.com]
Sent: Tuesday, April 17, 2012 11:20 AM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

Sorry but I may be missing something but aren't all these suggestions for 
connecting a Parralel printer to a USB port on a PC.

My understanding is he was wanting to connect a USB printer to a parallel port 
on a PC


I may be wrong


On 17 April 2012 15:56, Jonathan Link 
mailto:jonathan.l...@gmail.com>> wrote:
You slay me.
On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan 
mailto:mack.bola...@gmail.com>> wrote:
http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable

Mack S. Bolan



On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez 
mailto:drod...@gmail.com>> wrote:

To all,

I know that there is a USB to Parallel Centronics Interface Cable.

But, is there a 25 pin Parallel to USB Interface Cable?

I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via IP. 
Plus, management doesn't want it on the network.

Anyone seen an animal like this? And if so, who carries it?

TIA

Daniel

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



--
Good news everyone, you have just received an e-mail from me!

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

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 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.


CONFIDENTIALITY STATEMENT: The information transmitted, or contained or 
attached to or with this Notice is intended only for the person or entity to 
which it is addressed and may contain Protected Health Information (PHI), 
confidential and/or privileged material. Any review, transmission, 
dissemination, or other use of, and taking any action in reliance upon this 
information by persons or entities other than the intended recipient without 
the express written consent of the sender are prohibited. This information may 
be protected by the Health Insurance Portability and Accountability Act of 1996 
(HIPAA), and other Federal and Florida laws. Improper or unauthorized use or 
disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need 
to.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Christopher Bodnar
What if you added this? 

http://www.amazon.com/USB-Type-Female-Male-Adapter/dp/B000AA2SMS



Christopher Bodnar 
Enterprise Achitect I, Corporate Office of Technology:Enterprise 
Architecture and Engineering Services 
Tel 610-807-6459 
3900 Burgess Place, Bethlehem, PA 18017 
christopher_bod...@glic.com 




The Guardian Life Insurance Company of America

www.guardianlife.com 







From:   Daniel Rodriguez 
To: "NT System Admin Issues" 
Date:   04/17/2012 11:35 AM
Subject:Re: Looking for an odd item



Not quite. Needs to be the 'B' connector on the USB Side.

On Apr 17, 2012 10:48 AM, "Lora Cates"  wrote:
Will this work for you?  
http://www.amazon.com/DB25-Parallel-Printer-adapter-Cable/dp/B005CFTGA8 
 
-lc
From: Daniel Rodriguez 
To: NT System Admin Issues  
Sent: Tuesday, April 17, 2012 9:27 AM
Subject: Looking for an odd item

To all,
I know that there is a USB to Parallel Centronics Interface Cable.
But, is there a 25 pin Parallel to USB Interface Cable?
I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer 
via IP. Plus, management doesn't want it on the network.
Anyone seen an animal like this? And if so, who carries it?
TIA
Daniel
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


-
This message, and any attachments to it, may contain information
that is privileged, confidential, and exempt from disclosure under
applicable law.  If the reader of this message is not the intended
recipient, you are notified that any use, dissemination,
distribution, copying, or communication of this message is strictly
prohibited.  If you have received this message in error, please
notify the sender immediately by return e-mail and delete the
message and any attachments.  Thank you.
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin<>

RE: Whitelisting

2012-04-17 Thread Stu Sjouwerman
I wrote a white paper about whitelisting from the perspective of a system 
admin. If you are interested, here is a copy to the link of the PDF:
https://s3.amazonaws.com/knowbe4.cdn/Whitelisting_WhitePaper.pdf
Warm regards,

Stu

From: Andrew S. Baker [mailto:asbz...@gmail.com]
Sent: Tuesday, April 17, 2012 7:10 AM
To: NT System Admin Issues
Subject: Re: Whitelisting

Yes, it can address that scenario.

You can sign the scripts you want to run, and disallow unsigned scripts.

Does whitelisting solve world hunger, cure cancer or find livable space on 
Mars?  No.   But it does address, more effectively, a huge range of threats 
that are inadequately addressed by the traditional blacklisting approach of 
current AV products.  It's even used within Windows directly to make the OS 
more secure.  As a result, I will continue to use and recommend it to reduce my 
threat landscape, leaving more time to intelligently address the threats that 
it does not handle well.
ASB

http://XeeMe.com/AndrewBaker

Harnessing the Advantages of Technology for the SMB market...



On Tue, Apr 17, 2012 at 12:46 AM, Ken Schaefer 
mailto:k...@adopenstatic.com>> wrote:
Let's try another one: I use an exploit (or even just VBA automation) in Word 
to password protect all your files. You need to pay me to get them back (or 
maybe I don't care whether you get them back, I just like inflicting pain - aka 
like most mass market viruses)

Does whitelisting address this scenario? No.
Are exploits just going to move from the problem space solved by whitelisting 
and to a new area that is not addressed by this technology? Yes

It's just like spam (and every other area where we have a constantly escalated 
war of technology). Yet for some reason we don't seem to be learning that 
lesson.

Cheers
Ken

From: Andrew S. Baker [mailto:asbz...@gmail.com]
Sent: Tuesday, 17 April 2012 11:07 AM

To: NT System Admin Issues
Subject: Re: Whitelisting

For any given environment, there will be less known good items that I want to 
run, than known bad ones that I don't, not to mention all the unknown bad ones 
that I don't know about yet.

Managing the smaller list is *better*, not *perfect*.

I haven't missed the point.  A flawed example is just that -- flawed.  But, 
going beyond that and focusing on the principle itself, the blacklist is ALSO 
vulnerable to the same issue.

So, do you settle for the us both sharing your example problem, plus you having 
a host of other ones that are greater than mine?  Or do you acknowledge that 
the approach I favor creates a smaller attack surface area?


ASB

http://XeeMe.com/AndrewBaker

Harnessing the Advantages of Technology for the SMB market...


On Mon, Apr 16, 2012 at 3:33 PM, Ben Scott 
mailto:mailvor...@gmail.com>> wrote:
On Mon, Apr 16, 2012 at 12:11 PM, Andrew S. Baker 
mailto:asbz...@gmail.com>> wrote:
>>> If it's an exploit, it's going to launch code.  The code
>>> won't run in a whitelisting environment unless it's approved by the admin.
>>
>>CMD /C DEL C:\*.* /S /Q /F /A
>
> A - Wouldn't work so nicely in 2008 and above, due to lack of elevated
> rights
>
> B - Limited use infection  (since it destroys itself)
 You're missing the point.  You're arguing against the example,
rather than the principle.  Namely: It's possible to use a whitelisted
application as an attack vector.[1]

 You're also making another mistake -- you're seeing protection of
the system as an end, rather than a means.  Nobody cares if the OS is
intact if all the data is gone.  We protect the OS because we use the
OS to protect the assets, not just for the sake of having a protected
OS.

-- Ben

[1] To the original question: This doesn't mean blacklisting, i.e.,
trying to identify and exclude "known bad" software, is the better
alternative.


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Daniel Rodriguez
Printer is already conncted to the network, so cross-over is scratched out.

I am leaning to install a USB adapter that supports USB 2.0, but am
concerned about tbe other devices connected to the box, already. Don't mind
taking the cover off to perform some minor sugery. Just don't want to
lombotomize the patient in the process.

Daniel
 On Apr 17, 2012 11:20 AM, "Ken Cornetet"  wrote:

> I don’t think such a thing exists, although I could be wrong. 
>
> ** **
>
> I think your best bet (provided this is a desktop machine) is to find a
> USB card that has Windows 98 drivers.
>
> ** **
>
> Next best bet would be to install a second NIC and use a crossover cable
> to connect to the printer (set it up for a private IP space).
>
> ** **
>
> Ken Cornetet 812.482.8499
>
> To err is human - to moo, bovine.
>
> ** **
>
> *From:* Daniel Rodriguez [mailto:drod...@gmail.com]
> *Sent:* Tuesday, April 17, 2012 10:28 AM
> *To:* NT System Admin Issues
> *Subject:* Looking for an odd item
>
> ** **
>
> To all,
>
> I know that there is a USB to Parallel Centronics Interface Cable.
>
> But, is there a 25 pin Parallel to USB Interface Cable?
>
> I have an old PC that is running Windows 98 SE, and I need to replace the
> printer. It's not on the network, else I could print to the new printer via
> IP. Plus, management doesn't want it on the network.
>
> Anyone seen an animal like this? And if so, who carries it?
>
> TIA
>
> Daniel
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Graeme Carstairs
Sorry but I may be missing something but aren't all these suggestions for
connecting a Parralel printer to a USB port on a PC.

My understanding is he was wanting to connect a USB printer to
a parallel port on a PC


I may be wrong



On 17 April 2012 15:56, Jonathan Link  wrote:

> You slay me.
>
> On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan wrote:
>
>> http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>>
>> Mack S. Bolan
>>
>>
>>
>>
>> On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez wrote:
>>
>>> To all,
>>>
>>> I know that there is a USB to Parallel Centronics Interface Cable.
>>>
>>> But, is there a 25 pin Parallel to USB Interface Cable?
>>>
>>> I have an old PC that is running Windows 98 SE, and I need to replace
>>> the printer. It's not on the network, else I could print to the new printer
>>> via IP. Plus, management doesn't want it on the network.
>>>
>>> Anyone seen an animal like this? And if so, who carries it?
>>>
>>> TIA
>>>
>>> Daniel
>>>
>>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>> ~   ~
>>>
>>> ---
>>> To manage subscriptions click here:
>>> http://lyris.sunbelt-software.com/read/my_forums/
>>> or send an email to listmana...@lyris.sunbeltsoftware.com
>>> with the body: unsubscribe ntsysadmin
>>>
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>



-- 
Good news everyone, you have just received an e-mail from me!

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Wireless controller for 2 APs?

2012-04-17 Thread Jon D
I'm new to enterprise wireless. I'm setting up 2 APs to share out a
fios connection for our conference rooms.
100% seperate from our corporate network.
Our IT consultants is trying to sell a cisco wireless controller to
manage the APs.

Does this sound like overkill to anyone?
Do you really need a wireless controller to manage 2 APs?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Daniel Rodriguez
Close... But no cigar.

This device still plugs into the computer on the USB Side.

What I am looking for is somthing that plugs into the parallel connector on
the PC Side and then to the USB port on the printer.

Thanks, though.

Daniel
On Apr 17, 2012 10:43 AM, "Lee Douglas"  wrote:

>
> http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113
>
>
> On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez wrote:
>
>> To all,
>>
>> I know that there is a USB to Parallel Centronics Interface Cable.
>>
>> But, is there a 25 pin Parallel to USB Interface Cable?
>>
>> I have an old PC that is running Windows 98 SE, and I need to replace the
>> printer. It's not on the network, else I could print to the new printer via
>> IP. Plus, management doesn't want it on the network.
>>
>> Anyone seen an animal like this? And if so, who carries it?
>>
>> TIA
>>
>> Daniel
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Ken Cornetet
I don’t think such a thing exists, although I could be wrong.

I think your best bet (provided this is a desktop machine) is to find a USB 
card that has Windows 98 drivers.

Next best bet would be to install a second NIC and use a crossover cable to 
connect to the printer (set it up for a private IP space).

Ken Cornetet 812.482.8499
To err is human - to moo, bovine.

From: Daniel Rodriguez [mailto:drod...@gmail.com]
Sent: Tuesday, April 17, 2012 10:28 AM
To: NT System Admin Issues
Subject: Looking for an odd item


To all,

I know that there is a USB to Parallel Centronics Interface Cable.

But, is there a 25 pin Parallel to USB Interface Cable?

I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via IP. 
Plus, management doesn't want it on the network.

Anyone seen an animal like this? And if so, who carries it?

TIA

Daniel

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Looking for an odd item

2012-04-17 Thread Jonathan Link
You slay me.

On Tue, Apr 17, 2012 at 10:40 AM, Mack Bolan  wrote:

> http://www.lmgtfy.com/?q=25+pin+Parallel+to+USB+Interface+Cable
>
> Mack S. Bolan
>
>
>
>
> On Tue, Apr 17, 2012 at 9:27 AM, Daniel Rodriguez wrote:
>
>> To all,
>>
>> I know that there is a USB to Parallel Centronics Interface Cable.
>>
>> But, is there a 25 pin Parallel to USB Interface Cable?
>>
>> I have an old PC that is running Windows 98 SE, and I need to replace the
>> printer. It's not on the network, else I could print to the new printer via
>> IP. Plus, management doesn't want it on the network.
>>
>> Anyone seen an animal like this? And if so, who carries it?
>>
>> TIA
>>
>> Daniel
>>
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>> ---
>> To manage subscriptions click here:
>> http://lyris.sunbelt-software.com/read/my_forums/
>> or send an email to listmana...@lyris.sunbeltsoftware.com
>> with the body: unsubscribe ntsysadmin
>>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Looking for an odd item

2012-04-17 Thread Ralph Smith
How about throwing a USB card in the computer?

 

From: leedoug...@pellis.com [mailto:leedoug...@pellis.com] On Behalf Of
Lee Douglas
Sent: Tuesday, April 17, 2012 10:39 AM
To: NT System Admin Issues
Subject: Re: Looking for an odd item

 

http://www.tigerdirect.com/applications/SearchTools/item-details.asp?Edp
No=3276555&Sku=ULT40113 

On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez 
wrote:

To all,

I know that there is a USB to Parallel Centronics Interface Cable.

But, is there a 25 pin Parallel to USB Interface Cable?

I have an old PC that is running Windows 98 SE, and I need to replace
the printer. It's not on the network, else I could print to the new
printer via IP. Plus, management doesn't want it on the network.

Anyone seen an animal like this? And if so, who carries it?

TIA

Daniel

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Don Kuhlman
Quick search came up with this...

http://www.google.com/products/catalog?client=safari&rls=en&q=parallel+printer+to+usb+adapter&oe=UTF-8&um=1&ie=UTF-8&tbm=shop&cid=3147001133998404647&sa=X&ei=zoCNT8nUEoLe2AXw3K3yCw&ved=0CJgBEPMCMAE#ps-sellers


http://www.walmart.com/ip/13215747?adid=227000296039&wmlspartner=wlpa&wl0=&wl1=g&wl2=&wl3=13686867670&wl4=&wl5=pla


http://www.officedepot.com/a/products/956865/Cables-To-Go-USB-to-DB25/




 From: Daniel Rodriguez 
To: NT System Admin Issues  
Sent: Tuesday, April 17, 2012 9:27 AM
Subject: Looking for an odd item
 

To all,
I know that there is a USB to Parallel Centronics Interface Cable.
But, is there a 25 pin Parallel to USB Interface Cable?
I have an old PC that is running Windows 98 SE, and I need to replace the 
printer. It's not on the network, else I could print to the new printer via IP. 
Plus, management doesn't want it on the network.
Anyone seen an animal like this? And if so, who carries it?
TIA
Daniel

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lora Cates
Will this work for you?  
http://www.amazon.com/DB25-Parallel-Printer-adapter-Cable/dp/B005CFTGA8 

 
-lc


>
> From: Daniel Rodriguez 
>To: NT System Admin Issues  
>Sent: Tuesday, April 17, 2012 9:27 AM
>Subject: Looking for an odd item
> 
>
>To all,
>I know that there is a USB to Parallel Centronics Interface Cable.
>But, is there a 25 pin Parallel to USB Interface Cable?
>I have an old PC that is running Windows 98 SE, and I need to replace the 
>printer. It's not on the network, else I could print to the new printer via 
>IP. Plus, management doesn't want it on the network.
>Anyone seen an animal like this? And if so, who carries it?
>TIA
>Daniel
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Looking for an odd item

2012-04-17 Thread Lee Douglas
http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=3276555&Sku=ULT40113


On Tue, Apr 17, 2012 at 10:27 AM, Daniel Rodriguez wrote:

> To all,
>
> I know that there is a USB to Parallel Centronics Interface Cable.
>
> But, is there a 25 pin Parallel to USB Interface Cable?
>
> I have an old PC that is running Windows 98 SE, and I need to replace the
> printer. It's not on the network, else I could print to the new printer via
> IP. Plus, management doesn't want it on the network.
>
> Anyone seen an animal like this? And if so, who carries it?
>
> TIA
>
> Daniel
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

  1   2   >