Re: Powershell question - property to determine group vs user, using Quest Get-QADUser

2012-10-05 Thread Rob Bonfiglio
I think this should work for you:
$TheUsers = Get-QADGroupMember $GroupName | where {$_.type -eq 'user'} |
Select Name | Sort Name

On Fri, Oct 5, 2012 at 11:36 AM, Michael Leone oozerd...@gmail.com wrote:

 I'm confused about something. I am writing a Powershell script, using
 the Quest AD CMDLETs. I have a list of groups that I need to retrieve
 the membership list for. But I don't want any group members that are
 themselves groups (i.e., no nested groups); I only want users. And I
 am not sure how best to accomplish this. At the moment, my script
 loops thought my list of groups, and I get the list of names who are
 members:

 $TheUsers = Get-QADGroupMember $GroupName | Select Name | Sort -property
 Name

 I then loop through the returned user list and output individual user
 accounts that are not disabled into a spreadsheet.

 ForEach ($User in $TheUsers)
 {
 $Employee = Get-QADUser $User.Name
 $DisabledUser = $Employee.AccountIsDisabled
 IF ( $DisabledUser -eq $false )
 {
 $Cells.Item($CurrentRow, $CurrentCol) =
 $GroupCounter

 (I don't want to make the pipelining too complicated, in case the
 other guys need to maintain this script in my absence)

 And so forth. But what I don't know is how to determine that $Employee
 is a person and not a group. I'm sure it's simple and pretty much
 staring me in the face, but I'm not seeing it. Groups have no
 AccountIsDisabled property, apparently, so any groups who are
 members of the group I am searching are not falling through into the
 section that formats the spreadsheet.

 SO: when I do a Get-QADUser someuser, what property should I be
 looking at  to determine that someuser is actually a group? Then I
 can modify my IF statement appropriately.

 Thanks, and sorry for being such a n00b at this ...

 ~ 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! ~
~ 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

Re: Earthquake!!!!!!

2011-08-23 Thread Rob Bonfiglio
In DC and we felt it here.  I have family in NY who felt it.

On Tue, Aug 23, 2011 at 2:45 PM, Guyer, Don don.gu...@fiserv.com wrote:

  I was gonna post up…

 ** **

 Yes, here in King of Prussia and my kids reported it near the Phila
 airport.

 ** **

 First time for me.

 ** **

 *Don Guyer*

 Windows Systems Engineer

 RIM Operations Engineering Distributed – A Team, Tier 2

 Enterprise Technology Group

 *Fiserv*

 don.gu...@fiserv.com

 Office: 1-800-523-7282 x 1673

 Fax: 610-233-0404

 www.fiserv.com

 [image: Description: Frog Signature]

 ** **

 *From:* Christopher Bodnar [mailto:christopher_bod...@glic.com]
 *Sent:* Tuesday, August 23, 2011 2:41 PM
 *To:* NT System Admin Issues
 *Subject:* OT: Earthquake!!

 ** **

 Anyone on east coast feel it?  We did here in Pennsylvania.


 Chris Bodnar, MCSE, MCITP
 Technical Support III
 Distributed Systems Service Delivery - Intel Services
 Guardian Life Insurance Company of America
 Email: christopher_bod...@glic.com
 Phone: 610-807-6459
 Fax: 610-807-6003 - 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! ~
 ~ 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! ~
 ~ 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! ~
~ 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 ntsysadminimage001.jpg

Re: it.shavlik.com

2011-08-22 Thread Rob Bonfiglio
I saw this on the Hey, Scripting Guy blog.  It uses powershell to audit and
install Microsoft patches, and it sounds like it may do what you need it
to.  I haven't personally tried it myself yet.

http://blogs.technet.com/b/heyscriptingguy/archive/2011/08/13/use-powershell-to-audit-and-install-windows-patches.aspx

2011/8/22 Paul Hutchings paul.hutchi...@mira.co.uk

  I wondered if anyone uses this service?

 I'm looking for a low cost but reliable way of updating servers as I'm at
 the point where I have too many servers to want to log on to each one
 interactively and kick off patching, but don't really want to tell WSUS to
 automatically install patches, I want some level of manual control.

 Essentially I want WSUS with a deploy right now option, which it doesn't
 have.

 This service seems to fit my needs in that it isn't stupidly expensive and
 Shavlik are arguably the most trusted name in patching.

 I've tried it on a couple of servers and it seems fine, I'd appreciate any
 first-hand experiences though.

 Other than vmware Go Pro I'm not aware of anything similar that has
 published and reasonable pricing?

 Thanks,
 Paul
  --
  *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! ~
 ~ 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! ~
~ 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

Re: SIEM

2011-03-16 Thread Rob Bonfiglio
We went with Nitro for our new data center as well.  I was not part of the
eval process for that though, so I can't really answer too many questions
about it.

On Wed, Mar 16, 2011 at 11:48 AM, Kevin Lundy klu...@gmail.com wrote:

 I do believe MARS is on life support.

 We evaluated Nitro Security appliances (FIPS certified), along with Splunk,
 Arcsight and one other whose name is escaping me.  We liked Splunk's search
 for IT perspective, but didn't like having to build all the rules and
 alerts from scratch.  Once I get funding, I will likely go with Nitro.

   On Wed, Mar 16, 2011 at 11:42 AM, Weatherford, Chad 
 cweatherf...@scvl.com wrote:

  We have MARS…but rumor is its days are numbered. Not to mention you
 cannot get details or customize alerts.



 I just finished implementing TriGeo. So far I really like it and support
 is great!







 *Chad Weatherford* | Network/Security Administrator | *Shoe Carnival,
 Inc. **| *(:812.867.8314 | 7: 812.471.9866 | *: *cweatherf...@scvl.com*



 *From:* Matthew Bullock [mailto:mbull...@root9.com]
 *Sent:* Monday, March 14, 2011 15:29

 *To:* NT System Admin Issues
 *Subject:* RE: SIEM



 Just the general splunk product.



 Trustwave is the PCI auditor and they were trying to sell us their
 appliance during the last audit.  One requirement for us is that the product
 be available as a software virtual appliance, so I’ll check on their
 offering again.



 I’ll also dig around SC, thanks.



 *From:* Andrew S. Baker [mailto:asbz...@gmail.com]
 *Sent:* Monday, March 14, 2011 10:59 AM
 *To:* NT System Admin Issues
 *Subject:* Re: SIEM



 Did you look at the security product, or just the general Splunk product?



 Also look at TrustWave.



 Lastly, SC Magazine is one of the best sources for useful reviews on this
 category of products.  They are thorough in their review methodology.



 *ASB *(Find me online via About.Me http://about.me/Andrew.S.Baker/bio)
 *Exploiting Technology for Business Advantage...**
 *
 * *



 On Mon, Mar 14, 2011 at 1:20 PM, Matthew Bullock mbull...@root9.com
 wrote:

 I took a look at Splunk 6 months ago, but decided it was a bit raw and
 didn’t have enough built-in reports.  I’d like to see native support for
 Cisco IOS, ASA, IPS, SBC and NSEL, Windows WMI, Exchange, VMware, MS SQL,
 IIS, AD, maybe Avaya Communications Manager and UNIX/Linux/Syslog.



 -matt



 *From:* Andrew S. Baker [mailto:asbz...@gmail.com]
 *Sent:* Monday, March 14, 2011 9:40 AM
 *To:* NT System Admin Issues
 *Subject:* Re: SIEM



 Other options include:

- http://www.trigeo.com/
- http://www.splunk.com/view/enterprise-security-suite/SP-CAAAE8Z



 What devices will you be tracking?



 *ASB *(Find me online via About.Me http://about.me/Andrew.S.Baker/bio)
 *Exploiting Technology for Business Advantage...**
 *
 * *



 On Mon, Mar 14, 2011 at 12:33 PM, Matthew Bullock mbull...@root9.com
 wrote:

 Does anyone have any experience/opinions with implementing SIEM or logging
 solutions?  Right now, we’re looking mainly at Accelops, Log Logic and Log
 Rhythm, as well as an upgrade to our existing Cisco MARS appliance and I
 would love to hear anyone’s thoughts on these or any other solutions worth
 looking into.



 Thanks,



 -matt



 ~ 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! ~
 ~ 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! ~
 ~ 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! ~
 ~ 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! ~
~ 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

Re: OT: 1st Microsoft Certified Career Conference

2010-11-10 Thread Rob Bonfiglio
If you look at the Content page it says you can view the recorded sessions
for 90 days after the event.

On Wed, Nov 10, 2010 at 10:20 AM, Raper, Jonathan - Eagle 
jra...@eaglemds.com wrote:

  Anyone heard of or planning on “attending” this virtual event? Some of
 the topics sound interesting, but I’ll be on the road most of the day and
 probably won’t be able to join. I’m wondering if the event will be available
 after the fact as an archive. Anyone have any insight?




 http://mctreadiness.com/MicrosoftCareerConferenceRegistration.aspx?pid=270CcpSubsiteID=191vdid=720vdg=1811016

 *What is it?* We've gathered the best minds in the industry, along with
 some of the most highly respected employers, for 24 hours of supercharged
 career development and networking.

 *Where is it?* This is a VIRTUAL event, so you can participate wherever
 and whenever best fits your schedule: at the office, at home, or anywhere
 you have Internet connectivity.

 *When is it?* November 18, 2010, beginning at 4:00 A.M. Pacific Time—three
 simultaneous tracks will be running for a continuous 24 hours.





 Jonathan L. Raper, A+, MCSA, MCSE
 Technology Coordinator
 Eagle Physicians  Associates, PA*
 *jra...@eaglemds.com*
 *www.eaglemds.com



 --
 Any medical information contained in this electronic message is
 CONFIDENTIAL and privileged. It is unlawful for unauthorized persons to
 view, copy, disclose, or disseminate CONFIDENTIAL information. This
 electronic message may contain information that is confidential and/or
 legally privileged. It is intended only for the use of the individual(s)
 and/or entity named as recipients in the message. If you are not an intended
 recipient of this message, please notify the sender immediately and delete
 this material from your computer. Do not deliver, distribute or copy this
 message, and do not disclose its contents or take any action in reliance on
 the information that it contains.

 ~ 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! ~
~ 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

Re: Massive computer outage halts some Va. agencies

2010-08-28 Thread Rob Bonfiglio
Looks like it's an EMC system:
http://www2.timesdispatch.com/news/news/2010/aug/28/vita28-ar-476845/

On Sat, Aug 28, 2010 at 12:59 AM, Steven M. Caesare scaes...@caesare.comwrote:

  SnapServer.



 -sc



 *From:* Sean Martin [mailto:seanmarti...@gmail.com]
 *Sent:* Friday, August 27, 2010 2:18 PM

 *To:* NT System Admin Issues
 *Subject:* Massive computer outage halts some Va. agencies




 http://hamptonroads.com.nyud.net/2010/08/massive-computer-outage-halts-some-va-agencies



 I'm really curious to know what SAN hardware they're using



 - Sean

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


 ---
 You are currently subscribed to ntsysadmin as: scaes...@caesare.com.
 To unsubscribe click here:
 http://lyris.sunbelt-software.com/u?id=7824811.914fa070a5e028b0bd82719d3485eff9n=Tl=ntsysadmino=9076928

 (It may be necessary to cut and paste the above URL if the line is broken)
 or send a blank email to
 leave-9076928-7824811.914fa070a5e028b0bd82719d3485e...@lyris.sunbelt-software.com

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


 ---
 You are currently subscribed to ntsysadmin as: robbonfig...@gmail.com.
 To unsubscribe click here:
 http://lyris.sunbelt-software.com/u?id=8249173.4ba3ac6275a0ac19e23d26a73dbf8f26n=Tl=ntsysadmino=9077347

 (It may be necessary to cut and paste the above URL if the line is broken)
 or send a blank email to
 leave-9077347-8249173.4ba3ac6275a0ac19e23d26a73dbf8...@lyris.sunbelt-software.com



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

---
You are currently subscribed to ntsysadmin as: arch...@mail-archive.com.
To unsubscribe click here: 
http://lyris.sunbelt-software.com/u?id=8142875.a9cf90b99baa17cb4fcf8293a59eb3b1n=Tl=ntsysadmino=9077447
or send a blank email to 
leave-9077447-8142875.a9cf90b99baa17cb4fcf8293a59eb...@lyris.sunbelt-software.com

Re: De-duping recommendation

2010-08-09 Thread Rob Bonfiglio
I should have been clearer.  It's not so much a problem with the Quantum, as
it is that it wasn't speced out properly.  They knew it wasn't going to be
able to meet future expansion needs as it was ordered, but they needed a
solution in place quickly, and it was what they could afford at the time.

I'm not the one who runs the backups here, but my understanding is that the
backups are not able to finish before the process to dedupe the data
begins.  So the data is deduped, and then has to be re-hydrated so it can be
dumped onto tape.  This drastically increased the amount of time to complete
a backup to tape.

Supposedly the answer to this is to add another shelf of disks.  Adding
another shelf would bump us up from 11TB to 22TB of dedupe space.  Our end
goal is to have 50TB of storage, which is what we were using to compare with
the Data Domain.  We were comparing a new 50TB implementation of Data Domain
with the cost of upgrading the current Quantum implementation to 55TB.

The other part of the comparison, which played into the pricing, was the
replication of data from our remote locations to our new HQ building.  Data
domain was willing to work with us through the use of an extended trial
period, where Quantum was not.

Hope that answers your questions, and clarifies my earlier statements.  Like
I said, most of the decision was based on pricing.




On Mon, Aug 9, 2010 at 7:56 AM, Eldridge, Dave d...@parkviewmc.com wrote:

  Rob if you don’t mind can you expand on your issues with your Quantum
 device? I have 2 7500dxi’s and they are functioning perfectly.

 thanks



 *From:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Sent:* Sunday, August 08, 2010 2:10 PM

 *To:* NT System Admin Issues
 *Subject:* Re: De-duping recommendation



 We're purchasing Data Domain.  Looks like a great product.  We're currently
 using Quantum's dedupe product, but it is not meeting our needs.  To upgrade
 it to the comparable Data Domain equivalent would be more expensive than
 ripping out Quantum and going with Data Domain.  The cost for us was a huge
 factor.  We are also going  through a consolidation.  We are going to use
 Data Domain to dedupe and then replicate the data from our remote sites  to
 our new HQ.  (Quantum can do this as well.)



 Sorry I can't give  you an current experience with it.  My understanding
 though, is that Data Domain is the best in the business (and this actually
 comes from the engineer of the company who is trying to sell us the Quantum
 solution.)

 On Sun, Aug 8, 2010 at 3:54 PM, Lists - Level5 li...@levelfive.us wrote:

 We are being approached by Dell to get a few of their Data Domain san
 units. We currently have 4 6TB EQL’s and are running a 9TB/wk backup
 rotation. The owners have requested to have all data backed up and readily
 available for 7 years. Nothing on tape.



 I heard that NetApp is one of the leaders in the de-dupe space but no idea
 for certain. We are using Symantec BEX 2010 Enterprise currently, and Veeam
 enterprise for our VM’s (which are not part of the 9tb data backups
 currently).



 It looks like we will basically be backing up to the unit until its full
 (Dell says 30:1 or so) and then purchase a new one and so on and so on until
 someone thinks they spent too much.



 Are there any other ideas out there?



 Thanks













 This e-mail contains the thoughts and opinions of the sender and does not
 represent official Parkview Medical Center policy.

 This communication is intended only for the recipient(s) named above, may
 be confidential and/or legally privileged: and, must be treated as such in
 accordance with state and federal laws. If you are not the intended
 recipient, you are hereby notified that any use of this communication, or
 any of its contents, is prohibited. If you have received this communication
 in error, please return to sender and delete the message from your computer
 system.{token}







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

Re: De-duping recommendation

2010-08-08 Thread Rob Bonfiglio
We're purchasing Data Domain.  Looks like a great product.  We're currently
using Quantum's dedupe product, but it is not meeting our needs.  To upgrade
it to the comparable Data Domain equivalent would be more expensive than
ripping out Quantum and going with Data Domain.  The cost for us was a huge
factor.  We are also going  through a consolidation.  We are going to use
Data Domain to dedupe and then replicate the data from our remote sites  to
our new HQ.  (Quantum can do this as well.)

Sorry I can't give  you an current experience with it.  My understanding
though, is that Data Domain is the best in the business (and this actually
comes from the engineer of the company who is trying to sell us the Quantum
solution.)

On Sun, Aug 8, 2010 at 3:54 PM, Lists - Level5 li...@levelfive.us wrote:

  We are being approached by Dell to get a few of their Data Domain san
 units. We currently have 4 6TB EQL’s and are running a 9TB/wk backup
 rotation. The owners have requested to have all data backed up and readily
 available for 7 years. Nothing on tape.



 I heard that NetApp is one of the leaders in the de-dupe space but no idea
 for certain. We are using Symantec BEX 2010 Enterprise currently, and Veeam
 enterprise for our VM’s (which are not part of the 9tb data backups
 currently).



 It looks like we will basically be backing up to the unit until its full
 (Dell says 30:1 or so) and then purchase a new one and so on and so on until
 someone thinks they spent too much.



 Are there any other ideas out there?



 Thanks









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

Fwd: Upcoming Out of Band update

2010-08-02 Thread Rob Bonfiglio
I sent this earlier, but it looks like it may not have made it to the list
since I had been unsubscribed from my little episode this weekend:


We got this from our TAM this morning.  No real details, other than that
there will be an out of band update and details will be released later:

http://www.microsoft.com/technet/security/bulletin/ms10-aug.mspx

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

OT: Apologies

2010-08-01 Thread Rob Bonfiglio
Sorry for the spam that looks like went to the list from my account.  I got
hit with a virus and it spammed everyone in my gmail address book.

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

Re: OT: Apologies

2010-08-01 Thread Rob Bonfiglio
It looks like it was some variant Antivirus Pro 2009.  The odd part is that
I never clicked on anything to prompt it's install.  It looks like it
changed my IE and FF proxy settings and performed a man in the middle,
either that or it just harvested while I was logged into gmail.  I've
checked my Sent items in gmail and did not see the actual sent messages in
there.  But my proxy settings were definitely changed (although no IP
addresses were listed as the proxy in either of them.)

In any case, I've gone to another machine and changed my password and I am
flattening my laptop and rebuilding it.  It was time for that to happen
anyway.

On Sun, Aug 1, 2010 at 11:54 AM, James Kerr cluster...@gmail.com wrote:

 What visus is this? I seen similar things happen with peoples yahoo and aol
 mail accounts.Did it get your account password?


 On 8/1/2010 11:00 AM, Rob Bonfiglio wrote:

 Sorry for the spam that looks like went to the list from my account.  I
 got hit with a virus and it spammed everyone in my gmail address book.





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


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

Re: How to block, but not block?!

2010-06-16 Thread Rob Bonfiglio
They put you in jail for leaking it.  They also implement extensive and
expensive background checks, not to mention data segregation.  You can only
access the data if you need it.  Just because you have clearance doesn't
mean you can access all data that is rated at that clearance level.

On Wed, Jun 16, 2010 at 2:59 PM, Jonathan Link jonathan.l...@gmail.comwrote:

 You might want to see what the CIA, FBI, NSA or other organizations do with
 their sensitive information... :-)


 On Wed, Jun 16, 2010 at 12:13 PM, gro...@beachcomp.com wrote:

 Hi all,

 I have been asked to provide a solution which I don't think can be
 provided,
 but figured I'd get your input any see if you know of anything out there.

 The concept is as follows:
 There is an excel file which is highly secretive and guarded.
 The CEO wants to make sure people have no way of leaking it out of the
 company, but be free to use it.
 He wants to know if anyone prints it, or saves it externally, or e-mails
 it.

 This would be fine if the user was on a locked down machine, but he wants
 them to be able to do this on their daily use workstations.

 Anyone have any thoughts or ideas?

 Thanks!




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








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

Re: FDCC Scanning

2010-06-04 Thread Rob Bonfiglio
I believe System Center can do it as well.  Haven't actually used it though.

On Fri, Jun 4, 2010 at 10:15 AM, David McSpadden dav...@imcu.com wrote:

  Anyone on the list have a FDCC Scanner?



 I am looking at BigFIX but I saw Shavlik has one as well.



 Any ideas?









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

Re: Firewall for small biz

2010-05-20 Thread Rob Bonfiglio
I was going to suggest looking at Fortigate as well.

On Thu, May 20, 2010 at 3:04 PM, Andrew S. Baker asbz...@gmail.com wrote:

 Look at the Fortigate 50 firewall from Fortinet.

 Lots of features in the price range you're looking for, and easy
 configuration.

 -ASB: http://XeeSM.com/AndrewBaker http://xeesm.com/AndrewBaker


  On Thu, May 20, 2010 at 1:43 PM, David Lum david@nwea.org wrote:

   I have a 17-user client (one SBS server, same one discussed with the
 PE840) with a 5+yr old SonicWALL SOHO firewall and I believe it’s time to
 upgrade them to something more current. They used to VPN but have found SBS
 remote access much faster.



 What kinds of things should I look for in a new workgroup firewall? Budget
 is probably in the $500-$700 range. Anyone have some good links for me to
 read up on? Recommendations? I just watched a McAfee/Gartner on “Next
 Generation” firewalls 
 (HEREhttp://www.itbriefingcenter.com/programs/gartner_1135_mcafee_bd.html),
 but some if it seems a bit complex to manage for a small shop.



 However I want to be aware of current thinking in SMB firewall/IPS
 devices.

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














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

Re: 24 hour time format

2010-05-07 Thread Rob Bonfiglio
Just curious, what are you using for authentication and system management?
70 machines is a lot of machines to try to keep up with using local user
accounts and having to go around to each machine for updates/maintenance.

On Thu, May 6, 2010 at 6:16 PM, joseph palmieri jpalm...@yahoo.com wrote:

   it is there but it only applies to accounts create after this
 change...issue is that 70 wks were rolled out and requirements changed


 --- On *Thu, 5/6/10, Kurt Buff kurt.b...@gmail.com* wrote:


 From: Kurt Buff kurt.b...@gmail.com
 Subject: Re: 24 hour time format

 To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
 Date: Thursday, May 6, 2010, 5:39 PM

  I do this during installs on Win2k3, manually. There's a checkbox in
 the Regional settings to make it default for all users, but it doesn't
 appear to be available for XP.

 On Thu, May 6, 2010 at 13:34, Brian Desmond 
 br...@briandesmond.comhttp://mc/compose?to=br...@briandesmond.com
 wrote:
 
  You’d want to tweak the regional settings for the box…
 
 
 
  Thanks,
 
  Brian Desmond
 
  br...@briandesmond.com http://mc/compose?to=br...@briandesmond.com
 
 
 
  c   – 312.731.3132
 
 
 
  From: joseph palmieri 
  [mailto:jpalm...@yahoo.comhttp://mc/compose?to=jpalm...@yahoo.com
 ]
  Sent: Thursday, May 06, 2010 3:26 PM
  To: NT System Admin Issues
  Subject: 24 hour time format
 
 
 
  Can anyone provide assistance in setting up Windows XP workstations so
 that all users who login receive the time in 24 hour format? We do not use
 AD
 
 
 
 
 
 
 
 
 
 

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








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

OT: Steve Jobs on Flash

2010-04-30 Thread Rob Bonfiglio
http://www.apple.com/hotnews/thoughts-on-flash/

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

3Par vs NetApp

2010-04-15 Thread Rob Bonfiglio
Does anyone have any thoughts on comparing 3Par solutions with NetApp?  We
currently have NetApp, and we need to replace it.  The price for the new
NetApp is much higher than we want it to be though, so we are looking at
other solutions.  We are looking for 50TB usable space.

How do the management apps compare between the two solutions?
How easy is the 3Par to expand?  (We are probably looking at the F400
series)
Will 3 Par use SAS drives?  I saw FC, SATA, and Solid State listed, but not
SAS.

I'm willing to listen to any thoughts that any of you have.

Thanks!

Rob

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

Re: 3Par vs NetApp

2010-04-15 Thread Rob Bonfiglio
Thanks for the input.  We're trying to get a meeting scheduled with 3Par,
I'll make sure those are both on my list of things to ask.  We do have a
number of Solaris machines, as well we Windows machines.  And expandability
is always a concern.

On Thu, Apr 15, 2010 at 12:03 PM, Maglinger, Paul pmaglin...@scvl.comwrote:

  Not familiar with 3Par, but if you are running a mixed environment of
 Windows and UNIX machines sharing the same files make sure your new solution
 works as well as the NetApp does.

 The only downside to NetApp that I see is that to expand your storage by
 adding physical disks, you have to have the free rack space for the new
 drives and then move the data over to them.  HP EVA systems you can replace
 physical drives one at a time – slow because it has to level each time, but
 effective if you don’t have the spare room.  It would be interesting to hear
 how 3Par takes care of it.



 -Paul



 *From:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Sent:* Thursday, April 15, 2010 10:45 AM
 *To:* NT System Admin Issues
 *Subject:* 3Par vs NetApp



 Does anyone have any thoughts on comparing 3Par solutions with NetApp?  We
 currently have NetApp, and we need to replace it.  The price for the new
 NetApp is much higher than we want it to be though, so we are looking at
 other solutions.  We are looking for 50TB usable space.



 How do the management apps compare between the two solutions?

 How easy is the 3Par to expand?  (We are probably looking at the F400
 series)

 Will 3 Par use SAS drives?  I saw FC, SATA, and Solid State listed, but not
 SAS.



 I'm willing to listen to any thoughts that any of you have.



 Thanks!



 Rob











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

Re: 1gbps+ traffic?

2010-03-18 Thread Rob Bonfiglio
The university I worked for previously had an end goal to get to that speed
w/in 5 years (or less.)

On Thu, Mar 18, 2010 at 9:32 AM, Jon Harris jk.har...@gmail.com wrote:

 I would think Universities as well as some government agencies would have
 pipes of this size and even larger.

 Jon

   On Thu, Mar 18, 2010 at 9:29 AM, David W. McSpadden dav...@imcu.comwrote:

  Actually not joking.
 100mbps is all I have been able to fathom to the Internet
 I know there are bigger but I actually thought above 100 they went away
 from copper to fiber.
 I just can not fathom that kind of speed and monthly bill

  *From:* Jonathan Link jonathan.l...@gmail.com
 *Sent:* Thursday, March 18, 2010 9:22 AM
   *To:* NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
 *Subject:* Re: 1gbps+ traffic?

 D'oh!

 On Thu, Mar 18, 2010 at 9:19 AM, Steven M. Caesare 
 scaes...@caesare.comwrote:

  I’m not sure if you are joking or not…



 It’s not ludicrous for a LAN/WAN, of course… but that’s a reasonably
 beefy uplink to the Net, which is what Mark asked about.



 I believe NIH here has an uplink in that speed range, but I don’t touch
 it directly.



 -sc





 *From:* David W. McSpadden [mailto:dav...@imcu.com]
 *Sent:* Thursday, March 18, 2010 9:15 AM

 *To:* NT System Admin Issues
 *Subject:* Re: 1gbps+ traffic?



 Isn't that fiber??

 My God man with that is ludicrous speed!!



 *From:* Steven M. Caesare scaes...@caesare.com

 *Sent:* Thursday, March 18, 2010 9:02 AM

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

 *Subject:* RE: 1gbps+ traffic?



 Gents… he said 1gbpS.



 That’s a rate… not an amount.



 I don’t’ have any direct experience with uplinks in that strata…



 -sc



 *From:* Jonathan Link [mailto:jonathan.l...@gmail.com]
 *Sent:* Thursday, March 18, 2010 8:47 AM
 *To:* NT System Admin Issues
 *Subject:* Re: 1gbps+ traffic?



 My nightly offsie backup is ~1 Gb, a little bit less some nights, a
 little bit more.  I haven't had time to shrink it yet.

 On Wed, Mar 17, 2010 at 8:22 PM, Sam Cayze sam.ca...@rollouts.com
 wrote:

 Over what period of time?

 Or do you mean a 1Gbps pipe?


 -Original Message-
 From: Marc Maiffret [mailto:marc.maiff...@fireeye.com]
 Sent: Wednesday, March 17, 2010 6:45 PM
 To: NT System Admin Issues
 Subject: 1gbps+ traffic?

 I am curious to talk to any folks on this list whom are peaking over
 1gig in bandwidth usage to the internet etc... Reply to me directly if
 you can. Thanks! -Marc

 Marc Maiffret
 Chief Security Architect
 FireEye, Inc.
 http://www.FireEye.com http://www.fireeye.com/

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


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



































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

Re: 1gbps+ traffic?

2010-03-18 Thread Rob Bonfiglio
Yeah, but it's still a business.  You can't fault them for wanting (needing)
to make a profit.

On Thu, Mar 18, 2010 at 9:58 AM, Jay Dale jay.d...@3-gig.com wrote:

  The infrastructure and technology have always been there.  It’s only been
 a matter of what was available for consumers.  The ISP’s control the
 bottleneck.  As I mentioned in the National Broadband thread, my ISP is
 ATT.  A year ago their max speed was 16Mbps.  A year later their max speed
 is 24Mbps.  ATT didn’t go out and remove all of their fiber for new, faster
 fiber in a year.  They control what speeds go where, thusly they control
 their profits.  Just as they tried to charge for upload and download limits,
 which could still go into affect even though it originally bombed, they have
 the capability of manipulating the infrastructure to provide price points
 based on upgrade sales and promises of increased speeds.  This has been
 going on for years.





 *Jay Dale*

 I.T. Manager, 3GiG

 Mobile: 713.299.2541

 Email: jay.d...@3-gig.com kandy.luk...@3-gig.com



 Confidentiality Notice: This e-mail, including any attached files, may
 contain confidential and/or privileged information for the sole use of the
 intended recipient. If you are not the intended recipient, you are hereby
 notified that any review, dissemination or copying of this e-mail and
 attachments, if any, or the information contained herein, is strictly
 prohibited. If you are not the intended recipient (or authorized to receive
 information for the intended recipient), please contact the sender by reply
 e-mail and delete all copies of this message.





 *From:* John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl.us]
 *Sent:* Thursday, March 18, 2010 8:47 AM
 *To:* NT System Admin Issues
 *Subject:* RE: 1gbps+ traffic?



 How do you know that ISPs already have the infrastructure for such
 high-speed connections but are just holding out?









 *From:* Jay Dale [mailto:jay.d...@3-gig.com]
 *Sent:* Thursday, March 18, 2010 9:33 AM

 *To:* NT System Admin Issues
 *Subject:* RE: 1gbps+ traffic?



 I think that’s the point I was trying to make before – what if you knew
 your ISP could provide that speed for you at a cost similar to what you pay
 now, yet they purposely withhold that speed because the only true selling
 point for ISP’s nowadays is increased speed at step-ladder costs?



 *Jay Dale*

 I.T. Manager, 3GiG

 Mobile: 713.299.2541

 Email: jay.d...@3-gig.com kandy.luk...@3-gig.com



 Confidentiality Notice: This e-mail, including any attached files, may
 contain confidential and/or privileged information for the sole use of the
 intended recipient. If you are not the intended recipient, you are hereby
 notified that any review, dissemination or copying of this e-mail and
 attachments, if any, or the information contained herein, is strictly
 prohibited. If you are not the intended recipient (or authorized to receive
 information for the intended recipient), please contact the sender by reply
 e-mail and delete all copies of this message.





 *From:* David W. McSpadden [mailto:dav...@imcu.com]
 *Sent:* Thursday, March 18, 2010 8:29 AM

 *To:* NT System Admin Issues
 *Subject:* Re: 1gbps+ traffic?



 Actually not joking.

 100mbps is all I have been able to fathom to the Internet

 I know there are bigger but I actually thought above 100 they went away
 from copper to fiber.

 I just can not fathom that kind of speed and monthly bill









 NOTICE: Florida has a broad public records law. Most written communications 
 to or from this entity are public records that will be disclosed to the 
 public and the media upon request. E-mail communications may be subject to 
 public disclosure.







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

Re: National broadband

2010-03-16 Thread Rob Bonfiglio
My thoughts are that I think this topic is riding the blurry line between
technology and one's view on gov't.  I have my opinions on what has been
said already, but I hope that we will try to keep the politics out of this
discussion.  (But I'm not sure that you can really have this discussion
without politics either.)

On Tue, Mar 16, 2010 at 2:39 PM, David Lum david@nwea.org wrote:

  Thoughts, comments?



 http://www.broadband.gov/

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









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

Re: Directaccess

2010-02-23 Thread Rob Bonfiglio
Microsoft has been using it for a while now.  That's all I've heard about it
though.

On Tue, Feb 23, 2010 at 11:58 AM, Glen Johnson gjohn...@vhcc.edu wrote:

  Anyone got this working yet?

 http://technet.microsoft.com/en-us/library/dd630627(WS.10).aspx



 Pros, cons, horror stories you would like to share?

 I’m bummed that the client requires Win7 Enterprise or Ultimate and our
 licensing program got us professional.







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

Re: TS Gateway Setup

2010-02-02 Thread Rob Bonfiglio
It's a CAC card from the gov'twhich I believe is Gemalto.

On Tue, Feb 2, 2010 at 1:06 PM, Richard Stovall 
richard.stov...@researchdata.com wrote:

 May I ask what smartcard vendor?

 -Original Message-
 From: robbonfig...@gmail.com [mailto:robbonfig...@gmail.com]
 Sent: Tuesday, February 02, 2010 1:04 PM
 To: NT System Admin Issues
  Subject: Re: TS Gateway Setup

 I am setting up a TS Gateway right now with Smart card access. It's
 working from my desk to the DMZ to the terminal server. I haven't opened
 up the firewall yet to try it from the internet though.

 -Original Message-
 Date: Tuesday, February 02, 2010 11:03:40 am
 To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
 From: Richard Stovall rich...@gmail.com
 Subject: Re: TS Gateway Setup

 I moved away from the old-fashioned Cisco VPN client a while ago and
 haven't
 looked back.  For a small environment, TS Gateway is so easy to setup
 that
 it definitely merits consideration among the many options available.
 And if
 you're already using Terminal Services you basically get it for free if
 you've get the licenses.

 Why do you require that the remote session run in a browser?  I'm not
 saying
 it's a bad idea at all, I'm just wondering if it's necessary.  AFAIK, to
 use
 vanilla TS Gateway (I think it's now called Remote Desktop Services in
 2008
 R2), you're going to be running the RDClient (mstsc.exe) on the the
 remote
 machine or an ActiveX control (mstscax.dll?) to keep it in the browser.
 Is
 the browser context more secure?

 Regarding the use of SecurID, I looked for a long time for a way to use
 either one time passwords or smart cards from several vendors with TS
 Gateway and never found anything that worked.  Several companies said it
 would, but none of them really understood TS Gatewa


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

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



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

Re: NET SEND?

2010-01-19 Thread Rob Bonfiglio
Don't know if these articles will help or not:

http://msdn.microsoft.com/en-us/library/ms630960(VS.85).aspx

http://www.petri.co.il/msg-exe-net-send-vista.htm

On Mon, Jan 18, 2010 at 2:16 PM, Evan Brastow
ebras...@automatedemblem.comwrote:

  Hi all,



 I have a legacy application I wrote in PowerBuilder about 10 years ago that
 uses the syntax NET SEND (username) (message) to send messages to users
 (they pick the messages from a drop-down box for speed). However, since a
 certain service pack in XP as well as in Vista, this functionality no longer
 available and the service itself it gone.



 What I’m wondering is, is there anything out there that will essentially
 install a replica of the Windows Messenger service so that the same API can
 be used to send/receive popup messages? I don’t need a full-fledged
 messaging app as the messages must come from my legacy app, not be
 user-typed.



 I found something called LanTalk XP which seems like it could have worked,
 but not quite.



 Anyone have any ideas?



 Thanks so much..



 Evan**









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

Re: Exchange list?

2010-01-15 Thread Rob Bonfiglio
The last message I see to the Exchange last was at about 5:15pm.

On Fri, Jan 15, 2010 at 4:51 PM, Michael B. Smith mich...@smithcons.comwrote:

 It's quite active, but I submitted a complaint about my reply messages not
 showing up so they may have taken it temporarily offline to investigate. At
 least, I hope that's it.

 -Original Message-
 From: David Lum [mailto:david@nwea.org]
  Sent: Friday, January 15, 2010 4:48 PM
 To: NT System Admin Issues
 Subject: RE: Exchange list?

 Is the Exchange list very active? Heck I haven't even seen my confirmation
 yet. Eh, been but 5 hours, maybe tomorrow it'll show.

 Dave

 -Original Message-
 From: Michael B. Smith [mailto:mich...@smithcons.com]
 Sent: Friday, January 15, 2010 1:46 PM
 To: NT System Admin Issues
 Subject: RE: Exchange list?

 When did THAT happen? Hmph. No-one told me.

 From: Greg Olson [mailto:gol...@markettools.com]
 Sent: Friday, January 15, 2010 4:43 PM
 To: NT System Admin Issues
 Subject: RE: Exchange list?

 David,
 I think the list your thinking about which shut down around that time has
 moved to a forum style here:
 http://forums.slipstick.com/index.php

 At least that's we're a lot of the guys moved over to. The Sunbelt one and
 the Yahoo Exchange 2003 group are good resources as well.



 From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
 Sent: Friday, January 15, 2010 1:02 PM
 To: NT System Admin Issues
 Subject: RE: Exchange list?

 Nope, still there !!

 
 From: David Lum [mailto:david@nwea.org]
 Sent: Friday, January 15, 2010 12:43 PM
 To: NT System Admin Issues
 Subject: Exchange list?
 Is there a Exchange list/ I swear I was subscribed to one and it used to be
 as busy as that one, but that last post I see from 11/24. Did it move to a
 forum or something?

 I have some Outlook / Exchange issue that are a high priority (my exec's
 are involved, time for me to pay attention..) David Lum // SYSTEMS ENGINEER
 NORTHWEST EVALUATION ASSOCIATION
 (Desk) 971.222.1025 // (Cell) 503.267.9764



 ...





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




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


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



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

Re: Win7 God mode?

2010-01-05 Thread Rob Bonfiglio
I was just going to say that as a a test I created
Test.{ED7BA470-8E54-465E-825C-99712043E01C} and it worked the same.
However, creating a folder with just the ID does nothing but create a
standard folder.

On Tue, Jan 5, 2010 at 11:04 AM, David Lum david@nwea.org wrote:

  Sure! Note the other article Mark sent a link to indicates it’s the ID
 that is specific, I changed mine from “GodMode” to “DaveMode”, lol



 *From:* Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
 *Sent:* Tuesday, January 05, 2010 8:00 AM

 *To:* NT System Admin Issues
 *Subject:* RE: Win7 God mode?



 +1 on 64 bit. Thanks for the info Dave.



 Also, I just made one on a server share, then hit a couple of Win 7
 machines with \\servername\share then clicked the GodMode folder I created
 in the share and it hooks to the local machine.







 *From:* Sam Cayze [mailto:sam.ca...@rollouts.com]
 *Sent:* Tuesday, January 05, 2010 10:52 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Win7 God mode?



 Worked great here on x64 Win7


  --

 *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
 *Sent:* Tuesday, January 05, 2010 9:51 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Win7 God mode?

 Well I just tried it and it works.



 sc



 *From:* David Lum [mailto:david@nwea.org]
 *Sent:* Tuesday, January 05, 2010 10:43 AM
 *To:* NT System Admin Issues
 *Subject:* Win7 God mode?



 Anyone?

 http://news.cnet.com/8301-13860_3-10423985-56.html

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

























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

Re: OT Kinda: Interesting Message on Web Page

2009-12-09 Thread Rob Bonfiglio
Yeah, I've seen that on the KBs for a while now.  Rarely do I find it
useful, but I think that is mostly because in my case I'm using Windows 7
and everyone else in my org is using Windows XP.

On Wed, Dec 9, 2009 at 12:00 PM, Sherry Abercrombie saber...@gmail.comwrote:

 So I'm clicking on a link for a Microsoft KB article sent to me by Sunbelt
 support pertaining to Windows 2000  2003 Server OS from my pc.  The top of
 the screen has this rather interesting message on it:  This article applies
 to a different version of Windows than the one you are using. Content in
 this article may not be relevant to you.
 Visit the Windows XP Solution Centerhttp://support.microsoft.com/ph/1173
 

 Kinda scary I think..

 --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke







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

Re: OT-ish: GMail annoying mail clipping

2009-12-09 Thread Rob Bonfiglio
FYI, this message was clipped.

On Wed, Dec 9, 2009 at 2:34 PM, Michael B. Smith mich...@smithcons.comwrote:

  No. Most of Word is now contained in a set of DLL’s that are also shipped
 with Outlook.



 *From:* Andrew Laya [mailto:andrew.l...@gmail.com]
 *Sent:* Wednesday, December 09, 2009 2:26 PM
 *To:* NT System Admin Issues
 *Subject:* Re: OT-ish: GMail annoying mail clipping



 If Word MUST be enabled as the editor in Outlook 2010, does this mean that
 Outlook can no longer be purchased as a stand-alone application?  Must one
 now purchase the full office suite, even if Outlook is the only required
 app?


  On Wed, Dec 9, 2009 at 1:53 PM, Michael B. Smith mich...@smithcons.com
 wrote:

 It's a compromise, as are so many things.

 You want something that can render HTML, yet do so safely.

 You don't want to have the same issues with modern email programs using
 the full IE rendering engine that Outlook 2003 did.

 You don't want to invest in multiple editors, that not being a good use of
 engineering resources.

 Etc. etc. blah blah blah. For better or worse, it is what it is.


 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]

 Sent: Wednesday, December 09, 2009 1:39 PM
 To: NT System Admin Issues
 Subject: Re: OT-ish: GMail annoying mail clipping

 Yet another reason to hate MSFT's Outlook. Can't turn off Word as your
 editor? How stupid is that?

 Kurt

 On Wed, Dec 9, 2009 at 09:40, Michael B. Smith mich...@smithcons.com
 wrote:
  Can’t turn that off.
 

  From: Jeff Bunting [mailto:bunting.j...@gmail.com]
  Sent: Wednesday, December 09, 2009 12:28 PM

  To: NT System Admin Issues
  Subject: Re: OT-ish: GMail annoying mail clipping
 

  It looked like MS Word HTML formatting is what is causing the messages
  to be extra-huge.  Might it be the option to use Word as the email
  editor in Outlook that is causing it?
  On Wed, Dec 9, 2009 at 12:12 PM, Kevin Lundy klu...@gmail.com wrote:
  Although Michaels recent messages have been fine...
 
  On Wed, Dec 9, 2009 at 12:02 PM, Sherry Abercrombie
  saber...@gmail.com
  wrote:
  I'm not seeing that on just about everything coming from the list,
  just on messages from MBSand maybe one other person.
  On Wed, Dec 9, 2009 at 10:45 AM, Michael B. Smith
  mich...@smithcons.com
  wrote:
  Can you use another reader (POP or IMAP) to access your Gmail account?
  That should clear it up.
 
  (Other folks might say that those of us using Outlook 2010 should stop
  – but that ain’t gonna happen.)
 

  From: James Rankin [mailto:kz2...@googlemail.com]
  Sent: Wednesday, December 09, 2009 11:38 AM

  To: NT System Admin Issues

  Subject: OT-ish: GMail annoying mail clipping

 
  Is anyone else getting really hacked off by Gmail putting out this
 
  [Message clipped]  View entire message
 
  on just about everything coming from the list? I can't find a
  workaround or setting for it anywhere, apart from occasional
  sanctimonious online drivel about open another email account because
 GMail is only for personal stuff.
  I'm just about ready to jump ship to another mail provider because of it.
 
  --
  On two occasions...I have been asked, 'Pray, Mr Babbage, if you put
  into the machine wrong figures, will the right answers come out?' I am
  not able rightly to apprehend the kind of confusion of ideas that
  could provoke such a question.
 
 
 
 
 
 
 

  --
  Sherry Abercrombie
 
  Any sufficiently advanced technology is indistinguishable from magic.
  Arthur C. Clarke
  Sent from Keller, TX, United States
 
 
 
 
 
 
 
 
 
 
 
 
 

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


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













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

Re: IDS appliance

2009-12-06 Thread Rob Bonfiglio
I believe that comes with the next firmware upgrade.

On Fri, Dec 4, 2009 at 10:47 AM, G.Waleed Kavalec kava...@gmail.com wrote:

 I want a system that will send Arnold back in time to kill the hacker as a
 small child.


 On Fri, Dec 4, 2009 at 9:34 AM, Erik Goldoff egold...@gmail.com wrote:

  Do you want an IDS (Intrusion Detection System) system that will only,
 at best, alert you to activity taking place, or do you want an IPS
 (Intrusion PREVENTION System) ???  ( you can run open source IDS like SNORT,
 but I've used IPS by TopLayer and by 3Com/Tipping Point )

  Erik Goldoff

 *IT  Consultant*

 *Systems, Networks,  Security *


  --
 *From:* John Aldrich [mailto:jaldr...@blueridgecarpet.com]
 *Sent:* Friday, December 04, 2009 10:30 AM

 *To:* NT System Admin Issues
 *Subject:* IDS appliance

   Guys, I was talking to my boss this morning about how we need an IDS
 appliance to help catch malware as it comes in from the web or as it tries
 to “phone home.” Now up until yesterday I though an IDS was just good for
 catching hackers trying to get through our firewall or something like that.
 I’m not that knowledgeable about this sort of thing. How exactly does an IDS
 appliance work?



 [image: John-Aldrich][image: Tile-Tools]














 --
 --

 Gregory Waleed Kavalec
 -
 Gratitude unlocks the fullness of life. It turns what we have into enough,
 and more. It turns denial into acceptance, chaos into order, confusion into
 clarity…Gratitude makes sense of our past, brings peace for today, and
 creates a vision for tomorrow.







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

OT: Message Clipped...

2009-12-04 Thread Rob Bonfiglio
This whole message clipped is sufficiently annoying.  I've only seen it
happen to messages on this list.  I quickly looked through the Exchange list
and the Active Directory list and haven't seen it on any of those message.

Has anyone found a way around this?  I went looking through the gmail
settings yesterday but didn't see a way to turn it off.

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

Google Wave Invites

2009-11-30 Thread Rob Bonfiglio
I have 8 invites available.  If you'd like them please e-mail me offline:
robbonfig...@gmail.com

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

Re: Updating Server 2008 Core

2009-11-20 Thread Rob Bonfiglio
Are you using R2?  If so:
http://technet.microsoft.com/en-us/library/ee441254(WS.10).aspx

I don't remember seeing this tool prior to R2.

If you're not then you can check out this script from MSDN:
http://msdn.microsoft.com/en-us/library/aa387102(VS.85).aspx

On Fri, Nov 20, 2009 at 9:46 AM, James Rankin kz2...@googlemail.com wrote:

 Anyone know how a 2008 Core system handles Automatic Updates? I have my
 servers set to download and notify, but I'm not confident this particular
 method will work for a Core system I'm testing.would it be a case of
 creating a new OU with the Auto install option selected? I'd rather all
 servers were patched by admins, but I'm not sure this system can handle it.

 TIA,




 JRR

 --
 On two occasions...I have been asked, 'Pray, Mr Babbage, if you put into
 the machine wrong figures, will the right answers come out?' I am not able
 rightly to apprehend the kind of confusion of ideas that could provoke such
 a question.

 http://raythestray.blogspot.com







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

Re: WSJ Reporter thinks IT departments should allow users to install whatever

2009-11-19 Thread Rob Bonfiglio
Even with the weak economy, companies will find it harder to recruit savvy
workers if they don't let them use their favored technology.

I'd like to know what this guy was smoking when he wrote this.  In the US,
with an unemployment rate of over 10%, if you turn down a job because the
company won't let you use your favored technology then it is the company
that has benefitted from you turning down the job!

On Wed, Nov 18, 2009 at 5:13 PM, Jonathan Link jonathan.l...@gmail.comwrote:

 Discuss:

 http://online.wsj.com/article/SB10001424052748703567204574499032945309844.html

 I believe this is more an indictment of the low quality of journalism
 nowadays.  It's little more than a rant on his employer's IT policies.  In
 no instance does he discuss the measured effect of IT policies might have
 within an organization.  He makes vague allusions to the productivity gains
 users could acheive if allowed to use any software they felt necessary to do
 their job.  Near the end of the article he does finally discuss some of the
 valid reasons for constraining users ability to install shiny new software
 in order to be more productive.








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

Re: It hurts when I stick a fork in my eye!

2009-10-01 Thread Rob Bonfiglio
IMO using that sort of language during an interview is unaccetable.  If it
can't be said on tv at 8pm, then it shouldn't be said in an interview.  You
want to put your best foot forward, and f this or f that during an
interview is completely out of line.  I don't have a problem with cursing,
and I do it quite often.  But there are settings in which it is not
appropriate.  A job interview is one of them.

On Thu, Oct 1, 2009 at 10:15 AM, Steve Kelsay kels...@sctax.org wrote:

 I agree with the content, just the presentation that has tweaked me,
 since a lot of our new applicants are using that sort of language in
 interviews, it seems to be the standard English of the day, and I guess
 I can accept it, even use it myself. It is the context that seem to be
 getting to me.

 Just ignore me. I'll get over it. (G)

 -Original Message-
 From: Phillip Partipilo [mailto:p...@psnet.com]
 Sent: Thursday, October 01, 2009 10:08 AM
 To: NT System Admin Issues
 Subject: RE: It hurts when I stick a fork in my eye!

 I didn't actually notice that, but he did describe the hell we call IT
 to
 the tee.  Dead on accurate. I just about fell out of my chair.



 Phillip Partipilo
 Parametric Solutions Inc.
 Jupiter, Florida
 (561) 747-6107



 -Original Message-
 From: Steve Kelsay [mailto:kels...@sctax.org]
 Sent: Thursday, October 01, 2009 8:55 AM
 To: NT System Admin Issues
 Subject: RE: It hurts when I stick a fork in my eye!



 Perhaps it is my ancient generation, but I am long since impressed by
 low
 level street language. YMMV.

 -Original Message-
 From: Maglinger, Paul [mailto:pmaglin...@scvl.com]
 Sent: Wednesday, September 30, 2009 5:48 PM
 To: NT System Admin Issues
 Subject: RE: It hurts when I stick a fork in my eye!

 LOL!  I like the statement after the copyright notice.

 -Original Message-
 From: Ben Scott [mailto:mailvor...@gmail.com]
 Sent: Wednesday, September 30, 2009 4:37 PM
 To: NT System Admin Issues
 Subject: It hurts when I stick a fork in my eye!


  I just came across this:

 http://www.bynkii.com/archives/2009/01/for_new_sysadminsit_types.html

  Dead on, I say.

 -- Ben

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

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


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




 --
 If this email is spam, report it here:
 http://www.onlymyemail.com/view/?action=reportSpamId=ODEzNjQ6OTcyODkyNj
 M1On
 BqcEBwc25ldC5jb20%3D


 THIS ELECTRONIC MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL
 AND PROPRIETARY PROPERTY OF THE SENDER. THE INFORMATION IS
 INTENDED FOR USE BY THE ADDRESSEE ONLY. ANY OTHER INTERCEPTION,
 COPYING, ACCESSING, OR DISCLOSURE OF THIS MESSAGE IS PROHIBITED.
 IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY
 NOTIFY THE SENDER AND DELETE THIS MAIL AND ALL ATTACHMENTS. DO NOT
 FORWARD THIS MESSAGE WITHOUT PERMISSION OF THE SENDER.



 THIS ELECTRONIC MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL
 AND PROPRIETARY PROPERTY OF THE SENDER. THE INFORMATION IS
 INTENDED FOR USE BY THE ADDRESSEE ONLY. ANY OTHER INTERCEPTION,
 COPYING, ACCESSING, OR DISCLOSURE OF THIS MESSAGE IS PROHIBITED.
 IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY
 NOTIFY THE SENDER AND DELETE THIS MAIL AND ALL ATTACHMENTS. DO NOT
 FORWARD THIS MESSAGE WITHOUT PERMISSION OF THE SENDER.


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

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



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

Re: OCS Training

2009-09-22 Thread Rob Bonfiglio
I haven't gone to any classes for it, but I have seen where Microsoft has
some virtual labs.  You might check them out.  I've only been through one of
the labs.  We're getting ready to implement OCS within the next month or
two.  I am going to be looking through some of those virtual labs more
closely fairly soon.

On Tue, Sep 22, 2009 at 3:27 PM, John Bowles john.bow...@wlkmmas.orgwrote:

  Has anybody had training on this product?  And if so, was it beneficial
 to you?  Do you recommend a certain training facility over another?


 Thank you,







 John Bowles









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

Re: Disable F keys

2009-09-11 Thread Rob Bonfiglio
You might also consider DeepFreeze if you haven't already.  I'm not sure it
will disable shortcut keys and such...but it will return the machine to a
set state on every reboot.

On Fri, Sep 11, 2009 at 12:10 PM, Owens, Michael michael.ow...@dys.ohio.gov
 wrote:

  It is for a juvenile prison.

 The main reason is, I dont know what all the F keys do in all the
 applications they will be using, but I do know they have no business
 pressing them. :) They purposfully try to make things not work, or to get
 around anything.



  --
 *From:* John Cook [mailto:john.c...@pfsf.org]
 *Sent:* Thursday, September 10, 2009 3:27 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Disable F keys

  Out of morbid curiosity why would you want to do this?
 John W. Cook
 Systems Administrator
 Partnership For Strong Families
 Sent to you from my Blackberry in the Cloud

 --
 *From*: Owens, Michael
 *To*: NT System Admin Issues
 *Sent*: Thu Sep 10 15:24:47 2009
 *Subject*: Disable F keys

 Does anyone know how to disable the F keys via registry? I found programs
 that do it, but id rather have reg keys so I can run them on new images. For
 windows XP

 --
 This message, and any response to it, may constitute a public record and
 thus may be publicly available to anyone who requests it in accordance
 with Chapter 149 of the Ohio Revised Code.






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

 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.






  --
 This message, and any response to it, may constitute a public record and
 thus may be publicly available to anyone who requests it in accordance
 with Chapter 149 of the Ohio Revised Code.







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

Re: Disable F keys

2009-09-11 Thread Rob Bonfiglio
No, I meant for it on the desktop.  Remember that they can use IE to browse
the local computer...but it sounds like you have it pretty well locked down.

On Fri, Sep 11, 2009 at 1:34 PM, Owens, Michael
michael.ow...@dys.ohio.govwrote:

  Well, I actually remember that program from when I was in high school.
 Unfortunately for me I wasn't given much funding to do it the way I would
 like.

 What I've done, was make every client load an Internet Explorer shell
 directly into the Citrix Web interface. When they log on, they get one
 option... my shared desktop. When they log on there, they get their apps.
 The client thin clients and PCs I am not too worried about. If they do
 anything without explorer, and no access to start any other local processes,
 I will be truely impressed.

 Or are you saying run deep freeze on the servers?

  --
 *From:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Sent:* Friday, September 11, 2009 1:27 PM

 *To:* NT System Admin Issues
 *Subject:* Re: Disable F keys

   You might also consider DeepFreeze if you haven't already.  I'm not sure
 it will disable shortcut keys and such...but it will return the machine to a
 set state on every reboot.

 On Fri, Sep 11, 2009 at 12:10 PM, Owens, Michael 
 michael.ow...@dys.ohio.gov wrote:

  It is for a juvenile prison.

 The main reason is, I dont know what all the F keys do in all the
 applications they will be using, but I do know they have no business
 pressing them. :) They purposfully try to make things not work, or to get
 around anything.



  --
 *From:* John Cook [mailto:john.c...@pfsf.org]
 *Sent:* Thursday, September 10, 2009 3:27 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Disable F keys

  Out of morbid curiosity why would you want to do this?
 John W. Cook
 Systems Administrator
 Partnership For Strong Families
 Sent to you from my Blackberry in the Cloud

 --
 *From*: Owens, Michael
 *To*: NT System Admin Issues
 *Sent*: Thu Sep 10 15:24:47 2009
 *Subject*: Disable F keys

 Does anyone know how to disable the F keys via registry? I found programs
 that do it, but id rather have reg keys so I can run them on new images. For
 windows XP

 --
 This message, and any response to it, may constitute a public record and
 thus may be publicly available to anyone who requests it in accordance
 with Chapter 149 of the Ohio Revised Code.






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

 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.






  --
 This message, and any response to it, may constitute a public record and
 thus may be publicly available to anyone who requests it in accordance
 with Chapter 149 of the Ohio Revised Code.











 --
 This message, and any response to it, may constitute a public record and
 thus may be publicly available to anyone who requests it in accordance
 with Chapter 149 of the Ohio Revised Code.







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

Re: 2008 Server computer management to remote server (not RDP)

2009-08-28 Thread Rob Bonfiglio
Going that route opens up Server Manager, which as far as I can find doesn't
allow you to connect to another machine.  But Computer Manager is still
available under Administrative Tools.

On Fri, Aug 28, 2009 at 10:40 AM, David Lum david@nwea.org wrote:

  So, with Win2K/XP/2K3 I’ve used “Computer management” to connect to the
 services list on a remote system, I just right clicked on “Computer
 Management (local) and selected “Connect to another computer”. (read: right
 click “My computer”, choose “Manage”, then connect to other computer)



 With 2008 Server that view is completely different – is there a quick and
 easy way to do this in 2008 Server? I can only replicate my view by opening
 an empty MMC and adding computer management and then choosing “another
 computer”.

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









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

Re: Good NT sysadmin list?

2009-08-28 Thread Rob Bonfiglio
+1

I moved this list to gmail a few years ago, and it's been great.  I can read
the threads I want to read, and just archive the rest.  Every once in a
while I'll just go through and archive everything so I don't have 3500
unread messages in my inbox.

On Fri, Aug 28, 2009 at 11:33 AM, Bob Fronk b...@btrfronk.com wrote:

 Due to the start of archiving a couple years ago, I moved to a personal
 account.  Many use Gmail.  Maybe that would be a better solution for you.

 -Original Message-
 From: michael.le...@pha.phila.gov [mailto:michael.le...@pha.phila.gov]
 Sent: Friday, August 28, 2009 11:29 AM
 To: NT System Admin Issues
 Subject: Re: Good NT sysadmin list?

  Micheal Espinola Jr michealespin...@gmail.com wrote on 08/28/2009
 11:15:52 AM:

  +1
 
  The banter, trash-talk, and comradery go hand-in-hand with a genuinely
  good group of people.  I think the noise is far more worth than a
  sterile robotic forum.  Plus, its sometimes makes for the lighter part
  of an otherwise dismal day!
 
  Conversation/thread-view is a *must* in forums like this.

 I have to use Loathsome Notes 7 to read this list; there is no thread
 view. Nor sorting on subject. To me, it all comes in a long, flat,
 received-order core-dump. :-)

 While I wouldn't mind more signal, I've been on this list for like 8
 years, and 2 jobs. It can be aggravating, but (eventually) I always come
 back.


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

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



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

Orion APM vs SCOM

2009-08-25 Thread Rob Bonfiglio
We are looking at some products to do monitoring and notification for things
like Active Directory and Exchange.  I'm sure there will be other uses as
well.

Right now I am looking at Orion Application Performance Monitor and SCOM.  I
was wondering if you all have a preference and why.  I am also going to take
a look at WMI Monitor (SolarWinds free product.)

I plan on loading up both pieces of software into VMs and doing an eval on
them.  But I wanted to see what others' experiences have been.

Also, if you can suggest any other software, I'd like to hear suggestions
too.  It has to run on Windows.


Thanks!

Rob

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

Re: Orion APM vs SCOM

2009-08-25 Thread Rob Bonfiglio
For right now we're looking at about 35 Windows servers.  We have about 20
Unix servers, but I'm not sure that whatever we implement will be used on
the Unix servers.

In about 2 years we will be consolidating 4 other locations to our
location.  This will mean taking on some of their hardware, but I'm not sure
how many machines that will ultimately end up being.

We do have a small Blackberry environment, as well as Hyper-v...and there
are serious talks about implementing MOSS and OCS.

I'll take a look at Spotlight.  Thanks  for the recommendations (to
everyone.)

