RE: Spanning disks under server 2003 R2 on a SAN

2012-10-05 Thread Steven M. Caesare
Nor iSCSI. -sc -Original Message- From: Sean Martin [mailto:seanmarti...@gmail.com] Sent: Friday, October 5, 2012 12:19 AM To: NT System Admin Issues Subject: Re: Spanning disks under server 2003 R2 on a SAN No worries, looking back I think you were perfectly clear. I believe

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

2012-10-05 Thread Michael Leone
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

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

2012-10-05 Thread Steven Peck
This will get only user type objects Get-QADGroupMember $GroupName -type 'user' This will get only user type objects AND users from any nested groups. Get-QADGroupMember $GroupName -type 'user' -indirect So if the rest of your script currently works that should be the only change you have to

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

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

2012-10-05 Thread Steven Peck
So... $TheUsers = Get-QADGroupMember $GroupName -type 'user' At this moment you have the user objects and their properties so let's try $TheUsers | Get-Member Looking at the Properties field there is a AccountIsDisabled property.. yay. Lot's of other properties as well which is nice since you

VIPRE Business and VIPRE Business Premium – Version 6.0 (Beta 4) is available now

2012-10-05 Thread Lana
Overview GFI Software is very pleased to announce the Beta 4 release of VIPRE Business and VIPRE Business Premium version 6.0. This beta is a cumulative rollup of the previous betas, and consists of updates for the management console, as well as the VIPRE agent software for Windows and Android

Re: Why is it, in Notepad...

2012-10-05 Thread Ben Scott
On Wed, Oct 3, 2012 at 5:50 PM, David Lum david@nwea.org wrote: I have, but I don’t have Notepad++ installed as part of my standard server builds. Does it not even require an install and the EXE can be dropped anywhere? Needs more than just the EXE, but yes. We unpack it to a folder,

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

2012-10-05 Thread Michael Leone
On Fri, Oct 5, 2012 at 12:15 PM, Steven Peck sep...@gmail.com wrote: So... $TheUsers = Get-QADGroupMember $GroupName -type 'user' At this moment you have the user objects and their properties so let's try Yes, but that's not all I want. I *do* want to see any groups that are members of

RE: Why is it, in Notepad...

2012-10-05 Thread Sam Cayze
They do make a portable version http://portableapps.com/apps/development/notepadpp_portable -Original Message- From: Ben Scott [mailto:mailvor...@gmail.com] Sent: Friday, October 05, 2012 1:08 PM To: NT System Admin Issues Subject: Re: Why is it, in Notepad... ~ Finally, powerful

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

2012-10-05 Thread Michael Leone
On Fri, Oct 5, 2012 at 2:14 PM, Michael Leone oozerd...@gmail.com wrote: On Fri, Oct 5, 2012 at 12:15 PM, Steven Peck sep...@gmail.com wrote: So... $TheUsers = Get-QADGroupMember $GroupName -type 'user' At this moment you have the user objects and their properties so let's try Yes, but

FW: When Will We See Collisions for SHA-1?

2012-10-05 Thread Crawford, Scott
Feed: Schneier on Security Posted on: Friday, October 05, 2012 1:25 PM Author: schneier Subject: When Will We See Collisions for SHA-1? On a NIST-sponsored hash function mailing listhttp://csrc.nist.gov/groups/ST/hash/email_list.html, Jesse Walker (from Intel; also a member of the

Re: FW: When Will We See Collisions for SHA-1?

2012-10-05 Thread Andrew S. Baker
I don't disagree with the analysis or the conclusion. * * *ASB* *http://XeeMe.com/AndrewBaker* *Harnessing the Advantages of Technology for the SMB market… * On Fri, Oct 5, 2012 at 3:07 PM, Crawford, Scott crawfo...@evangel.eduwrote: ** ** ** ** *Feed:* Schneier on Security *Posted

Re: FW: When Will We See Collisions for SHA-1?

2012-10-05 Thread Kurt Buff
What a carefully worded response. :) Fortunately SHA-2 is now, and SHA-3 is next year. On Fri, Oct 5, 2012 at 12:30 PM, Andrew S. Baker asbz...@gmail.com wrote: I don't disagree with the analysis or the conclusion. ASB http://XeeMe.com/AndrewBaker Harnessing the Advantages of Technology

OT-But this is Friday and we all do Security.

2012-10-05 Thread Terry Dickson
http://video.security.org/Magnetic_Bypass_Kaba_Simplex_Short.wmv ~ 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