On Tue, Aug 25, 2009 at 7:25 PM, MarvinC marv...@gmail.com wrote:

 I'd suggest Spotlight on AD if monitoring AD and Exchange specific
 functions like replication  synchronization. Spotlight can also monitor
 your Blackberry environment, if you have one. While MOM's the Cadillac of
 monitoring it does come with a hefty price tag so I guess the main questions
 for me would revolve around the size of your environment, number of servers,
 DC's, exchange servers, etc.

   On Tue, Aug 25, 2009 at 9:57 AM, Rob Bonfiglio 
 robbonfig...@gmail.comwrote:

 We are looking at some products to do monitoring and notification for
 things like Active Directory and Exchange.  I'm sure there will be other
 uses as well.

 Right now I am looking at Orion Application Performance Monitor and SCOM.
 I was wondering if you all have a preference and why.  I am also going to
 take a look at WMI Monitor (SolarWinds free product.)

 I plan on loading up both pieces of software into VMs and doing an eval on
 them.  But I wanted to see what others' experiences have been.

 Also, if you can suggest any other software, I'd like to hear suggestions
 too.  It has to run on Windows.


 Thanks!

 Rob












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

Re: OT: Friday Funny

2009-08-21 Thread Rob Bonfiglio
never trust a fart

http://www.youtube.com/watch?v=91MfdqM3gaQ

On Fri, Aug 21, 2009 at 1:06 PM, Andy Shook andy.sh...@peak10.com wrote:

  TWO MEDICAL STUDENTS AND THE OLD MAN


 Two medical students were walking along the street when they saw an old man
 walking with his legs spread apart. He was stiff-legged and walking slowly.

 One student said to his friend: I'm sure that poor old man has Peltry
 Syndrome. Those people walk just like that.

 The other student says: No, I don't think so. The old man surely has
 Zovitzki Syndrome. He walks slowly and his legs are apart just as we learned
 in class.

 Since they couldn't agree they decided to ask the old man. They approached
 him and one of the students said to him: We're medical students and
 couldn't help but notice the way you walk, but we couldn't agree on the
 syndrome you might have. Could you tell us what it is?
 The old man said, I'll tell you, but first you tell me what you two fine
 medical students think.

 The first student said, I think it's Peltry Syndrome.

 The old man said, You thought But you are wrong.
 The other student said, I think you have Zovitzki Syndrome.

 The old man said, You thought... But you are wrong.

 So they asked him, Well, old timer, what do you have?

 The old man said, I thought it was GAS..
 But I was wrong, too!



 Shook









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

Re: OT: Salary rant

2009-08-12 Thread Rob Bonfiglio
There is a similar advertisement in the DC area6 months of hard work
and you get PAID!  Yeah, right.

On Wed, Aug 12, 2009 at 8:47 AM, Sherry Abercrombie saber...@gmail.comwrote:

 I have to laugh at the irony of this discussion.  Hey Kim, have you heard
 the radio advertisements for this place?

 http://mycomputercareer.com/

 I wish I could record the audio of this radio ad so yall could hear it.
 Basically they are saying that even in a down economy all companies still
 need computer support and you can earn more money than you've ever earned
 before and in as little as three months have the certifications that
 employers are looking for.  Stimulus money is available and deferred student
 loans are available.

 I just want to scream whenever I hear this ad, especially since I'm hearing
 it on our local Christian radio station, talk about false advertising
 (IMNSHO).

 The Dallas/Ft. Worth area has not really been hit so bad in this economy,
 but it's not great.  Yeah, I just had my annual review and got a great
 raise, but here at our organization, at the first of the year, management
 voluntarily elected to forgo their raises for this yeartraining budget
 is non-existent and new hardware is on an as needed basis and it has to be
 really needed.  I'm grateful to have a good job, and for management that
 sees the long-term benefits of making a personal sacrifice that will benefit
 their employees and ultimately them.  Happy employees = loyal employees.
 It's a win-win deal for all.



 On Wed, Aug 12, 2009 at 7:06 AM, Maglinger, Paul pmaglin...@scvl.comwrote:

  And speaking of biting, keep in mind that rants on the internet can have
 a way of coming back and biting you...

  --
 *From:* Sam Cayze [mailto:sam.ca...@rollouts.com]
 *Sent:* Tuesday, August 11, 2009 5:49 PM
 *To:* NT System Admin Issues
 *Subject:* RE: OT: Salary rant

  Well put, nice words Andy.  (And others).

 They might be lowballing to find someone serious about the position, not
 the paycheck.  If you bite, they may make it worth your while if you are
 committed.

  --
 *From:* Andy Shook [mailto:andy.sh...@peak10.com]
 *Sent:* Tuesday, August 11, 2009 4:27 PM
 *To:* NT System Admin Issues
 *Subject:* RE: OT: Salary rant

  Chris,

 It’s tough out there no doubt and I feel your pain, many of us that are
 employed are right there with you.  Salary cuts, benefit cost increases,
 insurance coverage decreases, 401(k)s turning into 101(k)s, furloughs,
 FREAKIN’ COMISSION PLAN RESTRUCTURES (I fell better).  The cut sucks, I
 understand, but you’re standing there with an FULL TIME OFFER LETTER.  To
 many IT guys that are stupid smart are now bagging groceries…



 I encourage everyone in this situation to look long term; the here and now
 is not fun but it is temporary. “This too, shall pass”, wrote the psalmist.
 I would use the opportunity you have been given to rise above the morale,
 fear\doom  gloom and stand out; i.e. all of you be the rock star in your
 current position(s).  It’s a killer opportunity, as the fat has been trimmed
 and orgs are now focusing on everything  everyone with laser precision.



 Be the best… [1]



 Shook

 [1] This could be perceived as an unintentional Karate Kid reference
 (tournament music….*You’re the best, around.  No one’s ever gunna beat
 you down*) but that was not the intent. J



 On Tue, Aug 11, 2009 at 3:49 PM, Christopher Bodnar 
 christopher_bod...@glic.com wrote:

 I know I’m not going to get a any sympathy here, due to the unemployment
 rate, and the economy in general, but needed to vent a little. Was hired as
 a contract to hire position last year. Great company, close to home, good
 salary. 6 months in they cut my salary by 10% to the contracting company,
 which was then passed on to me. I was told at the time, that if/when I was
 offered full time employment, I would be brought on with the initial salary
 I had started at. Just go the official offer, and it’s 5% below that. I know
 I should be thankful I even have a job, which I am. But I still feel like
 they are low-balling me just because of the economy. If the economy would be
 better and more IT jobs out there, I’d tell them to take a hike and see what
 happens. Can’t afford to do that right now with a mortgage and 2 kids. For
 once I just wish someone would offer me what was promised. Sorry, not
 looking to offend anyone out there. Just blowing off some steam.

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




 --
 Organization and good planning are just crutches for people that can't
 handle stress and caffeine. - unknown
























 --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke







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

Re: More consequences of bad IP law

2009-08-12 Thread Rob Bonfiglio
The article I read earlier today was from InformationWeek.  They said that
investors aren't phased by this (stock was even up) because they expect this
case to get overturned at a higher court.

On Wed, Aug 12, 2009 at 3:16 PM, Kurt Buff kurt.b...@gmail.com wrote:

 Microsoft can't sell Word anymore?

 i4i is a notorious patent troll, and East Texas is notorious for bad
 juries in cases like this:

 http://news.bbc.co.uk/2/hi/technology/8197990.stm

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


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

Re: More consequences of bad IP law

2009-08-12 Thread Rob Bonfiglio
As long as they use the .doc format they're ok.  :-P
It also doesn't take effect for 60 days.

On Wed, Aug 12, 2009 at 3:49 PM, Michael Hoffman m...@drumbrae.net wrote:

  Would the court have to hand write their documents in this case or can
 they still use Word?



 Mike



 *From:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Sent:* 12 August 2009 20:45
 *To:* NT System Admin Issues
 *Subject:* Re: More consequences of bad IP law



 The article I read earlier today was from InformationWeek.  They said that
 investors aren't phased by this (stock was even up) because they expect this
 case to get overturned at a higher court.

 On Wed, Aug 12, 2009 at 3:16 PM, Kurt Buff kurt.b...@gmail.com wrote:

 Microsoft can't sell Word anymore?

 i4i is a notorious patent troll, and East Texas is notorious for bad
 juries in cases like this:

 http://news.bbc.co.uk/2/hi/technology/8197990.stm

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













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

Re: OT: Salary rant

2009-08-11 Thread Rob Bonfiglio
My advice is to take the sure thing right now.  You can always keep looking.
Also, look at Federal jobs.  The gov't is always hiring!  Heck, I got 3
e-mails today (granted they were from the same recruiter for the same job)
for an Exchange admin in Maryland.  But I'm sure the DC/VA/MD area is not
the only place where they have IT positions open.
Take a look: http://www.usajobs.gov/

On Tue, Aug 11, 2009 at 4:49 PM, Christopher Bodnar 
christopher_bod...@glic.com wrote:

 I know I’m not going to get a any sympathy here, due to the unemployment
 rate, and the economy in general, but needed to vent a little. Was hired as
 a contract to hire position last year. Great company, close to home, good
 salary. 6 months in they cut my salary by 10% to the contracting company,
 which was then passed on to me. I was told at the time, that if/when I was
 offered full time employment, I would be brought on with the initial salary
 I had started at. Just go the official offer, and it’s 5% below that. I know
 I should be thankful I even have a job, which I am. But I still feel like
 they are low-balling me just because of the economy. If the economy would be
 better and more IT jobs out there, I’d tell them to take a hike and see what
 happens. Can’t afford to do that right now with a mortgage and 2 kids. For
 once I just wish someone would offer me what was promised. Sorry, not
 looking to offend anyone out there. Just blowing off some steam.

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


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

Re: toshiba magnia sg30

2009-08-10 Thread Rob Bonfiglio
You can find the manual here I believe, select Archive and go from there:

http://eu.computers.toshiba-europe.com/innovation/download_manuals.jsp

On Mon, Aug 10, 2009 at 3:47 PM, Thomas Gonzalez 
tgonza...@girlscouts-swtx.org wrote:

  So I’m in a bit of a dilemma, the harddrive on our router took the
 highway and never returned. I purchased a new one and I’m not even sure how
 to format it, and place the recovery CD into the router.



 This router was acquired from one Girl Scout location and now I have
 custody of the equipment. With that said, no documentation was provided
 either.



 Anyone ever mess or use this model? I just need to know how to go about the
 reinstall of the software.







 TIA





 Thomas

 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 Girl
 Scouts of Southwest Texas. Warning: Although precautions have been taken to
 make sure no viruses are present in this email, Girl Scouts of Southwest
 Texas cannot accept responsibility for any loss or damage that arise from
 the use of this email or attachments.







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

Re: U.S. Marines ban Facebook, MySpace, Twitter

2009-08-08 Thread Rob Bonfiglio
You're gonna  wanna get tested for that ASAP.

On Fri, Aug 7, 2009 at 4:51 PM, mck1012 mck1...@yahoo.com wrote:

  I went out with a female APPALACHIAN-AMERICAN the other night and I think
 she gave me the shook.

  --
 *From:* Tim Vander Kooi tvanderk...@expl.com
 *To:* NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
 *Sent:* Friday, August 7, 2009 4:37:13 PM
 *Subject:* RE: U.S. Marines ban Facebook, MySpace, Twitter

  I consider Shook to be more of a verb than a noun (as in, “The price of
 gas went up today and really made me feel like I’d been Shooked.” Or “The
 used car salesman really gave him the Shook.”).

 TVK



 - Problems become opportunities when the right people join together.



 *From:* David Lum [mailto:david@nwea.org]
 *Sent:* Friday, August 07, 2009 3:22 PM
 *To:* NT System Admin Issues
 *Subject:* RE: U.S. Marines ban Facebook, MySpace, Twitter



 Marines = men

 Army = Shook



 *From:* Weatherford, Chad [mailto:cweatherf...@scvl.com]
 *Sent:* Friday, August 07, 2009 12:08 PM
 *To:* NT System Admin Issues
 *Subject:* RE: U.S. Marines ban Facebook, MySpace, Twitter



 Hey now, the Marines may go in first but they wouldn’t hold the ground
 without the Army coming in behind them!



 *cw*
   --

 *From:* Brumbaugh, Luke [mailto:luke.brumba...@butlerahs.com]
 *Sent:* Friday, August 07, 2009 2:00 PM
 *To:* NT System Admin Issues
 *Subject:* RE: U.S. Marines ban Facebook, MySpace, Twitter



 The Grunt I meant was Army (slang http://en.wikipedia.org/wiki/Slang for
 an infantryman http://en.wikipedia.org/wiki/Infantry)







 *From:* David W. McSpadden [mailto:dav...@imcu.com]
 *Sent:* Friday, August 07, 2009 2:54 PM
 *To:* NT System Admin Issues
 *Subject:* Re: U.S. Marines ban Facebook, MySpace, Twitter



 I think that was actually someone in the Army or Navy.

 We don't have time to change the channel.

 :-)

  - Original Message -

 *From:* Brumbaugh, Luke luke.brumba...@butlerahs.com

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

 *Sent:* Friday, August 07, 2009 2:50 PM

 *Subject:* RE: U.S. Marines ban Facebook, MySpace, Twitter



 I give you that one. Wasn’t it the grunts who tried the find out where to
  change the channel.





 *From:* David W. McSpadden [mailto:dav...@imcu.org]
 *Sent:* Friday, August 07, 2009 2:21 PM
 *To:* NT System Admin Issues
 *Subject:* Re: U.S. Marines ban Facebook, MySpace, Twitter



 Luke,

 Understanding that you might be able to use a computer and maybe even help
 load a bomb or two on a plane.  I have to ask who it is that is 'lighting
 up' the target for ya'.  I think it is a forward observer.  You know those
 dumb jarheads that are catching bullets for you flyboys to sleep tight every
 night.

 You might think we can't operate a computer but if you think about it they
 all make good tire blocks for the jets...

 :-)





  - Original Message -

 *From:* Micheal Espinola Jr michealespin...@gmail.com

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

 *Sent:* Friday, August 07, 2009 2:14 PM

 *Subject:* Re: U.S. Marines ban Facebook, MySpace, Twitter



 It prolly just a front.

 --
 ME2

 On Fri, Aug 7, 2009 at 2:06 PM, Brumbaugh, Luke 
 luke.brumba...@butlerahs.com wrote:

 Wow that’s shocking, being ex-Air Force, I always thought that Marines
 couldn’t operate a computer.



 *From:* Micheal Espinola Jr [mailto:michealespin...@gmail.com]
 *Sent:* Friday, August 07, 2009 1:58 PM
 *To:* NT System Admin Issues
 *Subject:* FYI: U.S. Marines ban Facebook, MySpace, Twitter



 The U.S. Marine Corps has slapped an immediate ban on the use of social
 networking sites on its network, warning that sites like Facebook, MySpace
 and Twitter are a “proven haven for malicious hackers and content.”

 The ban, contained in an order issued Monday, will last for a year.  It
 specifically mentions Facebook, Twitter and MySpace although it applies to
 what is described as “Web-based services that allows communities of people
 to share common interests.”


 http://blogs.zdnet.com/security/?p=3907

 --
 ME2





 **

 CONFIDENTIALITY NOTICE: The information transmitted in this message is
 intended only for the person or entity to which it is addressed and may
 contain confidential and/or privileged material. Any review, retransmission,
 dissemination or other use of this information by persons or entities other
 than the intended recipient is prohibited. If you received this in error,
 please contact the sender and destroy all copies of this document. Thank
 you.

 Butler Animal Health Supply

 **
















































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

Re: Andy out of commission

2009-08-07 Thread Rob Bonfiglio
I was just going to say that it was copied and pasted like a true
Appalacian-American!

On Fri, Aug 7, 2009 at 2:17 PM, Maglinger, Paul pmaglin...@scvl.com wrote:

  Where'd you learn how to number items, you Appalachian-American...

  --
 *From:* Andy Shook [mailto:andy.sh...@peak10.com]
 *Sent:* Friday, August 07, 2009 1:12 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Andy out of commission

You are such a butt-monkey…



 I’ve been off parole for several years now and have no desire to wipe and
 reload as a girl .



 Which reminds me….



 Due to the climate of political correctness now pervading America ,
 Kentuckians, Tennesseans and West Virginians will no longer be referred to
 as 'HILLBILLIES.'

 You must now refer to them as

 APPALACHIAN-AMERICANS.



 And furthermore

 HOW TO SPEAK ABOUT WOMEN AND BE POLITICALLY CORRECT:



 1.   She is not a 'BABE' or a 'CHICK' - She is a ' BREASTED AMERICAN.'

 2.

 2. She is not 'EASY' - She is

 'HORIZONTALLY ACCESSIBLE.'



 3.   She is not a 'DUMB BLONDE' - She is a 'LIGHT-HAIRED DETOUR OFF
 THE INFORMATION SUPERHIGHWAY.'

 4.

 4. She has not 'BEEN AROUND' - She is a

 'PREVIOUSLY-ENJOYED COMPANION.'



 5. She does not 'NAG' you - She becomes

 ' VERBALLY REPETITIVE.'



 5.   She is not a 'TWO-BIT HOOKER' - She is a ' LOW COST PROVIDER.'



 HOW TO SPEAK ABOUT MEN AND BE POLITICALLY CORRECT:

 1.   He does not have a 'BEER GUT' - He has developed a 'LIQUID GRAIN
 STORAGE FACILITY.'

 2.

 3.   He is not a 'BAD DANCER' - He is ‘OVERLY CAUCASIAN.'



 3.   He does not 'GET LOST ALL THE TIME' - He ' INVESTIGATES
 ALTERNATIVE DESTINATIONS.'



 4.   He is not 'BALDING' - He is in'FOLLICLE REGRESSION.'



 5.   He does not act like a 'TOTAL ASS' - He develops a case of
 RECTAL-CRANIAL INVERSION.'



 6.   It's not his 'CRACK' you see hanging out of his pants - It's
 'Posterior CLEAVAGE





 Shook



 *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
 *Sent:* Friday, August 07, 2009 11:20 AM
 *To:* NT System Admin Issues
 *Subject:* Andy out of commission



 I just got off the phone with Shook’s parole officer. His request was
 granted by the incarceration board, so he will be away from the list for a
 few days for the surgery.



 Fortunately “Andy” is a unisex name, so we won’t have to call her “Mrs.
 Shook” when she comes back post-op.



 Let’s all be supportive of her life-long dream to escape the man’s body
 she’s been trapped in becomes a reality.



 -sc















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

Re: FYI: U.S. Marines ban Facebook, MySpace, Twitter

2009-08-07 Thread Rob Bonfiglio
“Web-based services that allows communities of people to share common
interests.”

Without having read the order, that statement seems very wide open!  One
could make the case that it could apply to a list like this.

On Fri, Aug 7, 2009 at 1:57 PM, Micheal Espinola Jr 
michealespin...@gmail.com wrote:

 The U.S. Marine Corps has slapped an immediate ban on the use of social
 networking sites on its network, warning that sites like Facebook, MySpace
 and Twitter are a “proven haven for malicious hackers and content.”

 The ban, contained in an order issued Monday, will last for a year.  It
 specifically mentions Facebook, Twitter and MySpace although it applies to
 what is described as “Web-based services that allows communities of people
 to share common interests.”


 http://blogs.zdnet.com/security/?p=3907

 --
 ME2







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

Smart Card Logon and Tumbleweed Desktop Validator

2009-08-04 Thread Rob Bonfiglio
Is anyone here using smart cards for logon?  If so, are you also using
Tumbleweed DV?

We are looking into enabling smart card authentication at one of our
locations, and my boss's boss has asked me to put together a Visio document
showing the logon process.  We would be using Tumbleweed DV and I am trying
to fit that into the Windows logon process.

I found this document from Microsoft:
http://technet.microsoft.com/en-us/library/dd277377.aspx#EDAA

The document is from Windows 2000, but I don't think much has changed with
the smart card authentication process.  This is also the only document that
I have been able to find from Microsoft which applied to what I was looking
for.  My hunch is that Tumbleweed DV would fit in right after step 4 and
before step 5, to verify that the certificate is still valid.  Would someone
be able to verify that I am correct?  Or if I'm wrong, tell me where it
should fit into the process?

Thanks for the help!

Rob

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

Re: Is there a SharePoint Expert that can help me out? 2.0 - 3.0 PROBLEMS

2009-07-31 Thread Rob Bonfiglio
I had a call once that last for about 12 hours...but that was mostly b/c the
SharePoint engineer didn't seem to know much about SQL...after about 10-11
hours of working he got a SQL engineer on the phone and it was fixed pretty
quickly.

On Fri, Jul 31, 2009 at 9:42 AM, Carol Fee c...@massbar.org wrote:

  +1 on that.  You really did get lucky.  PSS for SharePoint and MOSS is
 not spiffy.

 *CFee*


  --
  *From:* Ken Schaefer [mailto:k...@adopenstatic.com]
 *Sent:* Thursday, July 30, 2009 8:05 PM

 *To:* NT System Admin Issues
 *Subject:* RE: Is there a SharePoint Expert that can help me out? 2.0 -
 3.0 PROBLEMS

Four hours is nothing ;-)



 We’ve had PSS calls open for weeks with SharePoint. Had another SharePoint
 + DPM issue that went all the way back to the PGs to have them figure out
 which of the two products (or how they were interacting) was breaking DPM. I
 think that was 6 weeks all up.



 Cheers

 Ken



 *From:* Marty Nelson [mailto:mnel...@transdyn.com]
 *Sent:* Friday, 31 July 2009 1:03 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Is there a SharePoint Expert that can help me out? 2.0 -
 3.0 PROBLEMS



 I ended up on the phone with MS for four hours so something went really
 wrong and thank god they knew where to fix it!



 Thanks again for the suggestions.



 -Marty



 *From:* Ken Schaefer [mailto:k...@adopenstatic.com]
 *Sent:* Wednesday, July 29, 2009 6:20 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Is there a SharePoint Expert that can help me out? 2.0 -
 3.0 PROBLEMS



 The Configuration Database is an SQL Server (or MSDE) database somewhere.
 It’s usually called SharePoint_Config (for MOSS at least). So, you have to
 have SQL Server or MSDE somewhere, and it needs to be hosting this database.



 You can run the SharePoint Technologies Configuration Wizard to reconnect
 to the database, but you obviously need to know what your SQL Server
 name/instance is...



 Cheers
 Ken



 *From:* Marty Nelson [mailto:mnel...@transdyn.com]
 *Sent:* Thursday, 30 July 2009 3:49 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Is there a SharePoint Expert that can help me out? 2.0 -
 3.0 PROBLEMS



 Sorry, a little more info.  This is running on a W2K3 SP@ machine with
 IE7.  Now it’s degraded to the point to where I cannot even connect to the
 central management page.  Says “Cannot connect to the configuration
 database.”



 Now when I set this up originally YEARS ago, I accepted all of the defaults
 and now have no idea where the data resides.  I have ~* very lightly used
 SharePoint sites, none of which are available at the moment.



 This database error is a new phenomenon since I last posted



 Thanks,



 -Marty



 *From:* Marty Nelson [mailto:mnel...@transdyn.com]
 *Sent:* Wednesday, July 29, 2009 10:20 AM
 *To:* NT System Admin Issues
 *Subject:* Is there a SharePoint Expert that can help me out? 2.0 - 3.0
 PROBLEMS



 So I started the workup to this upgrade yesterday.  Got all of the prereq
 stuff loaded, ran a prescan everything came back dandy.  Ran the upgrade,
 looked like it finished with no problems.   And that’s where it fell off of
 a cliff.  Looking at the upgrade.log file there are some errors and
 failures, but I have no idea what it means, much less how to fix them.  If
 there’s anyone out there that can help me out I would greatly appreciate it!



 FWIW, these are the instructions I’ve been following:



 http://technet.microsoft.com/en-us/library/cc424954.aspx



 PLEASE HELP!



 -Marty





























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

Re: Is there a SharePoint Expert that can help me out? 2.0 - 3.0 PROBLEMS

2009-07-31 Thread Rob Bonfiglio
We were part of a University who spent lots of money on Microsoft (in EDU
terms anyway.  Microsoft almost gives things away to the EDU space.)  But,
my manager wasn't all that great on keeping up with the account
numbersso I'm not sure which level of support I got compared to what I
was supposed to get.  From what you describe it sounds like I didn't get the
Premier support.

On Fri, Jul 31, 2009 at 10:24 AM, Brian Desmond br...@briandesmond.comwrote:

  *A lot of this is also a function of the fact that you get totally
 different support if you’re calling on a pro case (when you call and put it
 on a credit card) versus a premier contract. Premiere support comes with
 SLAs, a TAM to complain to, etc. The pro cases folks are outsourced and come
 with none of that. You get what you pay for essentially…*

 * *

 *Thanks,*

 *Brian Desmond*

 *br...@briandesmond.com*

 * *

 *c - 312.731.3132*

 * *

 *From:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Sent:* Friday, July 31, 2009 9:03 AM
 *To:* NT System Admin Issues
 *Subject:* Re: Is there a SharePoint Expert that can help me out? 2.0 -
 3.0 PROBLEMS



 I had a call once that last for about 12 hours...but that was mostly b/c
 the SharePoint engineer didn't seem to know much about SQL...after about
 10-11 hours of working he got a SQL engineer on the phone and it was fixed
 pretty quickly.

 On Fri, Jul 31, 2009 at 9:42 AM, Carol Fee c...@massbar.org wrote:

 +1 on that.  You really did get lucky.  PSS for SharePoint and MOSS is not
 spiffy.



 *CFee*




  --

 *From:* Ken Schaefer [mailto:k...@adopenstatic.com]

 *Sent:* Thursday, July 30, 2009 8:05 PM


 *To:* NT System Admin Issues
 *Subject:* RE: Is there a SharePoint Expert that can help me out? 2.0 -
 3.0 PROBLEMS



 Four hours is nothing ;-)



 We’ve had PSS calls open for weeks with SharePoint. Had another SharePoint
 + DPM issue that went all the way back to the PGs to have them figure out
 which of the two products (or how they were interacting) was breaking DPM. I
 think that was 6 weeks all up.



 Cheers

 Ken



 *From:* Marty Nelson [mailto:mnel...@transdyn.com]
 *Sent:* Friday, 31 July 2009 1:03 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Is there a SharePoint Expert that can help me out? 2.0 -
 3.0 PROBLEMS



 I ended up on the phone with MS for four hours so something went really
 wrong and thank god they knew where to fix it!



 Thanks again for the suggestions.



 -Marty



 *From:* Ken Schaefer [mailto:k...@adopenstatic.com]
 *Sent:* Wednesday, July 29, 2009 6:20 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Is there a SharePoint Expert that can help me out? 2.0 -
 3.0 PROBLEMS



 The Configuration Database is an SQL Server (or MSDE) database somewhere.
 It’s usually called SharePoint_Config (for MOSS at least). So, you have to
 have SQL Server or MSDE somewhere, and it needs to be hosting this database.



 You can run the SharePoint Technologies Configuration Wizard to reconnect
 to the database, but you obviously need to know what your SQL Server
 name/instance is...



 Cheers
 Ken



 *From:* Marty Nelson [mailto:mnel...@transdyn.com]
 *Sent:* Thursday, 30 July 2009 3:49 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Is there a SharePoint Expert that can help me out? 2.0 -
 3.0 PROBLEMS



 Sorry, a little more info.  This is running on a W2K3 SP@ machine with
 IE7.  Now it’s degraded to the point to where I cannot even connect to the
 central management page.  Says “Cannot connect to the configuration
 database.”



 Now when I set this up originally YEARS ago, I accepted all of the defaults
 and now have no idea where the data resides.  I have ~* very lightly used
 SharePoint sites, none of which are available at the moment.



 This database error is a new phenomenon since I last posted



 Thanks,



 -Marty



 *From:* Marty Nelson [mailto:mnel...@transdyn.com]
 *Sent:* Wednesday, July 29, 2009 10:20 AM
 *To:* NT System Admin Issues
 *Subject:* Is there a SharePoint Expert that can help me out? 2.0 - 3.0
 PROBLEMS



 So I started the workup to this upgrade yesterday.  Got all of the prereq
 stuff loaded, ran a prescan everything came back dandy.  Ran the upgrade,
 looked like it finished with no problems.   And that’s where it fell off of
 a cliff.  Looking at the upgrade.log file there are some errors and
 failures, but I have no idea what it means, much less how to fix them.  If
 there’s anyone out there that can help me out I would greatly appreciate it!



 FWIW, these are the instructions I’ve been following:



 http://technet.microsoft.com/en-us/library/cc424954.aspx



 PLEASE HELP!



 -Marty







































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

Re: Extremely quiet list this morning or I am FUBAR.

2009-07-27 Thread Rob Bonfiglio
Good night Moon!

On Mon, Jul 27, 2009 at 11:30 AM, Andy Shook andy.sh...@peak10.com wrote:

 (For all you parents out there)

 Good night, house.
 Good night, mouse.
 Good night, chair.
 Good night, noises everywhere.

 Now, name that book


 Shook

 -Original Message-
 From: James Kerr [mailto:cluster...@gmail.com]
 Sent: Monday, July 27, 2009 11:28 AM
 To: NT System Admin Issues
 Subject: Re: Extremely quiet list this morning or I am FUBAR.

 its quiet, sh


 - Original Message -
 From: Phillip Partipilo p...@psnet.com
 To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
 Sent: Monday, July 27, 2009 11:21 AM
 Subject: Extremely quiet list this morning or I am FUBAR.


  Eh!
 
 
  Phillip Partipilo
  Parametric Solutions Inc.
  Jupiter, Florida
  (561) 747-6107
 
 
 
 
 
  THIS ELECTRONIC MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL
  AND PROPRIETARY PROPERTY OF THE SENDER. THE INFORMATION IS
  INTENDED FOR USE BY THE ADDRESSEE ONLY. ANY OTHER INTERCEPTION,
  COPYING, ACCESSING, OR DISCLOSURE OF THIS MESSAGE IS PROHIBITED.
  IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY
  NOTIFY THE SENDER AND DELETE THIS MAIL AND ALL ATTACHMENTS. DO NOT
  FORWARD THIS MESSAGE WITHOUT PERMISSION OF THE SENDER.
 
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
  ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

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

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



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

Re: OT: Facebook dislikes you guys

2009-07-23 Thread Rob Bonfiglio
I might have to take a look at some of the Greasemonkey scripts.  I stopped
playing most of the games on FB because all of the repetitive tasks lost my
interest.
I am getting into Farmville though.  Who knows how long it will hold my
interest.

On Thu, Jul 23, 2009 at 10:26 AM, Micheal Espinola Jr 
michealespin...@gmail.com wrote:

 No worries - I dont invite people I dont already know would want to play.
 But if you use Firefox and Facebook, there are some very useful Greasemonkey
 scripts out there.

 As an example of what these are for those not familiar with Greasemonkey: A
 lot of Google Labs tweaks to Gmail, as well as some of the more popular
 Firefox extensions were born from Greasemonkey scripts.

 --
 ME2



 On Thu, Jul 23, 2009 at 10:18 AM, Sherry Abercrombie 
 saber...@gmail.comwrote:

 I'll be honest, if you send me a request on FB to participate in your FB
 game(s), I will ignore it.  Just don't have the time to devote to that, and
 come Sept. I'll have even less free time.  (If you're on FB  saw my update
 from a week or so ago, you'll know why that is.)


 On Thu, Jul 23, 2009 at 9:12 AM, Micheal Espinola Jr 
 michealespin...@gmail.com wrote:

 Ahh, yes.  Here's are some tips for not letting these games consume your
 life:


1. Use Firefox to access Facebook.
2. Install the Greasemonkey extension
3. Install a Greasemonkey script for whichever Facebook game you are
playing.
4. Let the repetitive aspects of the game (i.e. racking up XP or
searching for specific objects) play itself while you work or sleep. Some
scripts will auto-heal, auto-attack, etc.


 There are Greasemonkey scripts for rearranging Facebook too.  Making it a
 much cleaner/elegant layout, without ads, and with the important stuff
 up-top.

 If anyone is interested, I can list specific scripts to run.

 Sorry, but I dont have anything specific to recommend for Farmtown since
 I dont play it.

 --
 ME2



 On Thu, Jul 23, 2009 at 9:49 AM, N Parrnpar...@mortonind.com wrote:
  Man I spend like every waking moment now just trying to rack up XP.  I
 would never sleep if I started Mafia wars.  Good thing is my wife can't yell
 at me because I stalled for the past two years even getting an account and
 she finally talked me in to it, so it's all her fault.
 
  -Original Message-
  From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
  Sent: Thursday, July 23, 2009 8:43 AM
  To: NT System Admin Issues
  Subject: Re: OT: Facebook dislikes you guys
 
  Only if you join my mafia.
 
  LOLs
 
  --
  ME2
 
 
 
  On Thu, Jul 23, 2009 at 9:23 AM, N Parrnpar...@mortonind.com wrote:
  I only want to be friends if you will play farmtown with me! ;^)
  
  From: Sean Rector [mailto:sean.rec...@vaopera.org]
  Sent: Thursday, July 23, 2009 8:08 AM
  To: NT System Admin Issues
  Subject: RE: OT: Facebook dislikes you guys
 
  Pick me!  Pick me! ;)...ya'all can find me on FB, too...Sean Rector or
  http://www.facebook.com/seanrinva
 
 
 
  Sean Rector, MCSE
 
 
 
  From: Sherry Abercrombie [mailto:saber...@gmail.com]
  Sent: Wednesday, July 22, 2009 8:00 PM
  To: NT System Admin Issues
  Subject: Re: OT: Facebook dislikes you guys
 
 
 
  There is one already.  Invitation to join sent to you  others;)
 
   On Wed, Jul 22, 2009 at 5:42 PM, Gavin Wilby gavin.wi...@gmail.com
 wrote:
 
  You know, we could make a NT.S.A group??
 
  Gavin.
 
  Sherry Abercrombie wrote:
 
  +2, another request sent to ya.
 
  On Wed, Jul 22, 2009 at 5:19 PM, Rubens Almeida
  rubensalme...@gmail.com mailto:rubensalme...@gmail.com wrote:
 
 Sent you another one, just in case :)
 
 On Wed, Jul 22, 2009 at 7:51 PM, Gavin Wilbygavin.wi...@gmail.com
 
 mailto:gavin.wi...@gmail.com wrote:
  Just sent you a new one - see what happens!
 
  Gavin.
 
  Sam Cayze wrote:
 
  Ok, not really, but this is weird...
  WAY back in the day during a long thread about social
 networking, I was
  honored to have a bunch of you try to add me to your Facebook
 friends list.
  Sweet, right?
  But, I have never been able to 'Accept' the invitations from
 you guys;
  when I try, it just brings me back to my Profile page when I
 click on it.
  I forgot about it for ages, but just now I randomly got an
 email reminding
  me to add you guys... but I still can't!
  What's is going on?
 
  Sam Cayze
  Information Technology Administrator
  /*ROLLOUTS
  *//*ONSITE * ON DEMAND*/*//*
 
  952.279.6218...Direct Dial
  612.386.3946...Mobile
  877.471.6495...eFax
 
  www.Rollouts.com http://www.rollouts.com/ 
 http://www.Rollouts.com http://www.rollouts.com/
 
 blocked::http://www.Rollouts.com http://www.rollouts.com/
 
  www.e-Technicians.net http://www.e-technicians.net/ 
 http://www.e-Technicians.net http://www.e-technicians.net/
 
 http://www.e-technicians.net/
 
  

Re: Mremote

2009-07-23 Thread Rob Bonfiglio
I just installed it.  So far I'm liking it, and haven't experienced any of
the reported problems.

On Thu, Jul 23, 2009 at 12:14 PM, Phillip Partipilo p...@psnet.com wrote:

  I've had mremote installed for quite a while, but ive been in the habit
 of doing Win+R mstsc for so long, I never use it.


 Phillip Partipilo
 Parametric Solutions Inc.
 Jupiter, Florida
 (561) 747-6107




  --
 *From:* James Rankin [mailto:kz2...@googlemail.com]
 *Sent:* Thursday, July 23, 2009 7:44 AM
 *To:* NT System Admin Issues
 *Subject:* Mremote

  Afternoon all

 Anyone else using MRemote (http://www.mremote.org/wiki/)? Very useful for
 consolidating window sprawl, lets me connect to RDP sessions, web
 interfaces, putty sessions, DRACs, etc. from one tabbed window. However the
 ICA connections only seem able to connect to a Citrix server desktop, anyone
 know how to get it to connect to a published application (if at all)?

 I am trying to find documentation and/or websites, just thought I would
 throw it out there in case any of the gurus have a quick answer to save my
 tired eyes :-)

 TIA

 --
 On two occasions...I have been asked, 'Pray, Mr Babbage, if you put into
 the machine wrong figures, will the right answers come out?' I am not able
 rightly to apprehend the kind of confusion of ideas that could provoke such
 a question.

 http://raythestray.blogspot.com






 --
 If this email is spam, report it here:
 http://www.OnlyMyEmail.com/ReportSpamhttp://www.onlymyemail.com/view/?action=reportSpamId=ODEzNjQ6OTM1MjE3ODM4OnBqcEBwc25ldC5jb20%3D
 THIS ELECTRONIC MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL AND
 PROPRIETARY PROPERTY OF THE SENDER. THE INFORMATION IS INTENDED FOR USE BY
 THE ADDRESSEE ONLY. ANY OTHER INTERCEPTION, COPYING, ACCESSING, OR
 DISCLOSURE OF THIS MESSAGE IS PROHIBITED. IF YOU HAVE RECEIVED THIS MESSAGE
 IN ERROR, PLEASE IMMEDIATELY NOTIFY THE SENDER AND DELETE THIS MAIL AND ALL
 ATTACHMENTS. DO NOT FORWARD THIS MESSAGE WITHOUT PERMISSION OF THE SENDER.







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

Re: Windows 7 RTM

2009-07-22 Thread Rob Bonfiglio
http://windowsteamblog.com/blogs/windows7/archive/2009/07/21/when-will-you-get-windows-7-rtm.aspx


*For Consumers:*

Windows 7 will be in retail stores and shipping on new PCs starting October
22nd. If you pre-ordered Windows 7, it should be delivered sometime around
the October 22nd timeframe (depends on the retailer).


On Wed, Jul 22, 2009 at 1:47 PM, Sam Cayze sam.ca...@rollouts.com wrote:

  That's what I just read on Bink too.

 So what about the Pre-Orders?  When do we get those?

  --
 *From:* Brian Clark [mailto:brianclark2...@googlemail.com]
 *Sent:* Wednesday, July 22, 2009 12:42 PM
 *To:* NT System Admin Issues
 *Subject:* Windows 7 RTM

  I have heard it will be available for Volume licensing Customers on the
 7th August and technet subscribers on the 6th can anyone confirm this?


 Regards

 --
 Brian Clark
 ICT Network Services Ltd
 br...@ictnetworkservices.co.uk
 Tel: 01892 800104
 Fax: 01892 800105
 Mobile: 07736050043

 The information in this e-mail and any file transmitted with it is
 confidential, may be legally privileged and is intended solely for the
 addressee(s).

 If you are not the intended addressee, any disclosure, copying, retention,
 modification or distribution by you is prohibited and may be unlawful:
 please accept our apologies, delete it immediately and notify the
 originator.

 Any views or opinions expressed may be those of the author and do not
 necessarily represent those of ICT Network Services Ltd.

 Although this email has been checked for viruses, ICT Network Services Ltd
 cannot accept liability for any resulting loss or damage.
 ICT Network Services Ltd. Registered Company Number: 5810121.VAT Number:
 901 2432 77











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

Re: List Statistics -

2009-07-21 Thread Rob Bonfiglio
It was always the highlight of my day to see you flame somebody.

I haven't been on this list as long as some others (maybe about 5 years),
but it's always been a very valuable resource for me.  And ALWAYS
entertaining.

On Tue, Jul 21, 2009 at 1:22 AM, Don Ely don@gmail.com wrote:

 Those were the good ol days where flame wars were common place...
 hehehehehehe


 On Mon, Jul 20, 2009 at 10:16 PM, Steven M. Caesare 
 scaes...@caesare.comwrote:

  Indeed!



 *From:* Don Ely [mailto:don@gmail.com]
 *Sent:* Tuesday, July 21, 2009 12:22 AM

 *To:* NT System Admin Issues
 *Subject:* Re: List Statistics -



 Me too!!!

 On Mon, Jul 20, 2009 at 7:40 PM, Steven M. Caesare scaes...@caesare.com
 wrote:

 Hehe… ASB, Kelly, ME, Bart, John Harris, DaveR, Les, Martin, Dean, and
 yours truly(sc)…along with a number of others were here back in the day.



 ASB started Admin_Misc not too long after. I spoke with him today, as a
 matter of fact.



 -sc



 *From:* Len Hammond [mailto:lenhammo...@gmail.com]
 *Sent:* Monday, July 20, 2009 10:22 PM


 *To:* NT System Admin Issues
 *Subject:* Re: List Statistics -



 While I never had a conversation with Bob, I do remember the name and his
 many posts. As well as many others, both Michael's, Andrew Baker, Sherry
 Abercrombie and Erik Goldoff are in my older memories. I have a bunch of
 e-mails archived in Lotus notes (nothing to get at them with anymore) and I
 left that job with Notes in 2000 and it seems as I had been a part of the
 list for 2 or 3 years by then. I took 2 or 3 years away from the list
 and not long after I came back ASB quit posting. I followed an old link
 recently and Andrew's Ultra Tech II web site is still active. The oldest
 post in this current archive is from 2004 and all in a g-mail account - I
 still search things there often.



 There are a bunch of folks on this list from whom I have learned many
 things. It's been a great 10 years. Thanks for the memories.


 Len Hammond
 CSI:Hartland
 lenhamm...@gmail.com

 On Mon, Jul 20, 2009 at 7:27 PM, Blackman, Woody wblack...@occ.cccd.edu
 wrote:

 I remember Bob... from the old nt-list

 Subject: Re: SID creation
 From: Bob Jiantonio b...@sunbelt-software.com
 Date: Mon, 23 Mar 1998 09:35:48 -0500
 X-Message-Number: 28

 In Windows NT, a SID (security identifier) is a unique number that the
 installation of Windows NT Workstation or Server generates, using a
 randomizer based on three seeds:

 the name of the computer

 the time the computer account (not the user account) was created

 the duration of the thread that created the computer account

 Join the 38,000 subscribers who receive the latest
 NT info by subscribing to NTools Newsletter - Its free! -
 http://www.ntsoftdist.com/scripts/lyris.pl?join=nt-list
 /--\
 |...the best WinNT utilities, from one source,|
 | with mainframe quality tech support |
 |--|
 | Sunbelt Software  --  http://www.sunbelt-software.com|
 | Bob Jiantonio -- mailto:b...@sunbelt-software.com
 | 101 N. Garden Ave.--  Phone:  800-688-8404 ext.211   |
 | Suite 230 --  Fax:813-562-5199   |
 | Clearwater--  Int.  1-813-562-0101 ext.211   |
 | Florida 34640 --  Tech Support: 800-688-8404 ext.214 |
 

 But the oldest post in my archive goes to Steven M Caesare:

 Subject: RE: ntfs and fat partitions
 From: Caesare, Steven scaes...@caesare.com
 Date: Tue, 10 Mar 1998 21:05:30 -0800
 X-Message-Number: 1

 Comments inline...

 edited to fit your screen, run time and for content

 -Original Message-
 From: Peter van Houten [mailto:peter...@gmail.com]
 Sent: Monday, July 20, 2009 3:40 PM
 To: NT System Admin Issues
 Subject: Re: List Statistics - WAS: Re: What does it take to get off
 this mailing list?

 The earliest message I have archived [from NTSYSADMIN] is from Bob
 Jiantonio and is listed below. I happened to keep it for the embedded
 .vbs {which is snipped out for brevity].

 Anyone at Sunbelt know Bob?

 --
 Peter van Houten

 snip

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




























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

Re: What does it take to get off this mailing list?

2009-07-17 Thread Rob Bonfiglio
Did Shookie baby just admit to watching Strawberry Shortcake??



On Fri, Jul 17, 2009 at 11:01 AM, Andy Shook andy.sh...@peak10.com wrote:

  Totally makes sense you would know something about fairy tales.  You
 probably enjoyed that show followed Strawberry Shortcake every afternoon
 back in the day.



 Shook



 *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
 *Sent:* Friday, July 17, 2009 10:57 AM

 *To:* NT System Admin Issues
 *Subject:* RE: What does it take to get off this mailing list?



 I believe those were “Fractured Fairy  Tails”, or something like that.



 They were all part of the same 30 minute block I think. Along with the old
 dude with the pipe who would spin the globe and then regale us with some
 tale of hunting Burmese tigers or something like that…



 Good times.



 -sc



 *From:* David W. McSpadden [mailto:dav...@imcu.org]
 *Sent:* Friday, July 17, 2009 10:54 AM
 *To:* NT System Admin Issues
 *Subject:* Re: What does it take to get off this mailing list?



 didn't they always show those two cartoons together one after another along
 with aesops fables?

  - Original Message -

 *From:* Steven M. Caesare scaes...@caesare.com

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

 *Sent:* Friday, July 17, 2009 10:52 AM

 *Subject:* RE: What does it take to get off this mailing list?



 Good pull.



 Did you have to hit The Wayback Machine with Mr. Peabody and Sherman to get
 that?



 -sc





 *From:* paul chinnery [mailto:pdw1...@hotmail.com]
 *Sent:* Friday, July 17, 2009 10:48 AM
 *To:* NT System Admin Issues
 *Subject:* RE: What does it take to get off this mailing list?



 iirc, I believe it was Boris Badenoff.
  --

 Date: Fri, 17 Jul 2009 09:14:00 -0400
 Subject: Re: What does it take to get off this mailing list?
 From: lee.doug...@gmail.com
 To: ntsysadmin@lyris.sunbelt-software.com

 Well, if you did it twice, you'd have 2 wrongs and 2 wrongs make a right -
 right? g

 Hey, wasn't there a character on Rocky  Bullwinkle that was named Boris?
 Just asking.

 On Fri, Jul 17, 2009 at 9:06 AM, Sherry Abercrombie saber...@gmail.com
 wrote:

 Ahh, but David, he's been blocking this for years..and yes, I think
 he did really piss off a bunch of loyal list users with that threat.  And
 that blat attack idea, well to quote a mega hit from the 70's It can't be
 wrong, when it feels so right...

 On Fri, Jul 17, 2009 at 7:45 AM, David W. McSpadden dav...@imcu.org
 wrote:

 So basically it looks like boris is a spambot albeit a kentuckian spambot.

 Sign on to a list such as this with a hotmail account.

 Then blast the sponsor instead of just creating a rule to delete all
 incoming email from nt sys admin or actually going to the website and
 sifting through the gui for 2 minutes to unsub.

 Now all the loyal list users get mad and start responding all the while he
 is harvesting the addresses.

 The old fashioned way grabing them out of the from field.

 Mostly i just want to set up a blat attack and leave it running all night
 to his email account.

 But

 that

 would

 be

 wrong

  - Original Message -

 *From:* Sherry Abercrombie saber...@gmail.com

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

 *Sent:* Friday, July 17, 2009 8:28 AM

 *Subject:* Re: What does it take to get off this mailing list?



 As if using a hotmail account is helping you with UCENOT.

 On Thu, Jul 16, 2009 at 5:43 PM, Boris Elieff beli...@hotmail.com wrote:

 I've been blocking this for years.  I would like this email address
 permanently removed.  Until this happens, I will not only not purchase
 anything from sunbelt but I will discourage everyone else to not purchase
 either.

 Please respond.
  --

 Windows Live™: Keep your life in sync. Check it 
 out.http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009






 --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke
 Sent from Haslet, TX, United States












 --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke
 Sent from Haslet, TX, United States









  --

 Windows Live™: Keep your life in sync. Check it 
 out.http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009























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

Re: Help me STU!!! (was RE: Xen 5.5 diagram)

2009-07-15 Thread Rob Bonfiglio
It's Mega Maid.  She's gone from suck to blow.

On Wed, Jul 15, 2009 at 7:48 AM, John Cook john.c...@pfsf.org wrote:

  Use the Schwartz Andy..
 John W. Cook
 Systems Administrator
 Partnership For Strong Families
 Sent to you from my Blackberry in the Cloud

 --
 *From*: Andy Shook
 *To*: NT System Admin Issues
 *Sent*: Wed Jul 15 07:30:30 2009
 *Subject*: RE: Help me STU!!! (was RE: Xen 5.5 diagram)

  Agreed, that was a major fail on my part, now cut the chatter Red   Аж



 Shook



 *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
 *Sent:* Tuesday, July 14, 2009 10:34 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Help me STU!!! (was RE: Xen 5.5 diagram)



 Imagine my disappointment when the subject line started out   Ь*Help me
 Stu* А, but then omitted   Ь*you  Щre my only hope  А*



 -sc



 *From:* Andy Shook [mailto:andy.sh...@peak10.com]
 *Sent:* Tuesday, July 14, 2009 6:11 PM
 *To:* NT System Admin Issues
 *Subject:* OT: Help me STU!!! (was RE: Xen 5.5 diagram)





 Stu,

 Please setup a block rule in your Lyris box to automatically delete any
 message from Webster that contains Shooky Bab  Ажhe is really starting to
 creep me out.





 Shook



 *From:* Webster [mailto:carlwebs...@gmail.com]
 *Sent:* Tuesday, July 14, 2009 6:05 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Xen 5.5 diagram



 *From:* Andy Shook [mailto:andy.sh...@peak10.com]
 *Subject:* Xen 5.5 diagram



 Looking for a logical architectural diagram of XenServer 5.5 that shows how
 the different components are laid out within the various tiers of a virtual
 infrastructure.  Citri  АЩs training stuff is way lame and I wanted to see
 if anyone knew of such an animal.  5.5 documentation i  т Ьa little lean А
 to be polite.



 As usual, I took care of my Shooky Baby! J





 Webster


















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

 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.







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

Re: UAC--argh...

2009-07-15 Thread Rob Bonfiglio
Have you tried assigning permissions via an elevated command line or
powershell?

On Wed, Jul 15, 2009 at 12:41 PM, Miller Bonnie L. 
mille...@mukilteo.wednet.edu wrote:

  So, I’ve been trying REALLY hard to just get used to UAC with WS08, but
 now that we have some actual file servers coming online, using windows
 explorer to assign permissions is driving me absolutely batty.



 Example: While logged on with a domain admin account on a WS08 SP2 member
 server, I create a folder on the root of the hard drive (let’s call it
 E:\Files).  Then, we remove inherited permissions and strip the list down to
 administrators and system full, and sometimes add domain admins with full,
 since that is the group here who can work with user files.  Then, we assign
 the permissions for domain groups who need access.  Folder can be shared out
 with Everyone Full, but the sharing isn’t really part of the problem.


 What I’ve listed above, which is fine on WS03, never seems to be enough
 permission for UAC, and I’ll get “access denied” errors when trying to apply
 permissions.  If I add my account explicitly (the domain admin I’m logged on
 as), it then works.  But if there is a subfolder (let’s say
 E:\Files\Butterflies) that I’m not added onto, then applying higher level
 permissions will make it stop and bark about permissions for that
 subfolder.  There can be a lot of subfolders, and it stops on each one.



 Leaving the “everyone” permissions or creator owner on there when setting
 up the folder seems to help sometimes, but then you end up with more
 permissions than we want on something, and with creator owner there seem to
 be added permissions.  Explorer.exe can’t be run in “compatability mode” so
 I can’t set it to run elevated, but I find that if I run it as administrator
 I seem to still have problems—it’s almost like each time you change the
 focus in explorer it re-evaluates your credentials.



 Do other people have this trouble, and if so, *what are you doing to
 handle this?*  Here are some options I see:

 1) Assign explicit permissions for administrative accounts on all
 files and folders—yikes!  Would this work with a domain group, as long as
 it’s not domain admins (or something else in administrators)?

 2) Log on with THE local administrator account when we need to work on
 permissions.  (Yuk, getting prompted for domain credentials every time we
 need to browse the domain to add a group.  Also bad having multiple admins
 logging on the same account all the time).

 3) Suck it up and wait for R2, because they’ve made this “better”
 somehow?

 4) When creating a folder, leave permissions at the “default”.  Add
 groups that need access, and restrict the share-level permissions to just
 those groups (another yuk, especially since we are really getting away from
 sharing out every folder).

 5) Something else?  I was reading up on UAC on technet (
 http://technet.microsoft.com/en-us/library/cc709691(WS.10).aspx), but I’m
 not sure if I could gain or lose anything by doing something like disabling
 admin approval mode or changing the elevation prompt for administrators.
 I’m concerned that this might really negate the security benefit of having
 UAC in the first place on a server.

 6) Turn off UAC—honestly, I really don’t want to do this unless there
 is no other option.



 -Bonnie







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

Re: [OT] We Choose The Moon

2009-07-15 Thread Rob Bonfiglio
Looks like July 20th at 6 and 7pm, and again on July 21st at 2am.

http://science.discovery.com/tv-schedules/series.html?paid=48.15013.18.34203.3

On Wed, Jul 15, 2009 at 12:41 PM, Phillip Partipilo p...@psnet.com wrote:

 What day/time?  I'm getting rather disappointed with late night TV lately.
 I'm the type to be at the office till 10pm or later, and watch tv till 2 or
 3am.



 Phillip Partipilo
 Parametric Solutions Inc.
 Jupiter, Florida
 (561) 747-6107



 -Original Message-
 From: Steven M. Caesare [mailto:scaes...@caesare.com]
 Sent: Wednesday, July 15, 2009 11:43 AM
 To: NT System Admin Issues
  Subject: RE: [OT] We Choose The Moon



 Very cool.

 While we are OT'ing... if y'all ever get a chance, catch the 6-part series
 Moon Machines (Discovery, Science or NatGeo channel methinks).
 All about the engineers and processed behind the scenes, as opposed to the
 more typical focus on the politics and astronaut story.

 Fascinating stuff that bunch of uber-nerds accomplished. I say that with
 the
 greatest respect, obviously...

 -sc

  -Original Message-
  From: Ben Scott [mailto:mailvor...@gmail.com]
  Sent: Wednesday, July 15, 2009 10:14 AM
  To: NT System Admin Issues
  Subject: [OT] We Choose The Moon
 
This year is the 40th anniversary of Apollo 11 -- the first time a
  human being set foot on another world.
 
The JFK Presidential Library has a website which is providing a
  real-time simulation/recreation, complete with CGI models, recorded
  audio, video footage, and photos.  It's still on the pad right now.
  Launch is in less than 24 hours (9:32 AM EDT on 16 July).
 
  http://wechoosethemoon.org/
 
Needs Flash 10.  Doesn't seem to like Firefox.
 
  -- Ben
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
  http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

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




 --
 If this email is spam, report it here:

 http://www.onlymyemail.com/view/?action=reportSpamId=ODEzNjQ6OTMwNDg1Njg1On
 BqcEBwc25ldC5jb20%3D


 THIS ELECTRONIC MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL AND
 PROPRIETARY
 PROPERTY OF THE SENDER. THE INFORMATION IS INTENDED FOR USE BY THE
 ADDRESSEE
 ONLY. ANY OTHER INTERCEPTION, COPYING, ACCESSING, OR DISCLOSURE OF THIS
 MESSAGE IS PROHIBITED.
 IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY NOTIFY THE
 SENDER AND DELETE THIS MAIL AND ALL ATTACHMENTS. DO NOT FORWARD THIS
 MESSAGE
 WITHOUT PERMISSION OF THE SENDER.



 THIS ELECTRONIC MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL
 AND PROPRIETARY PROPERTY OF THE SENDER. THE INFORMATION IS
 INTENDED FOR USE BY THE ADDRESSEE ONLY. ANY OTHER INTERCEPTION,
 COPYING, ACCESSING, OR DISCLOSURE OF THIS MESSAGE IS PROHIBITED.
 IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY
 NOTIFY THE SENDER AND DELETE THIS MAIL AND ALL ATTACHMENTS. DO NOT
 FORWARD THIS MESSAGE WITHOUT PERMISSION OF THE SENDER.


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


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

Re: Palm Pre: The phone for suckers?

2009-07-15 Thread Rob Bonfiglio
That's assuming that every Pre user is going to connect to a corporate
e-mail system.  If you wanted it to use it with a home e-mail from your ISP
you'd be SOL.  You can POP your e-mail, but you wouldn't be able to sync
your tasks, calendar, and contacts.

On Wed, Jul 15, 2009 at 3:43 PM, Schwartz, Jim jschwa...@bbandt.com wrote:

 Wireless - To be without a physical, wired connection. ;-)

 A standalone install of Outlook still has to connect to some email
 system so you can just sync with that just like any other client.

 Bad things
 No PIN enforcement.
 No remote wipe.
 Breaks formatting of emails on a reply message.
 No option to change how much a message it downloads and it seems to get
 stuck trying to download the message body of certain types of emails.
 No direct push to subfolders.
 Screen lock time is not settable and is just stupid. It locks every time
 the screen goes dark.
 Battery life is going to be an issue. It's gotten better as the battery
 conditions.
 It can be a little laggy at times switching apps or launching new ones.
 Needs to be more configurable to how I want to work.


 Good things.
 Easy to switch between applications and use with one hand.
 Good call quality.
 Allows me to set up favorite folders in email so if you have lots (like
 I do) you can get a quick view of the folders I most want to look at.
 App Catalogue is limited at this point but once the apps start growing
 it will be nice. Hopefully they will limit the kiddie apps so there
 aren't 600 fart simulators like the iPhone.
 Location services tied with the apps gives you a nice and easy way to
 find what's local for just about anything.
 Solid feel to the phone. Doesn't feel like a toy.
 Nice form factor. Small but extends the keyboard down to give you a real
 keyboard.
 Web browsing is solid. Good page loads, zoom in out, speedy.
 Calendar is pretty good so far. It may change as more meetings come in.

 -Original Message-
 From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
 Sent: Wednesday, July 15, 2009 2:07 PM
 To: NT System Admin Issues
 Subject: Palm Pre: The phone for suckers?

 Along with the physical build quality issues I have been reading
 about, I just found out some interesting details about the Pre:  As a
 previous Palm user of various models over the years, I was really
 surprised to find out that it doesn't come with an installation CD!
 i.e. no HotSync software or Palm Desktop.  Which also means, no direct
 syncing with a standalone install of Outlook.  This should go over big
 with consumers.

 The Pre does however allow you to sync with Google, Facebook, and
 Exchange.

 You can download for free the Data Transfer Assistant, but it only
 provides a one-time, one-way transfer of Calendar, Contacts, Tasks
 and Memos from your computer to your phone.  Or you can go out and
 buy Chapura PocketMirror.

 Great. thanks Palm.  Or have I missed something very obvious?

 --
 ME2

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



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



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

Re: IE zero day exploit Microsoft new for 1+ yrs of this flaw

2009-07-10 Thread Rob Bonfiglio
I'm not defending themnot knowing much about how the attack works it's
hard for me to defend them; 16-18 months does seem like an excessive amount
of time.  But the fact that one of the discoverers of the vulnerability did
kind of defend them in the article should be taken into account.  This is a
quote from the article:

*Although Reavey declined to get specific today, Smith, one of the
researchers who reported the vulnerability, hinted at reasons. The nature
of this flaw is sort of unique, he said. The mechanics of this are sort of
unique as well. It was those unique qualities that required more time than
Microsoft would normally need.*

*Smith refused to criticize Microsoft for not patching sooner. All along
the way, they've told me how far things have progressed, he said of
Microsoft's security team. They would ping me every time they reached a
milestone on the fix.*

On Fri, Jul 10, 2009 at 8:37 AM, Ziots, Edward ezi...@lifespan.org wrote:


 http://www.computerworld.com/s/article/9135370/Microsoft_admits_it_knew_of_critical_IE_bug_in_early_08?source=CTWNLE_nlt_dailyam_2009-07-10

 You know this type of stuff really burns me up, they knew since early 08 of
 this flaw, and did nothing about it, to fix it and get a patch out. No they
 gotta wait till hackers start exploiting this on a mass scale, and then they
 start paying attention. Scary part is how many other exploits do they know
 about that could have system-compromise type payloads, and haven't done
 anything about it.

 Again another PR nightmare and another black-eye for M$ because of there
 lack of due-diligence, has put customers at risk.

 Now note the fix is supposed to be coming out Tuesday for the various
 reported flaws ( including the last 2 IE ones) but it's a little too late
 when the bad guys already have plowed through thousands of computers and
 websites, with there exploits, and now those machines are apart of botnets,
 that are probably behind the spamming, and DDOS/DOS of GOVT sites, which has
 been posted on ISC from SANS.

 Any thoughts folks? Tell yeah TAM's

 Z


 Edward Ziots
 Network Engineer
 Lifespan Organization
 MCSE,MCSA,MCP+I, ME, CCA, Security +, Network +
 ezi...@lifespan.org
 Phone:401-639-3505
 
 From: Eric Wittersheim [mailto:eric.wittersh...@gmail.com]
 Sent: Thursday, July 09, 2009 6:35 PM
 To: NT System Admin Issues
 Subject: Re: Trend Micro and IE zero day exploit

 hmm, makes me wonder if OpenDNS is offering something like this.  I think
 I'll take a look.
 On Thu, Jul 9, 2009 at 5:07 PM, Devin Meade devin.me...@gmail.com wrote:
 FYI - If you have Trend Micro Office Scan and are using the web reputation
 feature, you are covered:

 http://us.trendmicro.com/us/threats/microsoft-mpeg-vulnerability/index.html
 Trend Micro products with Web Reputation technology currently block
 malicious URLs associated with this exploit.

 -- Devin






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



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

Re: IE zero day exploit Microsoft new for 1+ yrs of this flaw

2009-07-10 Thread Rob Bonfiglio
It won't be.  They say so in the article.

On Fri, Jul 10, 2009 at 9:55 AM, HELP_PC g...@enter.it wrote:



  And who will assure us that Tuesday patches will be really definitive ?

 *GuidoElia*
 *HELPPC*


  --
 *Da:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Inviato:* venerdì 10 luglio 2009 14.56
 *A:* NT System Admin Issues
 *Oggetto:* Re: IE zero day exploit Microsoft new for 1+ yrs of this flaw

  I'm not defending themnot knowing much about how the attack works
 it's hard for me to defend them; 16-18 months does seem like an excessive
 amount of time.  But the fact that one of the discoverers of the
 vulnerability did kind of defend them in the article should be taken into
 account.  This is a quote from the article:

 *Although Reavey declined to get specific today, Smith, one of the
 researchers who reported the vulnerability, hinted at reasons. The nature
 of this flaw is sort of unique, he said. The mechanics of this are sort of
 unique as well. It was those unique qualities that required more time than
 Microsoft would normally need.*

 *Smith refused to criticize Microsoft for not patching sooner. All along
 the way, they've told me how far things have progressed, he said of
 Microsoft's security team. They would ping me every time they reached a
 milestone on the fix.*

 On Fri, Jul 10, 2009 at 8:37 AM, Ziots, Edward ezi...@lifespan.orgwrote:


 http://www.computerworld.com/s/article/9135370/Microsoft_admits_it_knew_of_critical_IE_bug_in_early_08?source=CTWNLE_nlt_dailyam_2009-07-10

 You know this type of stuff really burns me up, they knew since early 08
 of this flaw, and did nothing about it, to fix it and get a patch out. No
 they gotta wait till hackers start exploiting this on a mass scale, and then
 they start paying attention. Scary part is how many other exploits do they
 know about that could have system-compromise type payloads, and haven't done
 anything about it.

 Again another PR nightmare and another black-eye for M$ because of there
 lack of due-diligence, has put customers at risk.

 Now note the fix is supposed to be coming out Tuesday for the various
 reported flaws ( including the last 2 IE ones) but it's a little too late
 when the bad guys already have plowed through thousands of computers and
 websites, with there exploits, and now those machines are apart of botnets,
 that are probably behind the spamming, and DDOS/DOS of GOVT sites, which has
 been posted on ISC from SANS.

 Any thoughts folks? Tell yeah TAM's

 Z


 Edward Ziots
 Network Engineer
 Lifespan Organization
 MCSE,MCSA,MCP+I, ME, CCA, Security +, Network +
 ezi...@lifespan.org
 Phone:401-639-3505
 
 From: Eric Wittersheim [mailto:eric.wittersh...@gmail.com]
 Sent: Thursday, July 09, 2009 6:35 PM
 To: NT System Admin Issues
 Subject: Re: Trend Micro and IE zero day exploit

 hmm, makes me wonder if OpenDNS is offering something like this.  I think
 I'll take a look.
 On Thu, Jul 9, 2009 at 5:07 PM, Devin Meade devin.me...@gmail.com
 wrote:
 FYI - If you have Trend Micro Office Scan and are using the web reputation
 feature, you are covered:


 http://us.trendmicro.com/us/threats/microsoft-mpeg-vulnerability/index.html
 Trend Micro products with Web Reputation technology currently block
 malicious URLs associated with this exploit.

 -- Devin






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












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

Re: New IE zero day exploit in the wild

2009-07-10 Thread Rob Bonfiglio
I've worked in EDU quite a bit, but never for an MD or a lawyer.  But from
what I've heard, I'd probably have to agree.  The PhD's are above..but not
too far above, the Lawyer, and below the doctor.  Mostly because the PhD
starts his/her research one year on $5 million equipment, and wants to make
that equipment last for the next 15 years...which means you end up trying to
support oold equipment!  Not to mention, the PhD also doesn't like being
told he's wrong.  He does, after all, have a PhD and that makes him smarter
than you in all facets of life.

On Fri, Jul 10, 2009 at 11:18 AM, Ziots, Edward ezi...@lifespan.org wrote:

  Below Dr and Above Lawyers, because you can’t go lower than the bottom (
 Lawyers)



 Z



 Edward Ziots

 Network Engineer

 Lifespan Organization

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

 ezi...@lifespan.org

 Phone:401-639-3505
  --

 *From:* Devin Meade [mailto:devin.me...@gmail.com]
 *Sent:* Thursday, July 09, 2009 5:09 PM
 *To:* NT System Admin Issues
 *Subject:* Re: New IE zero day exploit in the wild



 Where do your rate Grad School Professors?  Below or above Dr's and/or
 Lawyers (grin)?

 On Thu, Jul 9, 2009 at 4:06 PM, Kurt Buff kurt.b...@gmail.com wrote:

 Yeah, well...

 In the medical field, right after doctors, I'd put CCU nurses. Heh.

 Kurt


 On Thu, Jul 9, 2009 at 12:27, paul chinnerypdw1...@hotmail.com wrote:
  Thanks.  I am so forwarding this to our Clincal Analyst; she's a licensed
 RN
  who use to work in CCU.
 
  Date: Thu, 9 Jul 2009 11:44:54 -0700

  Subject: Re: New IE zero day exploit in the wild

  From: kurt.b...@gmail.com
  To: ntsysadmin@lyris.sunbelt-software.com
 
  Since I don't work with doctors in my capacity of IT geek, I don't
  know for sure. However, I was married to a critical care nurse for 7
  years, and I'll put my money on the doctors.
 
  Heh.
 

   On Thu, Jul 9, 2009 at 05:04, paul chinnerypdw1...@hotmail.com
 wrote:
   A third of my users are doctors.  I wonder which group is harder to
 work
   with: engineers or doctors?
  

   Date: Wed, 8 Jul 2009 11:51:09 -0700

   Subject: Re: New IE zero day exploit in the wild

   From: kurt.b...@gmail.com

   To: ntsysadmin@lyris.sunbelt-software.com
  
   Truth. However, there are also political and training issues.
  
   1) We haven't, as a company (nor within IT) figured out how to make
   our standard apps work under under non-admin accounts. This will take
   time and resources to figure out, and then further time and resources
   to figure out how to productionise the application of these
 settings
   and apply them across the domain, including two offices overseas.
  
   2) A large portion of our users are engineers who have a rabid
   aversion to the idea that they can't be admins on their own boxes.
 I'm
   in the (multi-year!) process of simply trying to convince engineering
   managers that none of the staff need two NICs in their boxes - one
 for
   the production LAN and one for the test/dev LAN.
  
   3) The overseas offices are also politically resistant to this idea.
  
   While I agree that the load would be lessened, and we'd have a much
   better managed and more secure environment, this is not a trivial
   effort, and at times I despair. But, I persist, and have it as a goal
   to work toward this fiscal year.
  
   The first step is to get signoff by company management, in the form
 of
   an actual policy - something of which there are no good examples.
   There are practices and recommendations regarding IT, but very little
   in the way of a real IT policy that has been agreed to by management.
  
   Kurt
  
   On Wed, Jul 8, 2009 at 07:52, Jonathan Linkjonathan.l...@gmail.com
   wrote:
After taking local admin rights away from users my plate is less
full.
YMMV.
   
On Wed, Jul 8, 2009 at 10:47 AM, Kurt Buff kurt.b...@gmail.com
wrote:
   
Yes, unfortunately, all our users are admins. It sucks, but I use
 it
to my advantage when I can.
   
The reason we've not done a GP is because we haven't had the
 luxury
of
studying to understand them. Our plates always seem to be full
 with
other things.
   
On Tue, Jul 7, 2009 at 19:04, Ken Schaeferk...@adopenstatic.com
wrote:
 Are all your users admins? Otherwise, how is that logon script
 going
 to
 update HKLM?

 Machine-based startup script would be better idea, no?

 Cheers
 Ken

 
 From: Kurt Buff [kurt.b...@gmail.com]
 Sent: Wednesday, 8 July 2009 2:41 AM

  To: NT System Admin Issues
 Subject: Re: New IE zero day exploit in the wild


  I'm just pushing out the .reg file in the login script:

 regedit /s \\fileserver\public\patches\videokillbits.reg

 The file was easy to create, in a capable editor (not notepad or
 wordpad) that allows metacharacter search and replace, such as
 '\n'
 for 

Re: New IE zero day exploit in the wild

2009-07-10 Thread Rob Bonfiglio
Exactly!  I don't know what happens when they give out the PhD'sbut a
good 85% of them seem to lose touch with reality.

On Fri, Jul 10, 2009 at 11:56 AM, Ziots, Edward ezi...@lifespan.org wrote:

  PHD=Pretty High Degree= Lack of Common Sense=Can be wrong more than it
 likes to admit…



 Z



 Edward Ziots

 Network Engineer

 Lifespan Organization

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

 ezi...@lifespan.org

 Phone:401-639-3505
  --

 *From:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Sent:* Friday, July 10, 2009 11:40 AM

 *To:* NT System Admin Issues
 *Subject:* Re: New IE zero day exploit in the wild



 I've worked in EDU quite a bit, but never for an MD or a lawyer.  But from
 what I've heard, I'd probably have to agree.  The PhD's are above..but not
 too far above, the Lawyer, and below the doctor.  Mostly because the PhD
 starts his/her research one year on $5 million equipment, and wants to make
 that equipment last for the next 15 years...which means you end up trying to
 support oold equipment!  Not to mention, the PhD also doesn't like being
 told he's wrong.  He does, after all, have a PhD and that makes him smarter
 than you in all facets of life.

 On Fri, Jul 10, 2009 at 11:18 AM, Ziots, Edward ezi...@lifespan.org
 wrote:

 Below Dr and Above Lawyers, because you can’t go lower than the bottom (
 Lawyers)



 Z



 Edward Ziots

 Network Engineer

 Lifespan Organization

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

 ezi...@lifespan.org

 Phone:401-639-3505
  --

 *From:* Devin Meade [mailto:devin.me...@gmail.com]
 *Sent:* Thursday, July 09, 2009 5:09 PM


 *To:* NT System Admin Issues
 *Subject:* Re: New IE zero day exploit in the wild



 Where do your rate Grad School Professors?  Below or above Dr's and/or
 Lawyers (grin)?

 On Thu, Jul 9, 2009 at 4:06 PM, Kurt Buff kurt.b...@gmail.com wrote:

 Yeah, well...

 In the medical field, right after doctors, I'd put CCU nurses. Heh.

 Kurt


 On Thu, Jul 9, 2009 at 12:27, paul chinnerypdw1...@hotmail.com wrote:
  Thanks.  I am so forwarding this to our Clincal Analyst; she's a licensed
 RN
  who use to work in CCU.
 
  Date: Thu, 9 Jul 2009 11:44:54 -0700

  Subject: Re: New IE zero day exploit in the wild

  From: kurt.b...@gmail.com


  To: ntsysadmin@lyris.sunbelt-software.com
 
  Since I don't work with doctors in my capacity of IT geek, I don't
  know for sure. However, I was married to a critical care nurse for 7
  years, and I'll put my money on the doctors.
 
  Heh.
 

  On Thu, Jul 9, 2009 at 05:04, paul chinnerypdw1...@hotmail.com wrote:
   A third of my users are doctors.  I wonder which group is harder to
 work
   with: engineers or doctors?
  

   Date: Wed, 8 Jul 2009 11:51:09 -0700

   Subject: Re: New IE zero day exploit in the wild

   From: kurt.b...@gmail.com


   To: ntsysadmin@lyris.sunbelt-software.com
  
   Truth. However, there are also political and training issues.
  
   1) We haven't, as a company (nor within IT) figured out how to make
   our standard apps work under under non-admin accounts. This will take
   time and resources to figure out, and then further time and resources
   to figure out how to productionise the application of these
 settings
   and apply them across the domain, including two offices overseas.
  
   2) A large portion of our users are engineers who have a rabid
   aversion to the idea that they can't be admins on their own boxes.
 I'm
   in the (multi-year!) process of simply trying to convince engineering
   managers that none of the staff need two NICs in their boxes - one
 for
   the production LAN and one for the test/dev LAN.
  
   3) The overseas offices are also politically resistant to this idea.
  
   While I agree that the load would be lessened, and we'd have a much
   better managed and more secure environment, this is not a trivial
   effort, and at times I despair. But, I persist, and have it as a goal
   to work toward this fiscal year.
  
   The first step is to get signoff by company management, in the form
 of
   an actual policy - something of which there are no good examples.
   There are practices and recommendations regarding IT, but very little
   in the way of a real IT policy that has been agreed to by management.
  
   Kurt
  
   On Wed, Jul 8, 2009 at 07:52, Jonathan Linkjonathan.l...@gmail.com
   wrote:
After taking local admin rights away from users my plate is less
full.
YMMV.
   
On Wed, Jul 8, 2009 at 10:47 AM, Kurt Buff kurt.b...@gmail.com
wrote:
   
Yes, unfortunately, all our users are admins. It sucks, but I use
 it
to my advantage when I can.
   
The reason we've not done a GP is because we haven't had the
 luxury
of
studying to understand them. Our plates always seem to be full
 with
other things.
   
On Tue, Jul 7, 2009 at 19:04, Ken Schaeferk...@adopenstatic.com
wrote:
 Are all your users admins? Otherwise, how

Re: Google Voice

2009-07-09 Thread Rob Bonfiglio
Currently they are saying it's free.  They don't indicate if it will always
be free though:

http://www.google.com/support/voice/bin/answer.py?answer=141993

On Thu, Jul 9, 2009 at 9:27 AM, Lee Douglas lee.doug...@gmail.com wrote:

 It is pretty cool. I was one of the early 'beta' folks - not that it's a
 normal beta where they pay much attention to feedback.

 The only concerns I have is what it's going to cost and if there will ever
 be a way to move my phone number to them. I hate to give out the Google
 Voice number and later find out that I can't afford it. Right now, having
 yet another phone number isn't a plus unless I can make it my only phone
 number.

 YMMV




  On Wed, Jul 8, 2009 at 6:33 PM, Ben Schorr b...@rolandschorr.com wrote:

 I'm interested in trying it but it looks like they don't have any 808
 numbers so that significantly limits its usefulness to me.

 Ben M. Schorr
 Chief Executive Officer
 __
 Roland Schorr  Tower
 www.rolandschorr.com
 b...@rolandschorr.com
 Twitter: http://www.twitter.com/bschorr


 -Original Message-
 From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
 Sent: Wednesday, July 08, 2009 12:26 PM
 To: NT System Admin Issues
 Subject: OT: Google Voice

 Anyone else get an invite yet?  Looks pretty cool so far...

 --
 ME2

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

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








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

Re: Internet

2009-07-08 Thread Rob Bonfiglio
I'm in Alexandria.  I was having some intermitent trouble getting to
symantec yesterday.  I work for a gov't agency, but don't know if it was
related to the reports that I've seen today.  We aren't affiliated with any
of the agencies I've seen listed so far.

On Wed, Jul 8, 2009 at 12:00 PM, Holstrom, Don dholst...@nbm.org wrote:

 We are having some sites come up, others not. Anyone else experiencing
 this? I heard that some government sites were down recently, today
 others are down. At least for us here at the Museum. Anyone else seeing
 this?

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



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

Re: Virtualized Websense?

2009-07-02 Thread Rob Bonfiglio
I thought ISA was the cure to AIDS, Peace in the Middle East, and hunger in
3rd world countries everywhere?!  Now, if only it could fix gov't and global
warming

On Wed, Jul 1, 2009 at 2:35 PM, Andy Shook andy.sh...@peak10.com wrote:

  (throw back to NT list of three years ago)



 Because ISA sucks…I still love you Dr. Tom… J



 Shook



 *From:* Malcolm Reitz [mailto:malcolm.re...@live.com]
 *Sent:* Wednesday, July 01, 2009 2:26 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Virtualized Websense?



 What Cisco device, if I may ask? Why are you moving away from ISA?



 -Malcolm



 *From:* Sherry Abercrombie [mailto:saber...@gmail.com]
 *Sent:* Wednesday, July 01, 2009 1:06 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Virtualized Websense?



 ISA, but ISA will soon be going away in favor of Cisco equipment.

 On Wed, Jul 1, 2009 at 12:07 PM, Kelsey, John jckel...@drmc.org wrote:

 Sherry,

 Are you running on top of ISA, or do you have it installed on a
 standalone box and all users go out another way?





 ***
 *John C. Kelsey
 *DuBois Regional Medical Center
 (:  814.375.3073
 *:   jckel...@drmc.org
 ***

  -Original Message-
 *From:* Sherry Abercrombie [mailto:saber...@gmail.com]

 *Sent:* Wednesday, July 01, 2009 12:10
 *To:* NT System Admin Issues
 *Subject:* Re: Virtualized Websense?

 Port mirroring, multiple nics and huge resource requirements.  Like I said,
 we tried virtualization and it didn't work well, called their tech support
 and found out that it's not recommended for running in a virtual mode.

 Paul, words of wisdom for implementing:  make sure you have clearly defined
 (by management) rules to setup prior to implementing (just saves you some
 headaches, we have changed our configuration multiple times, and actually
 rebuilt Websense a couple of times because of mgmt changing their minds.).
 Websense technical support is your friend, they are very helpful and in our
 experience response time has been excellent, (I think it's always been we
 got help on that call with little waiting.  Have setup several webex
 sessions and have had really good results with them.)  I'm not saying that
 the product is hard to use, or configure, we've just had mgmt changing their
 minds so many times that we couldn't undo what we had done to do what was
 requested without a complete rebuild or help from technical support.  (It's
 a long story, we've had it in place almost a year now, and it's still not
 really in production and is in fact undergoing another rebuild.sigh).
 Oh and by rebuild, I don't mean a complete rebuild from the OS up, just a
 rebuild/clean install of the application.

 On Wed, Jul 1, 2009 at 10:51 AM, Kelsey, John jckel...@drmc.org wrote:

   Just out of curiosity, why didn't it work?  Because of the port
 mirroring?



 We're about to decommish our SurfControl and install Websense.





 ***
 *John C. Kelsey
 *DuBois Regional Medical Center
 (:  814.375.3073
 *:   jckel...@drmc.org
 ***

  -Original Message-
 *From:* Sherry Abercrombie [mailto:saber...@gmail.com]

 *Sent:* Wednesday, July 01, 2009 11:48
 *To:* NT System Admin Issues
 *Subject:* Re: Virtualized Websense?

 Nope, Websense requires physical hardware, and yes, we tried to deploy it
 in VMWare and it no workee.

 On Wed, Jul 1, 2009 at 10:21 AM, Joe Heaton jhea...@etp.ca.gov wrote:

 Has anyone tried this, or is running Websense virtualized?  Looking at
 finally getting our feet wet with server virtualization, using ESXi, and
 trying to find out if it is possible/supported to run Websense in a virtual
 environment.



 Joe Heaton

 AISA

 Employment Training Panel

 1100 J Street, 4th Floor

 Sacramento, CA  95814

 (916) 327-5276

 jhea...@etp.ca.gov










 --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke







 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error please notify the system manager.
 This message contains confidential information and is intended only for the
 individual named. If you are not the named addressee you should not
 disseminate, distribute or copy this e-mail.








 --

 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke







 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error please notify the system manager.
 This message contains confidential information and is intended only for the
 individual named. If you are not the named addressee you should not
 disseminate, distribute or copy this e-mail.








 --
 Sherry Abercrombie

 Any 

Re: Virtualized Websense?

2009-07-02 Thread Rob Bonfiglio
Hey hey!  Watch where you're putting that hand.

On Thu, Jul 2, 2009 at 12:14 PM, Thomas W Shinder tshin...@tacteam.netwrote:

  Group hug ;)



 **

 *TOM SHINDER**   |   Sr. Consultant/Technical Writer
 206.443.1117   |   *shin...@prowesscorp.com shin...@prowesscorp.com

 *
 5701 Sixth Avenue South   |   Seattle, WA 98108
 PROWESS   |   *WWW.PROWESSCORP.COM http://www.prowesscorp.com/

 **



 *From:* Andy Shook [mailto:andy.sh...@peak10.com]
 *Sent:* Thursday, July 02, 2009 7:18 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Virtualized Websense?



 What a way to start my Thursday…Dr. Shinder, you complete me.



 Shook



 *From:* Thomas W Shinder [mailto:tshin...@tacteam.net]
 *Sent:* Wednesday, July 01, 2009 10:16 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Virtualized Websense?



 Hey, I’ve grown and realize that ISA can sometimes suck J



 I’m on the UAG path these days anyhow.



 TMG is still interesting though.



 I don’t even hate Cisco anymore.



 Still love you too Andy ;)



 Tom



 *From:* Joe Heaton [mailto:jhea...@etp.ca.gov]
 *Sent:* Wednesday, July 01, 2009 3:13 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Virtualized Websense?



 Shookie, stop stirring the pot :P



 Joe Heaton

 Employment Training Panel



 *From:* Andy Shook [mailto:andy.sh...@peak10.com]
 *Sent:* Wednesday, July 01, 2009 11:36 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Virtualized Websense?



 (throw back to NT list of three years ago)



 Because ISA sucks…I still love you Dr. Tom… J



 Shook



 *From:* Malcolm Reitz [mailto:malcolm.re...@live.com]
 *Sent:* Wednesday, July 01, 2009 2:26 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Virtualized Websense?



 What Cisco device, if I may ask? Why are you moving away from ISA?



 -Malcolm



 *From:* Sherry Abercrombie [mailto:saber...@gmail.com]
 *Sent:* Wednesday, July 01, 2009 1:06 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Virtualized Websense?



 ISA, but ISA will soon be going away in favor of Cisco equipment.

 On Wed, Jul 1, 2009 at 12:07 PM, Kelsey, John jckel...@drmc.org wrote:

 Sherry,

 Are you running on top of ISA, or do you have it installed on a
 standalone box and all users go out another way?





 ***
 *John C. Kelsey
 *DuBois Regional Medical Center
 (:  814.375.3073
 *:   jckel...@drmc.org
 ***

  -Original Message-
 *From:* Sherry Abercrombie [mailto:saber...@gmail.com]

 *Sent:* Wednesday, July 01, 2009 12:10
 *To:* NT System Admin Issues
 *Subject:* Re: Virtualized Websense?

 Port mirroring, multiple nics and huge resource requirements.  Like I said,
 we tried virtualization and it didn't work well, called their tech support
 and found out that it's not recommended for running in a virtual mode.

 Paul, words of wisdom for implementing:  make sure you have clearly defined
 (by management) rules to setup prior to implementing (just saves you some
 headaches, we have changed our configuration multiple times, and actually
 rebuilt Websense a couple of times because of mgmt changing their minds.).
 Websense technical support is your friend, they are very helpful and in our
 experience response time has been excellent, (I think it's always been we
 got help on that call with little waiting.  Have setup several webex
 sessions and have had really good results with them.)  I'm not saying that
 the product is hard to use, or configure, we've just had mgmt changing their
 minds so many times that we couldn't undo what we had done to do what was
 requested without a complete rebuild or help from technical support.  (It's
 a long story, we've had it in place almost a year now, and it's still not
 really in production and is in fact undergoing another rebuild.sigh).
 Oh and by rebuild, I don't mean a complete rebuild from the OS up, just a
 rebuild/clean install of the application.

 On Wed, Jul 1, 2009 at 10:51 AM, Kelsey, John jckel...@drmc.org wrote:

   Just out of curiosity, why didn't it work?  Because of the port
 mirroring?



 We're about to decommish our SurfControl and install Websense.





 ***
 *John C. Kelsey
 *DuBois Regional Medical Center
 (:  814.375.3073
 *:   jckel...@drmc.org
 ***

  -Original Message-
 *From:* Sherry Abercrombie [mailto:saber...@gmail.com]

 *Sent:* Wednesday, July 01, 2009 11:48
 *To:* NT System Admin Issues
 *Subject:* Re: Virtualized Websense?

 Nope, Websense requires physical hardware, and yes, we tried to deploy it
 in VMWare and it no workee.

 On Wed, Jul 1, 2009 at 10:21 AM, Joe Heaton jhea...@etp.ca.gov wrote:

 Has anyone tried this, or is running Websense virtualized?  Looking at
 finally getting our feet wet with server virtualization, using ESXi, and
 trying to find out if it is possible/supported to run Websense in a virtual
 

Re: FYI: new Gmail security feature

2009-06-29 Thread Rob Bonfiglio
I noticed that several weeks ago actually.  I'm not sure that they ever
included it in their What's New bulletin...if they did I missed it.

On Mon, Jun 29, 2009 at 8:33 AM, Micheal Espinola Jr 
michealespin...@gmail.com wrote:

 Anyone else using Gmail notice at the bottom of the window there is
 new account activity usage info; including concurrent activity as well
 as a link to display a recent activity log?

 The log also breaks it down to the type of activity: Browser, feed,
 mobile, POP3, etc.

 --
 ME2

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


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

Re: Michael Jackson dead?

2009-06-26 Thread Rob Bonfiglio
I love my XM Radio!  I heard about the 911 call while listening to Fox News
on the way home...heard he actually had passed on a local DC radio station.

On Fri, Jun 26, 2009 at 12:20 PM, Vicky Spelshaus vicky.spelsh...@gmail.com
 wrote:

 So I'm not the only one who still has a satellite radio.  I also heard this
 while surfing thru my favorites on my XM radio.


 On Fri, Jun 26, 2009 at 10:59 AM, Sherry Abercrombie 
 saber...@gmail.comwrote:

 Sheesh, you guys are funny.

 How many people can say that they heard about MJ's death from Nina
 Blackwood?  I was listening to my Sirius radio on the 80's channel and
 that's when I first heard the news.

 If you don't know who Nina Blackwood is, you're too young to be
 participating in this conversation.


 On Fri, Jun 26, 2009 at 10:35 AM, David Lum david@nwea.org wrote:

  True, but only because I’m married. :-P;

 *From:* Andy Shook [mailto:andy.sh...@peak10.com]
 *Sent:* Friday, June 26, 2009 8:33 AM

 *To:* NT System Admin Issues
 *Subject:* RE: Michael Jackson dead?



 And Lum’s still like a virgin.



 Shook



 *From:* Tom Miller [mailto:tmil...@hnncsb.org]
 *Sent:* Friday, June 26, 2009 11:31 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Michael Jackson dead?



 Material Girl(s).

  David Lum david@nwea.org 6/26/2009 11:27 AM 
 Yeah, but I didn't pull off the look as well as you did, you were a
 ringer!

 -Original Message-
 From: Andy Shook [mailto:andy.sh...@peak10.com]
 Sent: Friday, June 26, 2009 8:26 AM
 To: NT System Admin Issues
 Subject: RE: Michael Jackson dead?

 I heard you did...

 Shook
 -Original Message-
 From: David Lum [mailto:david@nwea.org]
 Sent: Friday, June 26, 2009 11:23 AM
 To: NT System Admin Issues
 Subject: RE: Michael Jackson dead?

 Because for better or worse, celebrities impact more lives than
 non-celebs. Kids try to emulate celebrities, how many girls dressed like
 Madonna in the '80's?

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




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

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
















 --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke








 --
 Organization and good planning are just crutches for people that can't
 handle stress and caffeine. - unknown







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

Re: Bleep'n window server 2008 terminal server

2009-06-25 Thread Rob Bonfiglio
I used it in a test environment on a beta edition of Hyper-V (running it in
a VM) and it worked quite well.
I have noticed with my G5's that if I don't update the NIC driver that RDP
is very jumpy, and often disconnects for no reason.  However, once I updated
to the latest NIC drivers the problem went away.  I don't know what hardware
you're running TS on, but you might take a look to see what driver updates
might be available for you.  I don't know that it would effect printing
specifically though, but it is probably worth a look.

On Thu, Jun 25, 2009 at 4:22 PM, Phil Thompson ph...@wpiinc.com wrote:

  It is very hard to narrow down. I’ve read where others are having issues
 with print as well. Maybe the R2 would be better. One question is, we are an
 XP shop and I’m not sure if the driver issues stems from there. The so
 called ‘easy print’ is suppose to fix that. Because of the spooler crashing
 all the time I’m guessing the freezing is related.



 I’m really bummed, I like the remote apps, the new management applets just
 about everything but it is totally unreliable!!



 Thanks for feedback.



 *From:* Ben Nordlander [mailto:bennordlan...@gmail.com]
 *Sent:* Thursday, June 25, 2009 4:16 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Bleep'n window server 2008 terminal server



 heh was planning on migrating my 03 citrix to windows 08 with latest
 version of XenApp (or whatever it is called now; previously
 metaframe/presentation). maybe 2008 R2 will be better for us? :)

 -Ben

 On Thu, Jun 25, 2009 at 1:10 PM, Phil Thompson ph...@wpiinc.com wrote:

 Just wonder others experience with 08 terminal server. I’m needing to
 vent!!!



 Right now I’m ready to throw the damn thing in the lake. I have had nothing
 but trouble with it for 3 months. One of the big reasons I got it was the so
 called *ease of printing*. What a bunch of BULL that is. Nothing but
 trouble, especially with HP printers shutting down the spooler. Right now
 the server freezes up. Can’t get to task manager to see what is going on.
 Logs don’t tell anything. I have to hold the off button to shut it down.



 There are some features I like but generally it is a pile of C R A P !!



 I have my trusty old 03 Terminal server to fall back on. NEVER have an
 issue with it. Same programs running on it. The venders say there software
 is compatible but I truly doubt it or it



 I’m going to take 08 off of it and go with 03, my only choice at this time.
 3 months of explaining to management and users this and that, I’m starting
 look like a dumb ass.



 Any way that’s it. I feel better now.!!





















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

Re: Cell phone allocation and turnover?

2009-06-23 Thread Rob Bonfiglio
But you're only 28?

Happy Birthday!

On Tue, Jun 23, 2009 at 11:34 AM, Sherry Abercrombie saber...@gmail.comwrote:

 Hmm, well Ben, I've celebrated my birthday on this day for the last 43
 years  ;)  Thanks guys.


 On Tue, Jun 23, 2009 at 10:20 AM, Ben Scott mailvor...@gmail.com wrote:

 On Tue, Jun 23, 2009 at 10:09 AM, Steve Ens stevey...@gmail.com wrote:
  BTW, happy birthday Sherry!

 On Tue, Jun 23, 2009 at 11:18 AM, Sherry Abercrombie saber...@gmail.com
 wrote:
  Thanks Steve ;)

  It's your birthday, Sherry?  Happy birthday!

  I didn't know you had a birthday this year.  ;-)

 -- Ben

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




  --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke







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

Re: IE8 on XP Hanging tabs

2009-06-23 Thread Rob Bonfiglio
Try disabling plug-ins to see if it's being caused by one of them?
I am using IE8 on XP SP2 without the problems you describe.

On Tue, Jun 23, 2009 at 9:16 AM, Steven M. Caesare scaes...@caesare.comwrote:

  Running IE8 on XP (2 separate boxes), I get problems with new taps
 “hanging” when opened. That the “loading” indicator will sit there and spin,
 but I never get any content. Now if I copy and paste that address in to
 another tab, it will load just fine.



 It often seems to be every other tab, up to a point (i.e. tabs 1, 3 and 5
 will work, tabs 2 and 4 will hang). But once I get up to 7-8 tabs nothing
 works.



 I originally suspected DNS, but all my testing seems fine, and Firefox
 doesn’t seem to suffer the same problem. My IE8-on-Vista installation seems
 fine too (although on a separate net).



 My Google-fu seems to indicate this was a known problem with the RC, but
 that it got fixed for release…



 -sc







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

VirtualWiFi...looks interesting

2009-06-23 Thread Rob Bonfiglio
http://research.microsoft.com/en-us/um/redmond/projects/virtualwifi/

*VirtualWiFi* (previously known as MultiNet) is a virtualization
architecture for wireless LAN (WLAN) cards. It abstracts a single WLAN card
to appear as multiple virtual WLAN cards to the user. The user can then
configure each virtual card to connect to a different wireless network.
Therefore, VirtualWiFi allows a user to simultaneously connect his machine
to multiple wireless networks using just one WLAN card. This new
functionality introduced by VirtualWiFi enables many new applications, which
were not possible earlier using a single WLAN card.

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

Re: Dying XP workstations - what are my virtualization options

2009-06-18 Thread Rob Bonfiglio
Check with your Microsoft rep on this.  I was at an MTC recently talking
about virtualization and I'm pretty sure they said that Microsoft offers a
seperate license for desktops that will be virtualized.
See this link for details...it may or may not apply:
http://www.microsoft.com/windows/enterprise/technologies/virtualization-licensing.aspx

On Wed, Jun 17, 2009 at 11:14 PM, Ben Scott mailvor...@gmail.com wrote:

 snip

  Also, be aware that volume Windows workstation licenses are upgrade
 only.  You can't use them for a VM, as far as I know.  You'll have to
 buy FPP (Full Packaged Product, i.e., retail box).

 /snip


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

Re: where is my message?

2009-06-16 Thread Rob Bonfiglio
I just saw your post from today:
why would anyone want to go to MSN.com

I don't recall seeing yesterday's, but I don't read every e-mail that comes
through this list either.

On Tue, Jun 16, 2009 at 10:41 AM, aci tkcont...@yahoo.com wrote:

 I posted a message twice... Once yesterday and once today and it doesn't
 seem to want to make it onto the forum. Now, of course I did attach a zipped
 up version of a screen shot that was 35K because a wordpad doc was over 1MB
 for a 300k file (Come on MS... get it together!!!)

 Does anyone know why this happens??

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


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

Re: FYI: Reports of Outlook automatic archiving activating after patching this weekend

2009-06-15 Thread Rob Bonfiglio
What verion(s) of Outlook?

On Mon, Jun 15, 2009 at 11:47 AM, Micheal Espinola Jr 
michealespin...@gmail.com wrote:

 I've seen sporadic reports online, and can confirm sporadic instances
 within an organization I deal with, that some systems that had patches
 applied over the weekend that were installed via AU caused Outlook to try
 to start for the first time.  This process, along with the standard startup
 dialog that many of us are familiar with also came with a dialog box that
 appeared to be an automatic archive (two folders passing papers with a
 changing list of folders being processed.)

 In every case I am aware of; automatic updates was *not* enabled.

 I have been unable at this time to research further or confirm if an
 archiving actually took place.  Someone also posted about it in the MS
 forums:


 http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.outlook.generaltid=f53bb4ee-9c15-434d-aab9-05c45017ba4ecat=lang=cr=sloc=p=1mid=f53bb4ee-9c15-434d-aab9-05c45017ba4e

 --
 ME2







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

Re: DPM-2007

2009-06-11 Thread Rob Bonfiglio
On camfor Shooky baby?

On Wed, Jun 10, 2009 at 4:53 PM, Steve Ens stevey...@gmail.com wrote:

 LOL, I've binged myself already!


 On Wed, Jun 10, 2009 at 3:51 PM, Micheal Espinola Jr 
 michealespin...@gmail.com wrote:

 binging?  really?

 --
 ME2



 On Wed, Jun 10, 2009 at 4:21 PM, Glen Johnson gjohn...@vhcc.edu wrote:

  Just learning this thing and wondering if anyone has found a way to use
 removable/portable esata drives instead of tapes for long term storage.

 I can’t believe that MS didn’t think of this or at least considering it.

 I’m not finding much googling or binging now.

















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

Anyone using vConverter from Vizioncore?

2009-06-10 Thread Rob Bonfiglio
Is anyone using vConverter from Vizioncore for P2V conversions to Hyper-v?
We aren't able to purchase SCVMM yet, but we have some servers we want to
virtualize now.
Looking at the prices on CDW, it looks like the price may be right.  What
has your experience been with it?

Also, along these lines, I was considering downloading and installing the
eval version of SCVMM.  I thought I could use that to virtualize these
servers, but my manager was concerned that once the eval expired the VHD's
would expire as well causing the VM's not to boot.  I assume this is not
the case, but I thought maybe someone may have a definitive answer.

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

Re: Anyone using vConverter from Vizioncore?

2009-06-10 Thread Rob Bonfiglio
Thanks.  I went and checked it out, but unfortunately it doesn't look like
it will convert to a Hyper-v server.  The only Microsoft product listed was
Virtual Server 2005 and Virtual Server 2005 R2.

On Wed, Jun 10, 2009 at 2:11 PM, Christopher Bodnar 
christopher_bod...@glic.com wrote:

  At my previous employer we used PowerConvert.



 http://www.platespin.com/products/powerconvert/





 We only had VMWare, no Hyper-V, but it worked great.



 YMMV



 Chris Bodnar, MCSE
 Sr. Systems Engineer
 Distributed Systems Service Delivery - Intel Services
 Guardian Life Insurance Company of America
 Email: christopher_bod...@glic.com
 Phone: 610-807-6459
 Fax: 610-807-6003
  --

 *From:* robbonfig...@gmail.com [mailto:robbonfig...@gmail.com]
 *Sent:* Wednesday, June 10, 2009 12:56 PM
 *To:* NT System Admin Issues
 *Subject:* Anyone using vConverter from Vizioncore?



 Is anyone using vConverter from Vizioncore for P2V conversions to Hyper-v?
 We aren't able to purchase SCVMM yet, but we have some servers we want to
 virtualize now.

 Looking at the prices on CDW, it looks like the price may be right.  What
 has your experience been with it?



 Also, along these lines, I was considering downloading and installing the
 eval version of SCVMM.  I thought I could use that to virtualize these
 servers, but my manager was concerned that once the eval expired the VHD's
 would expire as well causing the VM's not to boot.  I assume this is not
 the case, but I thought maybe someone may have a definitive answer.









  --

 *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! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

Re: Cross Post: Help! User Error!

2009-06-09 Thread Rob Bonfiglio
That's where all the best thinking is done.

On Tue, Jun 9, 2009 at 2:59 PM, Andy Shook andy.sh...@peak10.com wrote:

  I can verify the call went through, he reached me in my “other” office



 Shook



 *From:* Webster [mailto:carlwebs...@gmail.com]
 *Sent:* Tuesday, June 09, 2009 2:58 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Cross Post: Help! User Error!



 *From:* Terry Fryrear [mailto:tfryr...@gmail.com]
 *Subject:* RE: Cross Post: Help! User Error!



 I created a contact in my outlook using forward slashes.

 After it reconciled I called the contact and it went through. I even
 checked to make sure the it had the forward slashes on my BB. It did. So she
 had to make all of her contacts in her Outlook using forward slashes instead
 of dashes.



 I just did the same thing here.  I change Shooky Baby’s entry in my Outlook
 Contacts to have the “/”, synced my BB, made sure the “/” was there and then
 called up old Shooky Baby to make sure it worked.





 Webster











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

Re: Windows 2008 Trial License to Volume License

2009-06-08 Thread Rob Bonfiglio
My understanding is that CDW is correct.  We were trying to do something
similar here, downloading the trial edition and then using the Volume
License key rather than the trial key.  It wouldn't work.  We had to figure
out who we had to talk to about getting access to the volume license site
and download the appropriate software (Win 2k8) and then reinstall over top.

In our case we hadn't installed any services on the boxes yet b/c we wanted
to get the licensing correct first.  So, while it wasn't a problem for us, I
can't promise you that it will not impact your environment.  If you have a
spare box you could load up the box, move the services off, reinstall the OS
on the original box, and then move the services back.

On Mon, Jun 8, 2009 at 3:04 PM, Keith Turgeon kturg...@gmail.com wrote:

 Hello,


 I am looking at an issue, and would like a little extra clarification.   We
 have a couple of servers that have been installed using the Windows 2008
 trial copy that is available for download from Microsoft.   This enabled
 the company to get the servers up and running as they would like.   Now they
 have gone ahead and purchase volume licenses (eOpen), and would like to
 apply these licenses to these servers.   When we try to add the license key
 to the servers, it ends up failing as an invalid key.   After speaking with
 the rep from CDW, they stated, that since it was a trial media and not
 volume media, we will need to do a in place upgrade to get the licenses in
 place and activated.Now these servers are the production BES and
 Transport exchange servers, so I'm a little leery about doing this
 upgrade.

 Anyone know of a better way to get the license key updated, or what are the
 thoughts on doing this in place upgrade?   Any thoughts are much
 appreciated.

 Thanks,
 Keith









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

Re: Finding Old files

2009-06-08 Thread Rob Bonfiglio
I wrote/borrowed a script that looked at the last accessed date and logged
anything that was older than 6 months to a CSV file.  It's written in
VBScript.  I'm sure there are tools out there that do what you wantin
fact, now that I look, Robocopy probably does what you need.

But, if you'd like to take a look at the vbscript let me know and I can send
it to you.  It shouldn't take much to modify it for what you're looking for.

On Mon, Jun 8, 2009 at 3:12 PM, Mike French
mike.fre...@theequitybank.comwrote:

 My google fu is not going well today. Anybody have a favorite utility
 (preferably not just a script piped to a text file) that can search a
 file server and filter the files based on last modified date? We do full
 daily backups even though only about 2% of our data actually changes. I
 want to move old data (2+ years old) off the file shares targeted for
 backup over to an external Archive drive. It's a pain drilling into
 folders with explorer

 MIKE FRENCH
 NETWORK ENGINEER
 ~EQUITY BANK
 Office: 214.231.4565
 mike.fre...@theequitybank.com


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



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

Re: My OS is better than your OS

2009-06-05 Thread Rob Bonfiglio
I've never had any problems with Vista.  I'm curious, what specifically is
Windows 7 addressing for you that was a bust in Vista?

On Fri, Jun 5, 2009 at 2:20 PM, Ziots, Edward ezi...@lifespan.org wrote:

 Waiting for Windows 7 honestly, because Vista was a BUST...

 Z

 Edward Ziots
 Network Engineer
 Lifespan Organization
 MCSE,MCSA,MCP+I, ME, CCA, Security +, Network +
 ezi...@lifespan.org
 Phone:401-639-3505

 -Original Message-
 From: Ben Scott [mailto:mailvor...@gmail.com]
 Sent: Friday, June 05, 2009 11:48 AM
 To: NT System Admin Issues
 Subject: Re: My OS is better than your OS

 On Fri, Jun 5, 2009 at 11:34 AM, Phil Brutschep...@optimumdata.com
 wrote:
  I'm sorry, but I don't think you've used Vista enough.

  I'm sorry, but I don't think you read my message carefully enough.  :)

  If you set up separate admin and non-admin accounts - with passwords -
  the UAC prompts will *require* the user enter a password for the
  elevation to succeed.

  That part was in the paragraph immediately following the one you
 quoted.  :)

 -- Ben

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

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



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

Re: My OS is better than your OS

2009-06-05 Thread Rob Bonfiglio
I haven't messed around with Windows 7 yet, but I'm pretty sure the UAC
isn't going away.  And I don't think you can blame the application
compatibility completely on Microsoft.  And certainly not the lack of
drivers.  Why is that not the vendors' fault for getting them out within a
reasonable time frame?
It seems to me that all we're really getting with Windows 7 is Vista SP3 or
R2.  You're getting a renamed OS due to bad press and agressive marketing by
Mac.  But, like I said, I haven't messed around with it much.



On Fri, Jun 5, 2009 at 2:55 PM, Ziots, Edward ezi...@lifespan.org wrote:

  More than ¾ of my applications aren’t supported with Vista by there
 vendors, on top of UAC and all the prompting, major reason why we sticking
 to XP.



 Honestly, I used Vista at home, and hated it, lack of drivers, application
 incompabilities, had to relax a boatload of permissions and security levels
 just to make some things work ok, or at all. It isn’t worth the pain.



 Z



 Edward Ziots

 Network Engineer

 Lifespan Organization

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

 ezi...@lifespan.org

 Phone:401-639-3505
  --

 *From:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Sent:* Friday, June 05, 2009 2:27 PM
 *To:* NT System Admin Issues
 *Subject:* Re: My OS is better than your OS



 I've never had any problems with Vista.  I'm curious, what specifically is
 Windows 7 addressing for you that was a bust in Vista?

 On Fri, Jun 5, 2009 at 2:20 PM, Ziots, Edward ezi...@lifespan.org wrote:

 Waiting for Windows 7 honestly, because Vista was a BUST...

 Z

 Edward Ziots
 Network Engineer
 Lifespan Organization
 MCSE,MCSA,MCP+I, ME, CCA, Security +, Network +
 ezi...@lifespan.org
 Phone:401-639-3505


 -Original Message-
 From: Ben Scott [mailto:mailvor...@gmail.com]
 Sent: Friday, June 05, 2009 11:48 AM
 To: NT System Admin Issues
 Subject: Re: My OS is better than your OS

 On Fri, Jun 5, 2009 at 11:34 AM, Phil Brutschep...@optimumdata.com
 wrote:
  I'm sorry, but I don't think you've used Vista enough.

  I'm sorry, but I don't think you read my message carefully enough.  :)

  If you set up separate admin and non-admin accounts - with passwords -
  the UAC prompts will *require* the user enter a password for the
  elevation to succeed.

  That part was in the paragraph immediately following the one you
 quoted.  :)

 -- Ben

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

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













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

Windows 7 to RTM in July....

2009-06-04 Thread Rob Bonfiglio
...and available from retailers Oct 22.

http://money.cnn.com/2009/06/02/technology/microsoft_windows.reut/index.htm?postversion=2009060215

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

Re: [OT] Wolfram Alpha

2009-06-04 Thread Rob Bonfiglio
Notable event for October 14, 1979:
Birth of Stacy Keibler (wrestler)

Woo hoo!
On Thu, Jun 4, 2009 at 8:54 AM, Maglinger, Paul pmaglin...@scvl.com wrote:

 Neat...  I even tried all your base belong to us.  It got it right!
 Another good site to wile away the time...  :-)

 -Original Message-
 From: Ben Scott [mailto:mailvor...@gmail.com]
 Sent: Thursday, June 04, 2009 12:00 AM
 To: NT System Admin Issues
 Subject: [OT] Wolfram Alpha


  Okay, so it's not quite Friday yet, but close enough...

  Wolfram Alpha http://www.wolframalpha.com/ is a general-purpose,
 natural-language knowledge retrieval system.  You know, one of those
 things where you're supposed to be able to ask a question like you
 would a fellow human, and get back a useful response.  It just went
 live a little while ago.

  Go ask it: Are you Skynet?

  Then ask it to open the pod bay doors.

  It also knows the meaning of life, and the amount of wood a
 woodchuck can chuck, and quite a few other things.  Much of the
 Internet has apparently spent quite a bit of time looking for easter
 eggs.

 -- Ben

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

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



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

Re: [OT] Wolfram Alpha

2009-06-04 Thread Rob Bonfiglio
I did the same thing...but didn't click on more digits

On Thu, Jun 4, 2009 at 9:22 AM, Steven M. Caesare scaes...@caesare.comwrote:

  http://www37.wolframalpha.com/input/?i=pi



 That “more digits” link is interesting after about the 5th click…



 -sc



 *From:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Sent:* Thursday, June 04, 2009 9:09 AM
 *To:* NT System Admin Issues
 *Subject:* Re: [OT] Wolfram Alpha



 Notable event for October 14, 1979:
 Birth of Stacy Keibler (wrestler)



 Woo hoo!

 On Thu, Jun 4, 2009 at 8:54 AM, Maglinger, Paul pmaglin...@scvl.com
 wrote:

 Neat...  I even tried all your base belong to us.  It got it right!
 Another good site to wile away the time...  :-)


 -Original Message-
 From: Ben Scott [mailto:mailvor...@gmail.com]
 Sent: Thursday, June 04, 2009 12:00 AM
 To: NT System Admin Issues
 Subject: [OT] Wolfram Alpha


  Okay, so it's not quite Friday yet, but close enough...

  Wolfram Alpha http://www.wolframalpha.com/ is a general-purpose,
 natural-language knowledge retrieval system.  You know, one of those
 things where you're supposed to be able to ask a question like you
 would a fellow human, and get back a useful response.  It just went
 live a little while ago.

  Go ask it: Are you Skynet?

  Then ask it to open the pod bay doors.

  It also knows the meaning of life, and the amount of wood a
 woodchuck can chuck, and quite a few other things.  Much of the
 Internet has apparently spent quite a bit of time looking for easter
 eggs.

 -- Ben

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

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













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

Re: [OT] Wolfram Alpha

2009-06-04 Thread Rob Bonfiglio
Click it too many times and you get:

Column[{Null,{}}[[2,1]],ItemSize-infinity]

On Thu, Jun 4, 2009 at 9:22 AM, Steven M. Caesare scaes...@caesare.comwrote:

  http://www37.wolframalpha.com/input/?i=pi



 That “more digits” link is interesting after about the 5th click…



 -sc



 *From:* Rob Bonfiglio [mailto:robbonfig...@gmail.com]
 *Sent:* Thursday, June 04, 2009 9:09 AM
 *To:* NT System Admin Issues
 *Subject:* Re: [OT] Wolfram Alpha



 Notable event for October 14, 1979:
 Birth of Stacy Keibler (wrestler)



 Woo hoo!

 On Thu, Jun 4, 2009 at 8:54 AM, Maglinger, Paul pmaglin...@scvl.com
 wrote:

 Neat...  I even tried all your base belong to us.  It got it right!
 Another good site to wile away the time...  :-)


 -Original Message-
 From: Ben Scott [mailto:mailvor...@gmail.com]
 Sent: Thursday, June 04, 2009 12:00 AM
 To: NT System Admin Issues
 Subject: [OT] Wolfram Alpha


  Okay, so it's not quite Friday yet, but close enough...

  Wolfram Alpha http://www.wolframalpha.com/ is a general-purpose,
 natural-language knowledge retrieval system.  You know, one of those
 things where you're supposed to be able to ask a question like you
 would a fellow human, and get back a useful response.  It just went
 live a little while ago.

  Go ask it: Are you Skynet?

  Then ask it to open the pod bay doors.

  It also knows the meaning of life, and the amount of wood a
 woodchuck can chuck, and quite a few other things.  Much of the
 Internet has apparently spent quite a bit of time looking for easter
 eggs.

 -- Ben

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

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













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

Re: OT antique modem

2009-06-03 Thread Rob Bonfiglio
My sister's!  What the hell are you guys doing with it?!  :-P

On Wed, Jun 3, 2009 at 9:12 AM, Maglinger, Paul pmaglin...@scvl.com wrote:

  So what's 8655309?

  --
 *From:* Sherry Abercrombie [mailto:saber...@gmail.com]
 *Sent:* Wednesday, June 03, 2009 7:32 AM
 *To:* NT System Admin Issues
 *Subject:* Re: OT antique modem

  8675309 was Jenny's number.  In the Dallas/Fort Worth area there is a big
 plumbing company that has that number and uses that tune in their radio
 advertising.

  On Tue, Jun 2, 2009 at 8:21 PM, Jonathan Link jonathan.l...@gmail.comwrote:

  That ain't Jenny's number...


  On Tue, Jun 2, 2009 at 9:11 PM, Erik Goldoff egold...@gmail.com wrote:

  I always prefered ATDT*w*8655309  g

  Erik Goldoff

 *IT  Consultant*

 *Systems, Networks,  Security *


  --
  *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
 *Sent:* Tuesday, June 02, 2009 9:00 PM

 *To:* NT System Admin Issues
 *Subject:* RE: OT antique modem

AT+++

 ATE1

 ATL1

 ATM1

 ATV1

 ATX4

 ATDT8675309



 …



 AT+++

 ATH0



 -sc



 *From:* Micheal Espinola Jr [mailto:michealespin...@gmail.com]
 *Sent:* Tuesday, June 02, 2009 8:16 PM
 *To:* NT System Admin Issues
 *Subject:* Re: OT antique modem



 You know, I always do that.   Hayes 110!

 --
 ME2

  On Tue, Jun 2, 2009 at 7:49 PM, Erik Goldoff egold...@gmail.com
 wrote:

 150 ?  Or did you mean 110 ???  ( yep, I'm *that* old g )


 Erik Goldoff

 *IT  Consultant*

 *Systems, Networks,  Security *




  --

 *From:* Micheal Espinola Jr [mailto:michealespin...@gmail.com]
 *Sent:* Tuesday, June 02, 2009 6:37 PM


 *To:* NT System Admin Issues

  *Subject:* Re: OT antique modem

 My first was a 150, and then quickly to a 300.  Bulletin boards and free
 Internet access via MIT mainframe servers pre-WWW (all you had to do was
 ask!).  Back when DNS didnt exist and you had to keep and trade sheets of IP
 addresses.


 --
 ME2

  On Tue, Jun 2, 2009 at 5:47 PM, Reimer, Mark mark.rei...@prairie.edu
 wrote:

 I also had a 300, but on a Toshiba T1000, first Toshiba laptop (I think).
 I hit BB’s with it, didn’t do any surfing.



 Still hook up to a phone system for log downloads etc, at 300 baud, but
 using a 2400 to do it.



 Mark



 *From:* Daniel E. Rodriguez [mailto:drod...@gmail.com]
 *Sent:* Monday, June 01, 2009 6:02 AM
 *To:* NT System Admin Issues
 *Subject:* RE: OT antique modem



 Mine was a 300 but on a Vic-20.

 Daniel E. Rodriguez









































 --
 Sherry Abercrombie

 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke











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

Re: Google Aps

2009-06-01 Thread Rob Bonfiglio
Better to presue than postsue.

On Mon, Jun 1, 2009 at 1:22 PM, John Hornbuckle 
john.hornbuc...@taylor.k12.fl.us wrote:

 I like the idea of presuing them. Let us know how much money you're
 awarded.

 ;-)




 John





 -Original Message-
 From: Jeremy Anderson [mailto:jer...@mapiadmin.net]
 Sent: Monday, June 01, 2009 1:21 PM
 To: NT System Admin Issues
 Subject: OT: Google Aps


 I was just informed by my boss that we will activly be presuing using
 Google Aps Enterprise in our company and if the 30 day trial goes well, then
 we will be off Exchange and using Google Aps.

 After my initial almost fall over and hit the floor, and quick panic about
 how long I will have my job, I started to wonder about this a bit.  I was
 asked what my opinion was and I honestly replied I dont have enough
 information to even reply

 Does anyone on this list have any experiance with somthing like this?  Any
 links to how well this might scale in a 1500 user enviroment?  Pros/Cons or
 reviews?  I know even MS is pushing the Software as a Service idea.

 I dont even know where to start on this one, but my gut reaction is are
 you guys crazy?  I dont know if thats even a correct reaction.

 Thanks
 Jeremy

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


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



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

Re: Amusing

2009-05-29 Thread Rob Bonfiglio
5.25 for roughly 350 users.

On Fri, May 29, 2009 at 9:33 AM, David Mazzaccaro 
david.mazzacc...@hudsonhhc.com wrote:

 Mine is at 40.  (150 users, 1 E2003 store)
 Never thought to look at this particular perfmon counter before this
 post.
 Id' be interested to see what others are reporting


 -Original Message-
 From: Steven M. Caesare [mailto:scaes...@caesare.com]
 Sent: Friday, May 29, 2009 9:30 AM
 To: NT System Admin Issues
 Subject: RE: Amusing

 I bet if you look at your SIS ratio perf counter you won't see anything
 near a 10x reduction.


 -sc

 -Original Message-
 From: John Hornbuckle john.hornbuc...@taylor.k12.fl.us
 Sent: Thursday, May 28, 2009 4:13 PM
 To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
 Subject: RE: Amusing

 I'll have to ponder that one a bit. Not sure I like it. Disks may be
 cheap, but eliminating SIS would cause storage requirements to increase
 by an order of magnitude. The OP's situation is a prime example...
 Suddenly a 9 MB storage requirement becomes 2.7 GB storage requirement
 (if my math is right).







 From: Brian Desmond [mailto:br...@briandesmond.com]
 Sent: Thursday, May 28, 2009 4:10 PM
 To: NT System Admin Issues
 Subject: RE: Amusing



 3000x9



 Disks are cheap, Exchange 2010 is designed to run RAID-less on large
 SATA (e.g. 1TB) drives. 1 database per SATA drive - TX logs  DB on the
 same volume.





 Thanks,

 Brian Desmond

 br...@briandesmond.com



 c - 312.731.3132



 Active Directory, 4th Ed - http://www.briandesmond.com/ad4/
 http://www.briandesmond.com/ad4/

 Microsoft MVP - https://mvp.support.microsoft.com/profile/Brian
 https://mvp.support.microsoft.com/profile/Brian



 From: John Hornbuckle [mailto:john.hornbuc...@taylor.k12.fl.us]
 Sent: Thursday, May 28, 2009 2:57 PM
 To: NT System Admin Issues
 Subject: RE: Amusing



 How does Ex 2010 work regarding SIS? If it doesn't use it, does it use
 some similar technology? Or would the OP's 9 MB file now take 3000x9 MB
 of space?







 John Hornbuckle

 MIS Department

 Taylor County School District

 318 North Clark Street

 Perry, FL 32347



 www.taylor.k12.fl.us












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


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



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

Re: VISTA SP2

2009-05-29 Thread Rob Bonfiglio
I've installed it on a few servers herea DC and two Hyper-V hosts.  None
of them are being used very much  though.  So far nothing negative  to
report.

On Fri, May 29, 2009 at 10:41 AM, Jon Harris jk.har...@gmail.com wrote:

 Has anyone done the Server 2008 SP 2 yet or am I the guinea pig for it?

 Jion

   On Fri, May 29, 2009 at 10:20 AM, Don Guyer 
 don.gu...@prufoxroach.comwrote:

 Only thing I've seen so far was it killed the sound driver on my home PC
 and a coworker's computer.

 Don Guyer
 Systems Engineer - Information Services
 Prudential, Fox  Roach/Trident Group
 431 W. Lancaster Avenue
 Devon, PA 19333
 Direct: (610) 993-3299
 Fax: (610) 650-5306
 don.gu...@prufoxroach.com

 -Original Message-
 From: Steven M. Caesare [mailto:scaes...@caesare.com]
 Sent: Thursday, May 28, 2009 6:33 PM
 To: NT System Admin Issues
  Subject: RE: VISTA SP2

 Torrent users can stop patching TCPIP.SYS


 -sc

 -Original Message-
 From: Sam Cayze sam.ca...@rollouts.com
 Sent: Thursday, May 28, 2009 12:33 PM
 To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
 Subject: RE: VISTA SP2


 List of what's included:
 http://technet.microsoft.com/en-us/library/dd335036.aspx

 Found this one interesting:
 SP2 removes the limit of 10 half open outbound TCP connections. By
 default, SP2 has no limit on the number of half open outbound TCP
 connections.

 Sam



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


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

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








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

Re: 17,5 mill Hard Drive

2009-05-27 Thread Rob Bonfiglio
Pour guy! Is their sum won we can call two help him out?

On Wed, May 27, 2009 at 5:30 PM, Tim Vander Kooi tvanderk...@expl.comwrote:

  Very small and blue? Yup, that’s ME2.



 *From:* Gary Whitten [mailto:li...@undiscoveredworlds.com]
 *Sent:* Wednesday, May 27, 2009 4:28 PM
 *To:* NT System Admin Issues
 *Subject:* RE: 17,5 mill Hard Drive



 I think you blue it with this answer.


  --

 *From:* Andy Shook [mailto:andy.sh...@peak10.com]
 *Sent:* Wednesday, May 27, 2009 5:24 PM
 *To:* NT System Admin Issues
 *Subject:* RE: 17,5 mill Hard Drive

 very small size



 Shook



 *From:* Micheal Espinola Jr [mailto:michealespin...@gmail.com]
 *Sent:* Wednesday, May 27, 2009 5:21 PM
 *To:* NT System Admin Issues
 *Subject:* Re: 17,5 mill Hard Drive



 I've got balls of ...

 --
 ME2

 On Wed, May 27, 2009 at 4:02 PM, Stefan Jafs sj...@amico.com wrote:

 http://blogs.zdnet.com/storage/?p=485tag=nl.e550



 Don’t’ steel from your employees!

 *___*

 *Stefan Jafs*

















 No virus found in this incoming message.
 Checked by AVG - www.avg.com
 Version: 8.5.339 / Virus Database: 270.12.39/2133 - Release Date: 05/27/09
 07:50:00











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

Re: Microsoft update release methodology (RTM, GDR, LDR, QFE, etc.)

2009-05-22 Thread Rob Bonfiglio
It's too early to get that intelligent on a Friday!  I think I need a few
drinks now. :-P

On Thu, May 21, 2009 at 8:52 PM, Ben Scott mailvor...@gmail.com wrote:

  This just came across the patch management list.  It's highly
 informative and useful, so I thought I'd re-post here.  Thanks to
 Susan The SBS Diva Bradley for the link (and many other useful ones
 in the past).  It explains Microsoft's update release methodology and
 nomenclature, including all those TLAs like RTM, GDR, LDR, QFE, etc.

 http://blogs.technet.com/mrsnrub/archive/2009/05/14/gdr-qfe-ldr-wth.aspx

  Of particular interest to me is the statement that $NtUninstallKB
 folders are used for more than just uninstall.  They reportedly
 contain all the possible versions of a file that might be needed to
 support *future* updates.  I thought that's what $hf_mig$ was supposed
 to be for?

  I have to say... while I really appreciate someone taking the time
 to write all that up, I don't think I've ever seen a better
 illustration as to just how Byzantine Microsoft's release practices
 are.  Anything that confusing is not a good design, as far as I'm
 concerned.  :-(

 -- Ben

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


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

Re: Microsoft update release methodology (RTM, GDR, LDR, QFE, etc.)

2009-05-22 Thread Rob Bonfiglio
Intelligence should never be a requirement for a Friday before a 3 day
weekend.  The only thing I should have to think about is whether I'll have
enough beer and burgers to make it through the weekend.  :-)



On Fri, May 22, 2009 at 8:18 AM, Jonathan Link jonathan.l...@gmail.comwrote:

 If it were simple we wouldn't need to have the discussion, and you wouldn't
 need to possess intelligence on a Friday. :-)


 On Fri, May 22, 2009 at 7:57 AM, Rob Bonfiglio robbonfig...@gmail.comwrote:

 It's too early to get that intelligent on a Friday!  I think I need a few
 drinks now. :-P

  On Thu, May 21, 2009 at 8:52 PM, Ben Scott mailvor...@gmail.com wrote:

  This just came across the patch management list.  It's highly
 informative and useful, so I thought I'd re-post here.  Thanks to
 Susan The SBS Diva Bradley for the link (and many other useful ones
 in the past).  It explains Microsoft's update release methodology and
 nomenclature, including all those TLAs like RTM, GDR, LDR, QFE, etc.

 http://blogs.technet.com/mrsnrub/archive/2009/05/14/gdr-qfe-ldr-wth.aspx

  Of particular interest to me is the statement that $NtUninstallKB
 folders are used for more than just uninstall.  They reportedly
 contain all the possible versions of a file that might be needed to
 support *future* updates.  I thought that's what $hf_mig$ was supposed
 to be for?

  I have to say... while I really appreciate someone taking the time
 to write all that up, I don't think I've ever seen a better
 illustration as to just how Byzantine Microsoft's release practices
 are.  Anything that confusing is not a good design, as far as I'm
 concerned.  :-(

 -- Ben

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













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

Re: Windows 7 to ship all versions on one medium

2009-05-21 Thread Rob Bonfiglio
Nothing new here really.  That's the way Vista and 2k8 are currently.

On Thu, May 21, 2009 at 4:50 AM, James Rankin kz2...@googlemail.com wrote:

 http://news.cnet.com/8301-13860_3-10245846-56.html

 Should be good news for crackers with time on their hands :-)







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

  1   2   >