Re: UAG now not working

2012-04-06 Thread John Cook
I don't have access to one right now but I would go into the console for the 
rules and check through them. You can test them with a query I just don't 
remember the details.
John W. Cook
Systems Administrator
Partnership for Strong Families

- Original Message -
From: Kurt Buff [mailto:kurt.b...@gmail.com]
Sent: Friday, April 06, 2012 08:54 PM
To: NT System Admin Issues 
Subject: UAG now not working

So, DA/UAG worked yesterday, and I brought a laptop home and used it
for a couple of hours last night, but since then I've been testing
DA/UAG at work, one part of which was rebooting the UAG server to see
what would happen, and after rebooting, the UAG server broke. The DCA
utility on the clients shows that DA is broken.

Oddly enough, though, I can put a laptop outside the network, and ping
internal hosts and get directory listings of my file server and
connect to internal web sites, all of which are Win2k3 machines. So, I
poked around a bunch, and found the following:

First thing I noticed is that the web site I put up on it for IPHTTPS
was just gone. Not in IIS at all, just gone. I've recreated the web
site, and it keeps disappearing, with and without reboots. It seems to
be time dependent, though I'm not sure of that.

I looked in the event logs, and find in the System log a set of three
events that seem to be connected with the IPHTTPS web site
disappearing:

  15300 for HttpEvent saying:
  SSL Certificate Settings deleted for Port : 67.xxx.yyy.zzz443 .
and
 15300 for HttpEvent saying:
  SSL Certificate Settings deleted for Port : 0.0.0.0:6002 .
and
 15301 for HttpEvent saying:
  SSL Certificate Settings created by an admin process for
Port : 0.0.0.0:6002 .

In the Application log I found a couple of these that probably aren't
related, but might be worth mentinoing - I'm not running an NLB
configuration, it's a single box for this pilot project:

 23474 for Microsoft Forefront TMG Control saying:
  Forefront TMG detected Windows Filtering Platform filters
that may cause policy conflicts on the server G1. The following
providers may define filters that conflict with the Forefront TMG
firewall policy: UAG-DA NLB.

In the Security log *many* of the following, starting with my DCs
immediately after booting, then other machines:

 4653 for IPSec Main Mode
  Text in this varies by computer.

I'm guessing that the IPSec failure audits are the root cause, but my
googling is not revealing any magic sauce for me.

Does the collective oracle have anything for this poor supplicant?

Kurt

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

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

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

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

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



UAG now not working

2012-04-06 Thread Kurt Buff
So, DA/UAG worked yesterday, and I brought a laptop home and used it
for a couple of hours last night, but since then I've been testing
DA/UAG at work, one part of which was rebooting the UAG server to see
what would happen, and after rebooting, the UAG server broke. The DCA
utility on the clients shows that DA is broken.

Oddly enough, though, I can put a laptop outside the network, and ping
internal hosts and get directory listings of my file server and
connect to internal web sites, all of which are Win2k3 machines. So, I
poked around a bunch, and found the following:

First thing I noticed is that the web site I put up on it for IPHTTPS
was just gone. Not in IIS at all, just gone. I've recreated the web
site, and it keeps disappearing, with and without reboots. It seems to
be time dependent, though I'm not sure of that.

I looked in the event logs, and find in the System log a set of three
events that seem to be connected with the IPHTTPS web site
disappearing:

  15300 for HttpEvent saying:
  SSL Certificate Settings deleted for Port : 67.xxx.yyy.zzz443 .
and
 15300 for HttpEvent saying:
  SSL Certificate Settings deleted for Port : 0.0.0.0:6002 .
and
 15301 for HttpEvent saying:
  SSL Certificate Settings created by an admin process for
Port : 0.0.0.0:6002 .

In the Application log I found a couple of these that probably aren't
related, but might be worth mentinoing - I'm not running an NLB
configuration, it's a single box for this pilot project:

 23474 for Microsoft Forefront TMG Control saying:
  Forefront TMG detected Windows Filtering Platform filters
that may cause policy conflicts on the server G1. The following
providers may define filters that conflict with the Forefront TMG
firewall policy: UAG-DA NLB.

In the Security log *many* of the following, starting with my DCs
immediately after booting, then other machines:

 4653 for IPSec Main Mode
  Text in this varies by computer.

I'm guessing that the IPSec failure audits are the root cause, but my
googling is not revealing any magic sauce for me.

Does the collective oracle have anything for this poor supplicant?

Kurt

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

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


Re: Powershell SecureString parameters

2012-04-06 Thread Steve Kradel
On Fri, Apr 6, 2012 at 6:28 PM, Ben Scott  wrote:
>  That seems icky.
>
>  Conventional wisdom is that one does any security-sensitive storage
> in memory pages "locked" in RAM.  I.e., you allocate some memory, and
> then tell the OS not to write that memory to disk for any reason.
> When done, zero the page(s).
>
>  Reading the docs for SecureString, I can only presume .NET doesn't
> have a way to do that.  Pity.

You can pin and zero memory in .NET if you really want to, but the
point I was trying to make is that SecureString doesn't address the
problem of key management.  It is however useful for 1) keeping the
secret encrypted at rest from other processes and useless in a memory
dump (yeah, unless something is actively using it and turned it back
into a BSTR for a moment), and 2) preventing most users from errantly
writing the password into a logfile or serializing it into a web
service response, etc..

--Steve

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

---
To manage subscriptions 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: Powershell SecureString parameters

2012-04-06 Thread Ben Scott
On Fri, Apr 6, 2012 at 5:27 PM, Steve Kradel  wrote:
> Feed in the characters to SecureString one at a time (string is an
> IEnumerable of char)... the design reason for this is that the entire
> string should not exist in managed memory at any point, or else there
> will be non-secure copies floating around.

  That seems icky.

  Conventional wisdom is that one does any security-sensitive storage
in memory pages "locked" in RAM.  I.e., you allocate some memory, and
then tell the OS not to write that memory to disk for any reason.
When done, zero the page(s).

  Reading the docs for SecureString, I can only presume .NET doesn't
have a way to do that.  Pity.

  Encrypting storage that a program has to use contemporaneously is --
as was noted on this list recently -- generally pointless, as the
program has to keep the decrypt key around cleartext in the same
storage.

-- Ben

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

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


RE: Powershell SecureString parameters

2012-04-06 Thread Joseph L. Casale
Yeah, in the meantime for testing I am simply calling the script with a 
-Password $(ConvertTo-SecureString "..." -AsPlainText -Force)

Ugly, but for testing its fine...

Thanks!
jlc

From: Steve Kradel [skra...@zetetic.net]
Sent: Friday, April 06, 2012 3:27 PM
To: NT System Admin Issues
Subject: Re: Powershell SecureString parameters

Feed in the characters to SecureString one at a time (string is an
IEnumerable of char)... the design reason for this is that the entire
string should not exist in managed memory at any point, or else there
will be non-secure copies floating around.

In practice, it is very difficult *not* to have the string in
cleartext unless you're prompting the user for char-level interactive
input, while being careful not to call any methods that would read
that input as a string.

I think MBS had a blog post about this specific to Powershell not too long ago.

--Steve

2012/4/6 Joseph L. Casale :
> When you define a parameter as a secure string it becomes available like any
> cmdlet to specify during invocation not just after.
>
> In the scenarios like testing where security is not a concern, how do you
> craft the parameter such that it can take plaint text input and encrypt like
> `ConvertTo-SecureString "some_pass" -AsPlainText -Force`
>
> Thanks!
> jlc
>

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

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

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

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



Re: Powershell SecureString parameters

2012-04-06 Thread Steve Kradel
Feed in the characters to SecureString one at a time (string is an
IEnumerable of char)... the design reason for this is that the entire
string should not exist in managed memory at any point, or else there
will be non-secure copies floating around.

In practice, it is very difficult *not* to have the string in
cleartext unless you're prompting the user for char-level interactive
input, while being careful not to call any methods that would read
that input as a string.

I think MBS had a blog post about this specific to Powershell not too long ago.

--Steve

2012/4/6 Joseph L. Casale :
> When you define a parameter as a secure string it becomes available like any
> cmdlet to specify during invocation not just after.
>
> In the scenarios like testing where security is not a concern, how do you
> craft the parameter such that it can take plaint text input and encrypt like
> `ConvertTo-SecureString "some_pass" -AsPlainText -Force`
>
> Thanks!
> jlc
>

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

---
To manage subscriptions 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: Powershell parameters

2012-04-06 Thread Joseph L. Casale
Cool, I'll have a read on this one, ironically it looks better but is hardly 
simpler as you mention...

From: Michael B. Smith [mich...@smithcons.com]
Sent: Friday, April 06, 2012 10:50 AM
To: NT System Admin Issues
Subject: RE: Powershell parameters

You’ll have to use CmdletBinding and multiple parameter sets. It’s not “simple” 
(I would consider it “advanced PowerShell”) but it does what you want.

From: Joseph L. Casale [mailto:jcas...@activenetwerx.com]
Sent: Friday, April 06, 2012 12:39 PM
To: NT System Admin Issues
Subject: Powershell parameters

Is there any shortcut to specify mandatory parameters that can be conditionaly 
ignored if a switch is present without a slew of following test case's and 
read-host code?

It would be nice to pull off something like:

param
(
If (!($Force)) { [Parameter(Mandatory = $True)] }
[string]$Path,
[Switch]$Force
)

Anything equally simple like this exist?

Thanks!
jlc

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

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

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

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

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

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

Re: VMware Training

2012-04-06 Thread Jay Kulsh
My original question about quality of eLearning material got lost in the 
discussion of VCP requisites. Permit me to repost it:
*
Would like to know experience of others who may have taken All-Access eLearning 
(self-paced) courses offered by VMware site.

How do they compare with TrainSignal's VMware courses? Thanks.
 
Jay Kulsh 
So. Pasadena, CA
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions 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: GPP Drives Maps Not Updating Or Replacing

2012-04-06 Thread Rankin, James R
Can you unmap all the drives at logoff or set them as non-persistent in the 
logon functions? I tend to use AppSense Environment Manager for drive mappings.

---Blackberried

-Original Message-
From: James Kerr 
Date: Fri, 6 Apr 2012 14:34:19 
To: NT System Admin Issues
Reply-To: "NT System Admin Issues" 
Subject: GPP Drives Maps Not Updating Or 
Replacing

Thought I would inquire with the hive mind on this one.

Whenever we make a change to a drive albeit a change in path or label
whether we have the drive set to replace or to update the changes are never
made. We have to disconnect the drive and then logon to get the changes.
Has anybody else run into this and found a solution? Our DCs are 2008 and
2008R2. I thought maybe I could create a delete of the drive and place it
before the mapping of the drive but GP editor only  allows me to move the
delete job up one order slot. What are most of you doing fore drive mapping
these days? I really don't want to go back to Kixtart and my google-fu
isn't working well today :-\

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

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

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

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


RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Stu Sjouwerman
Good point, and I will come back with a write-up that explains the difference 
!!!

Stu

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Friday, April 06, 2012 11:34 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

System Center 2012 - Configuration Manager does this. The feature is called 
"Compliance Settings" and is part of the "Assets and Compliance" module of SCCM.

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

Note that this is only one of many things that SCCM does.

A managed client (which can be a server OS or a workstation OS or a [selected 
set of] phone OS) is USD $62 (retail).

A standard server license (which includes all the modules of System Center, not 
just SCCM) is USD $1,323 (retail, including software assurance).

From: Stu Sjouwerman 
[mailto:s...@sunbelt-software.com]
Sent: Friday, April 06, 2012 10:58 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

Yup, same category, but InstantRevert does things real-time. Will work on a 
comparison document !!!

(Linux is on the road map for this year)

Thanks

Stu

From: Christopher Bodnar 
[mailto:christopher_bod...@glic.com]
Sent: Friday, April 06, 2012 10:03 AM
To: NT System Admin Issues
Subject: Re: Need Your Feedback - New Product for Admins

Hey Stu,

This looks like it's in the same category as Tripwire Enterprise. Any 
comparison document out there? Also it doesn't look like it's cross platform 
which a lot of organizations will need for a product like this.
Christopher Bodnar
Enterprise Achitect I, Corporate Office of Technology

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

[cid:image001.jpg@01CD1403.C8B33EA0]

The Guardian Life Insurance Company of America

www.guardianlife.com







From:Stu Sjouwerman 
mailto:s...@sunbelt-software.com>>
To:"NT System Admin Issues" 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Date:04/06/2012 09:43 AM
Subject:Need Your Feedback - New Product for Admins




Guys,  I'm back in the 'system admin' software game. I'm giving you a sneak
peek  of a new admin tool we are announcing this April called InstantRevert.

I had a fresh look at your current environment. Users are still your #1 
headache,
and you continue to get "It worked yesterday!" incomplete help desk tickets.
The next headaches are keeping your network secure without sufficient budget,
and you're coming in early, staying late, and working weekends.

Well, the last 18 months I have done research to find a tool that would solve
most of the above problems, and I think I have found it:
http://www.knowbe4.com/products/instant-revert/

Could you have a look and tell me what you think?

The cost per server is $220 but I am still figuring out the volume discounts for
workstations. Say you have 200 workstations you want to run this on, what
would you expect to have to pay per workstation?

You can answer to the list or answer me offline at 
s...@knowbe4.com

Thanks so much in advance !

Warm regards,

Stu

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

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

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

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

Re: VMware Training

2012-04-06 Thread Don Kuhlman
Thanks Carl!



 From: Webster 
To: NT System Admin Issues  
Sent: Friday, April 6, 2012 11:54 AM
Subject: RE: VMware Training
 

That is correct.  You must attend an instructor led and VMware approved 
training class.


Carl Webster

Consultant and Citrix Technology Professional

http://www.CarlWebster.com


From: Don Kuhlman [drkuhl...@yahoo.com]
Sent: Friday, April 06, 2012 11:35 AM
To: NT System Admin Issues
Subject: Re: VMware Training

So does that mean that the elearning self-paced courses won't qualify as 
official VMware classes for the purposes of certfication?

Regards,

Don K


From: Harry Singh 
To: NT System Admin Issues 
Sent: Thursday, April 5, 2012 7:44 PM
Subject: Re: VMware Training

FWIW, In order to get your VCP you have to be enrolled in an official VMware 
class and have at least 85% recorded attendance. I just finished training with 
NH and this was clearly disclosed on the first day.



On Thursday, April 5, 2012, Jay Kulsh wrote:
VMware site offers All-Access eLearning (self-paced) as described here:
http://mylearn.vmware.com/mgrreg/courses.cfm?ui=www_edu&a=one&id_subject=8906

Would like to know experience of others who may have taken these online courses.

TrainSignal also offers VMware training, but they have many packages. Which of 
their package may be equivalent to 29 courses described in above link? Are they 
superior in their presentation? Thanks.

Jay Kulsh
So. Pasadena, CA
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

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

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



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

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



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

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

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

RE: VMware Training

2012-04-06 Thread Webster

That is correct.  You must attend an instructor led and VMware approved 
training class.


Carl Webster

Consultant and Citrix Technology Professional

http://www.CarlWebster.com


From: Don Kuhlman [drkuhl...@yahoo.com]
Sent: Friday, April 06, 2012 11:35 AM
To: NT System Admin Issues
Subject: Re: VMware Training

So does that mean that the elearning self-paced courses won't qualify as 
official VMware classes for the purposes of certfication?

Regards,

Don K


From: Harry Singh 
To: NT System Admin Issues 
Sent: Thursday, April 5, 2012 7:44 PM
Subject: Re: VMware Training

FWIW, In order to get your VCP you have to be enrolled in an official VMware 
class and have at least 85% recorded attendance. I just finished training with 
NH and this was clearly disclosed on the first day.



On Thursday, April 5, 2012, Jay Kulsh wrote:
VMware site offers All-Access eLearning (self-paced) as described here:
http://mylearn.vmware.com/mgrreg/courses.cfm?ui=www_edu&a=one&id_subject=8906

Would like to know experience of others who may have taken these online courses.

TrainSignal also offers VMware training, but they have many packages. Which of 
their package may be equivalent to 29 courses described in above link? Are they 
superior in their presentation? Thanks.

Jay Kulsh
So. Pasadena, CA
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

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

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



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

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



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

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



Re: VMware Training

2012-04-06 Thread Don Kuhlman
Thanks Steven!



 From: Steven Peck 
To: NT System Admin Issues  
Sent: Friday, April 6, 2012 11:47 AM
Subject: Re: VMware Training
 

Nope.  You must attend one of their official classes in person in order to 
qualify to take the test.


On Fri, Apr 6, 2012 at 9:35 AM, Don Kuhlman  wrote:

So does that mean that the elearning self-paced courses won't qualify as 
official VMware classes for the purposes of certfication?
>
>
>Regards,
>
>
>Don K
>
>
>
>
> From: Harry Singh 
>To: NT System Admin Issues  
>Sent: Thursday, April 5, 2012 7:44 PM
>Subject: Re: VMware Training
> 
>
>FWIW, In order to get your VCP you have to be enrolled in an official VMware 
>class and have at least 85% recorded attendance. I just finished training with 
>NH and this was clearly disclosed on the first day. 
>
>
>
>
>On Thursday, April 5, 2012, Jay Kulsh  wrote:
>
>VMware site offers All-Access eLearning (self-paced) as described here:
>>http://mylearn.vmware.com/mgrreg/courses.cfm?ui=www_edu&a=one&id_subject=8906
>>
>>Would like to know experience of others who may have taken these online 
>>courses.
>>
>>TrainSignal also offers VMware training, but they have many packages. Which 
>>of their package may be equivalent to 29 courses described in above link? Are 
>>they superior in their presentation? Thanks.
>>
>>Jay Kulsh
>>So. Pasadena, CA
>>
>>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>>~   ~
>>
>>---
>>To manage subscriptions click here: 
>>http://lyris.sunbelt-software.com/read/my_forums/
>>or send an email to listmana...@lyris.sunbeltsoftware.com
>>with the body: unsubscribe ntsysadmin
>>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
>
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin

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

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

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

RE: Powershell parameters

2012-04-06 Thread Michael B. Smith
You'll have to use CmdletBinding and multiple parameter sets. It's not "simple" 
(I would consider it "advanced PowerShell") but it does what you want.

From: Joseph L. Casale [mailto:jcas...@activenetwerx.com]
Sent: Friday, April 06, 2012 12:39 PM
To: NT System Admin Issues
Subject: Powershell parameters

Is there any shortcut to specify mandatory parameters that can be conditionaly 
ignored if a switch is present without a slew of following test case's and 
read-host code?

It would be nice to pull off something like:

param
(
If (!($Force)) { [Parameter(Mandatory = $True)] }
[string]$Path,
[Switch]$Force
)

Anything equally simple like this exist?

Thanks!
jlc

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

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

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

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

Re: VMware Training

2012-04-06 Thread Don Kuhlman
So does that mean that the elearning self-paced courses won't qualify as 
official VMware classes for the purposes of certfication?

Regards,

Don K



 From: Harry Singh 
To: NT System Admin Issues  
Sent: Thursday, April 5, 2012 7:44 PM
Subject: Re: VMware Training
 

FWIW, In order to get your VCP you have to be enrolled in an official VMware 
class and have at least 85% recorded attendance. I just finished training with 
NH and this was clearly disclosed on the first day. 



On Thursday, April 5, 2012, Jay Kulsh  wrote:

VMware site offers All-Access eLearning (self-paced) as described here:
>http://mylearn.vmware.com/mgrreg/courses.cfm?ui=www_edu&a=one&id_subject=8906
>
>Would like to know experience of others who may have taken these online 
>courses.
>
>TrainSignal also offers VMware training, but they have many packages. Which of 
>their package may be equivalent to 29 courses described in above link? Are 
>they superior in their presentation? Thanks.
>
>Jay Kulsh
>So. Pasadena, CA
>~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>~   ~
>
>---
>To manage subscriptions click here: 
>http://lyris.sunbelt-software.com/read/my_forums/
>or send an email to listmana...@lyris.sunbeltsoftware.com
>with the body: unsubscribe ntsysadmin
>
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

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

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

RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Steven M. Caesare
Understood. Thanks.

-sc

> -Original Message-
> From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> Sent: Friday, April 06, 2012 11:02 AM
> To: NT System Admin Issues
> Subject: RE: Need Your Feedback - New Product for Admins
> 
> AH, let me explain. When I started KnowBe4, the main thing I decided to
> start focusing on was end-user training against social engineering, and that 
> is
> still the flagship product we sell. Then I continued doing my research and ran
> into a product I believe in, and OEMed it.  So InstantRevert is an existing 
> tool
> that I slapped my KnowBe4 label on, and will sell and support it as our own.
> (It's a U.S. company that built that tool by the way.)
> 
> Hope that clarifies,
> 
> Stu
> 
> -Original Message-
> From: Steven M. Caesare [mailto:scaes...@caesare.com]
> Sent: Friday, April 06, 2012 10:12 AM
> To: NT System Admin Issues
> Subject: RE: Need Your Feedback - New Product for Admins
> 
> > Well, the last 18 months I have done research to find a tool that
> > would solve most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert.
> 
> This appears to indicate you went out and looked at tools from all vendors in
> the market place, and are recommending this one.
> 
> > You can answer to the list or answer me offline at s...@knowbe4.com
> 
> This appears to indicate you have an email address in the organization that
> sells the tool you are recommending.
> 
> Are you affiliated with this company?
> 
> -sc
> 
> > -Original Message-
> > From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> > Sent: Friday, April 06, 2012 9:43 AM
> > To: NT System Admin Issues
> > Subject: Need Your Feedback - New Product for Admins
> >
> > Guys,  I'm back in the 'system admin' software game. I'm giving you a
> > sneak peek  of a new admin tool we are announcing this April called
> InstantRevert.
> >
> > I had a fresh look at your current environment. Users are still your
> > #1 headache, and you continue to get "It worked yesterday!" incomplete
> > help desk tickets.
> > The next headaches are keeping your network secure without sufficient
> > budget, and you're coming in early, staying late, and working
> > weekends.
> >
> > Well, the last 18 months I have done research to find a tool that
> > would solve most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert/
> >
> > Could you have a look and tell me what you think?
> >
> > The cost per server is $220 but I am still figuring out the volume
> > discounts for workstations. Say you have 200 workstations you want to
> > run this on, what would you expect to have to pay per workstation?
> >
> > You can answer to the list or answer me offline at s...@knowbe4.com
> >
> > Thanks so much in advance !
> >
> > Warm regards,
> >
> > Stu
> >
> >
> >
> > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
> >   ~
> >
> > ---
> > To manage subscriptions click here: http://lyris.sunbelt-
> > software.com/read/my_forums/ or send an email to
> > listmana...@lyris.sunbeltsoftware.com
> > with the body: unsubscribe ntsysadmin
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt-
> software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt-
> software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin

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

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

RE: UAG configuration for DA - I'm testing it now...

2012-04-06 Thread Heaton, Joseph@DFG
We’ve just recently implemented DA here, as well.  The not being able to access 
IPv4 devices was a pain, but as you've mentioned in follow-up posts, it can be 
resolved.  Love being able to just power up my laptop from home and immediately 
access the network though, without having to go through VPN.

Joe Heaton
ITB – Windows Server Support

-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com] 
Sent: Thursday, April 05, 2012 9:19 PM
To: Heaton, Joseph@DFG; NT System Admin Issues
Subject: Re: UAG configuration for DA - I'm testing it now...

Yeah, I went back and reviewed a bunch of docs tonight.

Looks like I'll be adding a bunch of hosts into DNS. Not a big deal, but surely 
is different.

kurt

On Thu, Apr 5, 2012 at 18:05, Michael B. Smith  wrote:
> Oh, I missed that part. Yes, DA requires IPv6 and IPv6 tunneling technologies 
> to access IPv4 resources.
>
> -Original Message-
> From: John Cook [mailto:john.c...@pfsf.org]
> Sent: Thursday, April 05, 2012 8:54 PM
> To: NT System Admin Issues
> Subject: Re: UAG configuration for DA - I'm testing it now...
>
> I set up a UAG for another group and my understanding was DA requires IPv6 
> and only resources (WS2008) that natively run it can be accessed.  You can 
> publish IPv4 resources through the Portal application.
> John W. Cook
> Systems Administrator
> Partnership for Strong Families
>
> - Original Message -
> From: Michael B. Smith [mailto:mich...@smithcons.com]
> Sent: Thursday, April 05, 2012 08:46 PM
> To: NT System Admin Issues 
> Subject: RE: UAG configuration for DA - I'm testing it now...
>
> You can disable the IPv6 stack. If you want. I guess the question is, what 
> are you attempting to accomplish?
>
> "Server discovery" and "name discovery" work differently in IPv6 than they do 
> in IPv4. That's not really a surprise.
>
> If you have IPv4 addresses, you can use them just fine. With ping, use "ping 
> -4 " or "ping -4 ".
>
> It's simply that IPv6 is used preferentially to IPv4.
>
> -Original Message-
> From: Kurt Buff [mailto:kurt.b...@gmail.com]
> Sent: Thursday, April 05, 2012 8:30 PM
> To: NT System Admin Issues
> Subject: UAG configuration for DA - I'm testing it now...
>
> I've finished configuration of DA/UAG, and am testing out a couple of laptops 
> with it, from our guest wireless network.
>
> This was not a simple configuration, but I'm liking what I'm seeing so far.
>
> I must say, it's kinda weird to ping a server, and get back an IPv6 address.
>
> I am wondering if there's a way to use internal resources by their
> IPv4 addresses, or if I'm just going to have to populate DNS with a whole 
> bunch of new names. I'm thinking of network equipment, mostly, but also some 
> test lab machines that aren't part of our domain, too.
>
> Anyone else out there worked with this, and can share some opinions?
>
> Kurt
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
>   ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
>   ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
> CONFIDENTIALITY STATEMENT: The information transmitted, or contained or 
> attached to or with this Notice is intended only for the person or entity to 
> which it is addressed and may contain Protected Health Information (PHI), 
> confidential and/or privileged material. Any review, transmission, 
> dissemination, or other use of, and taking any action in reliance upon this 
> information by persons or entities other than the intended recipient without 
> the express written consent of the sender are prohibited. This information 
> may be protected by the Health Insurance Portability and Accountability Act 
> of 1996 (HIPAA), and other Federal and Florida laws. Improper or unauthorized 
> use or disclosure of this information could result in civil and/or criminal 
> penalties.
>  Consider the environment. Please don't print this e-mail unless you really 
> need to.
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
>   ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
>   ~
>
> ---
> To manage subscriptions click here: 
> http://lyris.sunbelt-software.com

RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Michael B. Smith
System Center 2012 - Configuration Manager does this. The feature is called 
"Compliance Settings" and is part of the "Assets and Compliance" module of SCCM.

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

Note that this is only one of many things that SCCM does.

A managed client (which can be a server OS or a workstation OS or a [selected 
set of] phone OS) is USD $62 (retail).

A standard server license (which includes all the modules of System Center, not 
just SCCM) is USD $1,323 (retail, including software assurance).

From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
Sent: Friday, April 06, 2012 10:58 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

Yup, same category, but InstantRevert does things real-time. Will work on a 
comparison document !!!

(Linux is on the road map for this year)

Thanks

Stu

From: Christopher Bodnar 
[mailto:christopher_bod...@glic.com]
Sent: Friday, April 06, 2012 10:03 AM
To: NT System Admin Issues
Subject: Re: Need Your Feedback - New Product for Admins

Hey Stu,

This looks like it's in the same category as Tripwire Enterprise. Any 
comparison document out there? Also it doesn't look like it's cross platform 
which a lot of organizations will need for a product like this.
Christopher Bodnar
Enterprise Achitect I, Corporate Office of Technology

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

[cid:image001.jpg@01CD13E7.AC845820]

The Guardian Life Insurance Company of America

www.guardianlife.com







From:Stu Sjouwerman 
mailto:s...@sunbelt-software.com>>
To:"NT System Admin Issues" 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Date:04/06/2012 09:43 AM
Subject:Need Your Feedback - New Product for Admins




Guys,  I'm back in the 'system admin' software game. I'm giving you a sneak
peek  of a new admin tool we are announcing this April called InstantRevert.

I had a fresh look at your current environment. Users are still your #1 
headache,
and you continue to get "It worked yesterday!" incomplete help desk tickets.
The next headaches are keeping your network secure without sufficient budget,
and you're coming in early, staying late, and working weekends.

Well, the last 18 months I have done research to find a tool that would solve
most of the above problems, and I think I have found it:
http://www.knowbe4.com/products/instant-revert/

Could you have a look and tell me what you think?

The cost per server is $220 but I am still figuring out the volume discounts for
workstations. Say you have 200 workstations you want to run this on, what
would you expect to have to pay per workstation?

You can answer to the list or answer me offline at 
s...@knowbe4.com

Thanks so much in advance !

Warm regards,

Stu


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

---
To manage subscriptions 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: Favour to ask

2012-04-06 Thread Stu Sjouwerman
Excellent way to social engineer some one to click on a link and infect their 
workstation !!!
Stu

From: Kennedy, Jim [mailto:kennedy...@elyriaschools.org]
Sent: Monday, April 02, 2012 4:08 PM
To: NT System Admin Issues
Subject: RE: OT: Favour to ask

Yes, we all should have sandboxes for this kind of thing.

From: Cameron 
[mailto:cameron.orl...@gmail.com]
Sent: Monday, April 02, 2012 4:05 PM
To: NT System Admin Issues
Subject: Re: OT: Favour to ask

Andrew...you are of course correct! Thankfully we are not our end-users! LOL!
On Mon, Apr 2, 2012 at 3:08 PM, Andrew S. Baker 
mailto:asbz...@gmail.com>> wrote:
Isn't this the sort of thing we teach our end-users not to fall for in an 
effort to avoid social engineering issues?

Why would we undermine our own education in this arena?
ASB

http://XeeMe.com/AndrewBaker

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


On Mon, Apr 2, 2012 at 2:53 PM, Cameron 
mailto:cameron.orl...@gmail.com>> wrote:
Good afternoon all!

I have a favour to ask for my 2nd cousin Heather. She and some class mates have 
done an assignment for her Cardiology Final (she is pre-med) as a youtube 
presentation. The information is real, and they came up with a fictional 
newscast channeling Chalies' Angles. The information is a real study and the 
athlete in it is her boyfriend. The number of hits is going to determine their 
grade.

I would really appreciate it if you could just *hit* the video (you don't need 
to watch it!).

http://www.youtube.com/watch?v=H3TD98qRPAM&feature=youtu.be

Thanks as always!
Cameron



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

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


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

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

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

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

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

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

RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Stu Sjouwerman
Not needed !!  :-))
|Stu 

-Original Message-
From: Richard McClary [mailto:richard.mccl...@aspca.org] 
Sent: Friday, April 06, 2012 10:37 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

Understood now; I offer my (public) apology.
--
richard

-Original Message-
From: Steven M. Caesare [mailto:scaes...@caesare.com]
Sent: Friday, April 06, 2012 9:29 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

I didn't talk to the right to post a message.

I'm asking for clarification of what the affiliation with the product/org is. 

I appreciate your guess... but I'd like to know if this was selected after the 
comparison, developed after the comparison, bought as a result, etc...

-sc

> -Original Message-
> From: Richard McClary [mailto:richard.mccl...@aspca.org]
> Sent: Friday, April 06, 2012 10:22 AM
> To: NT System Admin Issues
> Subject: RE: Need Your Feedback - New Product for Admins
> 
> Strange you would need to ask this question!
> 
> Stu started SunbeltSoftware as well as this (and other forums).  He 
> continues to monitor and moderate it.
> 
> He left Sunbelt (now GFI) and started KnowBe4.
> 
> My guess is, there was a research effort involved, and he/they 
> purchased this product.
> 
> Anyway, if anyone has the right to post a "commercial message" to this 
> list, it would be Stu.
> 
> -Original Message-
> From: Steven M. Caesare [mailto:scaes...@caesare.com]
> Sent: Friday, April 06, 2012 9:12 AM
> To: NT System Admin Issues
> Subject: RE: Need Your Feedback - New Product for Admins
> 
> > Well, the last 18 months I have done research to find a tool that 
> > would solve most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert.
> 
> This appears to indicate you went out and looked at tools from all 
> vendors in the market place, and are recommending this one.
> 
> > You can answer to the list or answer me offline at s...@knowbe4.com
> 
> This appears to indicate you have an email address in the organization 
> that sells the tool you are recommending.
> 
> Are you affiliated with this company?
> 
> -sc
> 
> > -Original Message-
> > From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> > Sent: Friday, April 06, 2012 9:43 AM
> > To: NT System Admin Issues
> > Subject: Need Your Feedback - New Product for Admins
> >
> > Guys,  I'm back in the 'system admin' software game. I'm giving you 
> > a sneak peek  of a new admin tool we are announcing this April 
> > called
> InstantRevert.
> >
> > I had a fresh look at your current environment. Users are still your
> > #1 headache, and you continue to get "It worked yesterday!" 
> > incomplete help desk tickets.
> > The next headaches are keeping your network secure without 
> > sufficient budget, and you're coming in early, staying late, and 
> > working weekends.
> >
> > Well, the last 18 months I have done research to find a tool that 
> > would solve most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert/
> >
> > Could you have a look and tell me what you think?
> >
> > The cost per server is $220 but I am still figuring out the volume 
> > discounts for workstations. Say you have 200 workstations you want 
> > to run this on, what would you expect to have to pay per workstation?
> >
> > You can answer to the list or answer me offline at s...@knowbe4.com
> >
> > Thanks so much in advance !
> >
> > Warm regards,
> >
> > Stu
> >
> >
> >
> > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
> >   ~
> >
> > ---
> > To manage subscriptions click here: http://lyris.sunbelt- 
> > software.com/read/my_forums/ or send an email to 
> > listmana...@lyris.sunbeltsoftware.com
> > with the body: unsubscribe ntsysadmin
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt- 
> software.com/read/my_forums/ or send an email to 
> listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
> 
> 
> The information contained in this e-mail, and any attachments hereto, 
> is from The American Society for the Prevention of Cruelty to Animals®
> (ASPCA®) and is intended only for use by the addressee(s) named herein 
> and may contain legally privileged and/or confidential information. If 
> you are not the intended recipient of this e-mail, you are hereby 
> notified that any dissemination, distribution, copying or use of the 
> contents of this e-mail, and any attachments hereto, is strictly 
> prohibited. If you have received this e-mail in error, please 
> immediately notify me by reply email and permanently delete the original and 
> any copy of this e-mail and any printout thereof.
> ~ Finally, powerful endp

RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Stu Sjouwerman
No problems! I have OEMed this product, no secrets here !!  

Warm regards,

Stu 

-Original Message-
From: Richard McClary [mailto:richard.mccl...@aspca.org] 
Sent: Friday, April 06, 2012 10:22 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

Strange you would need to ask this question!

Stu started SunbeltSoftware as well as this (and other forums).  He continues 
to monitor and moderate it.

He left Sunbelt (now GFI) and started KnowBe4.

My guess is, there was a research effort involved, and he/they purchased this 
product.

Anyway, if anyone has the right to post a "commercial message" to this list, it 
would be Stu.

-Original Message-
From: Steven M. Caesare [mailto:scaes...@caesare.com]
Sent: Friday, April 06, 2012 9:12 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

> Well, the last 18 months I have done research to find a tool that 
> would solve most of the above problems, and I think I have found it:
> http://www.knowbe4.com/products/instant-revert.

This appears to indicate you went out and looked at tools from all vendors in 
the market place, and are recommending this one.

> You can answer to the list or answer me offline at s...@knowbe4.com

This appears to indicate you have an email address in the organization that 
sells the tool you are recommending.

Are you affiliated with this company?

-sc

> -Original Message-
> From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> Sent: Friday, April 06, 2012 9:43 AM
> To: NT System Admin Issues
> Subject: Need Your Feedback - New Product for Admins
> 
> Guys,  I'm back in the 'system admin' software game. I'm giving you a 
> sneak peek  of a new admin tool we are announcing this April called 
> InstantRevert.
> 
> I had a fresh look at your current environment. Users are still your 
> #1 headache, and you continue to get "It worked yesterday!" incomplete 
> help desk tickets.
> The next headaches are keeping your network secure without sufficient 
> budget, and you're coming in early, staying late, and working 
> weekends.
> 
> Well, the last 18 months I have done research to find a tool that 
> would solve most of the above problems, and I think I have found it:
> http://www.knowbe4.com/products/instant-revert/
> 
> Could you have a look and tell me what you think?
> 
> The cost per server is $220 but I am still figuring out the volume 
> discounts for workstations. Say you have 200 workstations you want to 
> run this on, what would you expect to have to pay per workstation?
> 
> You can answer to the list or answer me offline at s...@knowbe4.com
> 
> Thanks so much in advance !
> 
> Warm regards,
> 
> Stu
> 
> 
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt- 
> software.com/read/my_forums/ or send an email to 
> listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin

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

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


The information contained in this e-mail, and any attachments hereto, is from 
The American Society for the Prevention of Cruelty to Animals® (ASPCA®) and is 
intended only for use by the addressee(s) named herein and may contain legally 
privileged and/or confidential information. If you are not the intended 
recipient of this e-mail, you are hereby notified that any dissemination, 
distribution, copying or use of the contents of this e-mail, and any 
attachments hereto, is strictly prohibited. If you have received this e-mail in 
error, please immediately notify me by reply email and permanently delete the 
original and any copy of this e-mail and any printout thereof.
~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
  ~

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

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

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

RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Stu Sjouwerman
AH, let me explain. When I started KnowBe4, the main thing I decided to start 
focusing on was end-user training 
against social engineering, and that is still the flagship product we sell. 
Then I continued doing my research and
ran into a product I believe in, and OEMed it.  So InstantRevert is an existing 
tool that I slapped my KnowBe4 
label on, and will sell and support it as our own. (It's a U.S. company that 
built that tool by the way.)

Hope that clarifies,

Stu

-Original Message-
From: Steven M. Caesare [mailto:scaes...@caesare.com] 
Sent: Friday, April 06, 2012 10:12 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

> Well, the last 18 months I have done research to find a tool that 
> would solve most of the above problems, and I think I have found it:
> http://www.knowbe4.com/products/instant-revert.

This appears to indicate you went out and looked at tools from all vendors in 
the market place, and are recommending this one.

> You can answer to the list or answer me offline at s...@knowbe4.com

This appears to indicate you have an email address in the organization that 
sells the tool you are recommending.

Are you affiliated with this company?

-sc

> -Original Message-
> From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> Sent: Friday, April 06, 2012 9:43 AM
> To: NT System Admin Issues
> Subject: Need Your Feedback - New Product for Admins
> 
> Guys,  I'm back in the 'system admin' software game. I'm giving you a 
> sneak peek  of a new admin tool we are announcing this April called 
> InstantRevert.
> 
> I had a fresh look at your current environment. Users are still your 
> #1 headache, and you continue to get "It worked yesterday!" incomplete 
> help desk tickets.
> The next headaches are keeping your network secure without sufficient 
> budget, and you're coming in early, staying late, and working 
> weekends.
> 
> Well, the last 18 months I have done research to find a tool that 
> would solve most of the above problems, and I think I have found it:
> http://www.knowbe4.com/products/instant-revert/
> 
> Could you have a look and tell me what you think?
> 
> The cost per server is $220 but I am still figuring out the volume 
> discounts for workstations. Say you have 200 workstations you want to 
> run this on, what would you expect to have to pay per workstation?
> 
> You can answer to the list or answer me offline at s...@knowbe4.com
> 
> Thanks so much in advance !
> 
> Warm regards,
> 
> Stu
> 
> 
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt- 
> software.com/read/my_forums/ or send an email to 
> listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin

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

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

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

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

RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Stu Sjouwerman
Yup, same category, but InstantRevert does things real-time. Will work on a 
comparison document !!!

(Linux is on the road map for this year)

Thanks

Stu

From: Christopher Bodnar [mailto:christopher_bod...@glic.com]
Sent: Friday, April 06, 2012 10:03 AM
To: NT System Admin Issues
Subject: Re: Need Your Feedback - New Product for Admins

Hey Stu,

This looks like it's in the same category as Tripwire Enterprise. Any 
comparison document out there? Also it doesn't look like it's cross platform 
which a lot of organizations will need for a product like this.
Christopher Bodnar
Enterprise Achitect I, Corporate Office of Technology

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

[cid:image001.jpg@01CD13E4.2D2568B0]

The Guardian Life Insurance Company of America

www.guardianlife.com







From:Stu Sjouwerman 
mailto:s...@sunbelt-software.com>>
To:"NT System Admin Issues" 
mailto:ntsysadmin@lyris.sunbelt-software.com>>
Date:04/06/2012 09:43 AM
Subject:Need Your Feedback - New Product for Admins




Guys,  I'm back in the 'system admin' software game. I'm giving you a sneak
peek  of a new admin tool we are announcing this April called InstantRevert.

I had a fresh look at your current environment. Users are still your #1 
headache,
and you continue to get "It worked yesterday!" incomplete help desk tickets.
The next headaches are keeping your network secure without sufficient budget,
and you're coming in early, staying late, and working weekends.

Well, the last 18 months I have done research to find a tool that would solve
most of the above problems, and I think I have found it:
http://www.knowbe4.com/products/instant-revert/

Could you have a look and tell me what you think?

The cost per server is $220 but I am still figuring out the volume discounts for
workstations. Say you have 200 workstations you want to run this on, what
would you expect to have to pay per workstation?

You can answer to the list or answer me offline at 
s...@knowbe4.com

Thanks so much in advance !

Warm regards,

Stu



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

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

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

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

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

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

RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Richard McClary
Understood now; I offer my (public) apology.
--
richard

-Original Message-
From: Steven M. Caesare [mailto:scaes...@caesare.com] 
Sent: Friday, April 06, 2012 9:29 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

I didn't talk to the right to post a message.

I'm asking for clarification of what the affiliation with the product/org is. 

I appreciate your guess... but I'd like to know if this was selected after the 
comparison, developed after the comparison, bought as a result, etc...

-sc

> -Original Message-
> From: Richard McClary [mailto:richard.mccl...@aspca.org]
> Sent: Friday, April 06, 2012 10:22 AM
> To: NT System Admin Issues
> Subject: RE: Need Your Feedback - New Product for Admins
> 
> Strange you would need to ask this question!
> 
> Stu started SunbeltSoftware as well as this (and other forums).  He continues
> to monitor and moderate it.
> 
> He left Sunbelt (now GFI) and started KnowBe4.
> 
> My guess is, there was a research effort involved, and he/they purchased
> this product.
> 
> Anyway, if anyone has the right to post a "commercial message" to this list, 
> it
> would be Stu.
> 
> -Original Message-
> From: Steven M. Caesare [mailto:scaes...@caesare.com]
> Sent: Friday, April 06, 2012 9:12 AM
> To: NT System Admin Issues
> Subject: RE: Need Your Feedback - New Product for Admins
> 
> > Well, the last 18 months I have done research to find a tool that
> > would solve most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert.
> 
> This appears to indicate you went out and looked at tools from all vendors in
> the market place, and are recommending this one.
> 
> > You can answer to the list or answer me offline at s...@knowbe4.com
> 
> This appears to indicate you have an email address in the organization that
> sells the tool you are recommending.
> 
> Are you affiliated with this company?
> 
> -sc
> 
> > -Original Message-
> > From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> > Sent: Friday, April 06, 2012 9:43 AM
> > To: NT System Admin Issues
> > Subject: Need Your Feedback - New Product for Admins
> >
> > Guys,  I'm back in the 'system admin' software game. I'm giving you a
> > sneak peek  of a new admin tool we are announcing this April called
> InstantRevert.
> >
> > I had a fresh look at your current environment. Users are still your
> > #1 headache, and you continue to get "It worked yesterday!" incomplete
> > help desk tickets.
> > The next headaches are keeping your network secure without sufficient
> > budget, and you're coming in early, staying late, and working
> > weekends.
> >
> > Well, the last 18 months I have done research to find a tool that
> > would solve most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert/
> >
> > Could you have a look and tell me what you think?
> >
> > The cost per server is $220 but I am still figuring out the volume
> > discounts for workstations. Say you have 200 workstations you want to
> > run this on, what would you expect to have to pay per workstation?
> >
> > You can answer to the list or answer me offline at s...@knowbe4.com
> >
> > Thanks so much in advance !
> >
> > Warm regards,
> >
> > Stu
> >
> >
> >
> > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
> >   ~
> >
> > ---
> > To manage subscriptions click here: http://lyris.sunbelt-
> > software.com/read/my_forums/ or send an email to
> > listmana...@lyris.sunbeltsoftware.com
> > with the body: unsubscribe ntsysadmin
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt-
> software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
> 
> 
> The information contained in this e-mail, and any attachments hereto, is
> from The American Society for the Prevention of Cruelty to Animals®
> (ASPCA®) and is intended only for use by the addressee(s) named herein
> and may contain legally privileged and/or confidential information. If you are
> not the intended recipient of this e-mail, you are hereby notified that any
> dissemination, distribution, copying or use of the contents of this e-mail, 
> and
> any attachments hereto, is strictly prohibited. If you have received this 
> e-mail
> in error, please immediately notify me by reply email and permanently
> delete the original and any copy of this e-mail and any printout thereof.
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt-
> software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltso

RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Steven M. Caesare
I didn't talk to the right to post a message.

I'm asking for clarification of what the affiliation with the product/org is. 

I appreciate your guess... but I'd like to know if this was selected after the 
comparison, developed after the comparison, bought as a result, etc...

-sc

> -Original Message-
> From: Richard McClary [mailto:richard.mccl...@aspca.org]
> Sent: Friday, April 06, 2012 10:22 AM
> To: NT System Admin Issues
> Subject: RE: Need Your Feedback - New Product for Admins
> 
> Strange you would need to ask this question!
> 
> Stu started SunbeltSoftware as well as this (and other forums).  He continues
> to monitor and moderate it.
> 
> He left Sunbelt (now GFI) and started KnowBe4.
> 
> My guess is, there was a research effort involved, and he/they purchased
> this product.
> 
> Anyway, if anyone has the right to post a "commercial message" to this list, 
> it
> would be Stu.
> 
> -Original Message-
> From: Steven M. Caesare [mailto:scaes...@caesare.com]
> Sent: Friday, April 06, 2012 9:12 AM
> To: NT System Admin Issues
> Subject: RE: Need Your Feedback - New Product for Admins
> 
> > Well, the last 18 months I have done research to find a tool that
> > would solve most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert.
> 
> This appears to indicate you went out and looked at tools from all vendors in
> the market place, and are recommending this one.
> 
> > You can answer to the list or answer me offline at s...@knowbe4.com
> 
> This appears to indicate you have an email address in the organization that
> sells the tool you are recommending.
> 
> Are you affiliated with this company?
> 
> -sc
> 
> > -Original Message-
> > From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> > Sent: Friday, April 06, 2012 9:43 AM
> > To: NT System Admin Issues
> > Subject: Need Your Feedback - New Product for Admins
> >
> > Guys,  I'm back in the 'system admin' software game. I'm giving you a
> > sneak peek  of a new admin tool we are announcing this April called
> InstantRevert.
> >
> > I had a fresh look at your current environment. Users are still your
> > #1 headache, and you continue to get "It worked yesterday!" incomplete
> > help desk tickets.
> > The next headaches are keeping your network secure without sufficient
> > budget, and you're coming in early, staying late, and working
> > weekends.
> >
> > Well, the last 18 months I have done research to find a tool that
> > would solve most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert/
> >
> > Could you have a look and tell me what you think?
> >
> > The cost per server is $220 but I am still figuring out the volume
> > discounts for workstations. Say you have 200 workstations you want to
> > run this on, what would you expect to have to pay per workstation?
> >
> > You can answer to the list or answer me offline at s...@knowbe4.com
> >
> > Thanks so much in advance !
> >
> > Warm regards,
> >
> > Stu
> >
> >
> >
> > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
> >   ~
> >
> > ---
> > To manage subscriptions click here: http://lyris.sunbelt-
> > software.com/read/my_forums/ or send an email to
> > listmana...@lyris.sunbeltsoftware.com
> > with the body: unsubscribe ntsysadmin
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt-
> software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
> 
> 
> The information contained in this e-mail, and any attachments hereto, is
> from The American Society for the Prevention of Cruelty to Animals®
> (ASPCA®) and is intended only for use by the addressee(s) named herein
> and may contain legally privileged and/or confidential information. If you are
> not the intended recipient of this e-mail, you are hereby notified that any
> dissemination, distribution, copying or use of the contents of this e-mail, 
> and
> any attachments hereto, is strictly prohibited. If you have received this 
> e-mail
> in error, please immediately notify me by reply email and permanently
> delete the original and any copy of this e-mail and any printout thereof.
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt-
> software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin

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

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

Re: Need Your Feedback - New Product for Admins

2012-04-06 Thread Jonathan Link
Some people lurk and miss things that were posted ages ago.

On Fri, Apr 6, 2012 at 10:21 AM, Richard McClary
wrote:

> Strange you would need to ask this question!
>
> Stu started SunbeltSoftware as well as this (and other forums).  He
> continues to monitor and moderate it.
>
> He left Sunbelt (now GFI) and started KnowBe4.
>
> My guess is, there was a research effort involved, and he/they purchased
> this product.
>
> Anyway, if anyone has the right to post a "commercial message" to this
> list, it would be Stu.
>
> -Original Message-
> From: Steven M. Caesare [mailto:scaes...@caesare.com]
> Sent: Friday, April 06, 2012 9:12 AM
> To: NT System Admin Issues
> Subject: RE: Need Your Feedback - New Product for Admins
>
> > Well, the last 18 months I have done research to find a tool that would
> solve
> > most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert.
>
> This appears to indicate you went out and looked at tools from all vendors
> in the market place, and are recommending this one.
>
> > You can answer to the list or answer me offline at s...@knowbe4.com
>
> This appears to indicate you have an email address in the organization
> that sells the tool you are recommending.
>
> Are you affiliated with this company?
>
> -sc
>
> > -Original Message-
> > From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> > Sent: Friday, April 06, 2012 9:43 AM
> > To: NT System Admin Issues
> > Subject: Need Your Feedback - New Product for Admins
> >
> > Guys,  I'm back in the 'system admin' software game. I'm giving you a
> sneak
> > peek  of a new admin tool we are announcing this April called
> InstantRevert.
> >
> > I had a fresh look at your current environment. Users are still your #1
> > headache, and you continue to get "It worked yesterday!" incomplete help
> > desk tickets.
> > The next headaches are keeping your network secure without sufficient
> > budget,
> > and you're coming in early, staying late, and working weekends.
> >
> > Well, the last 18 months I have done research to find a tool that would
> solve
> > most of the above problems, and I think I have found it:
> > http://www.knowbe4.com/products/instant-revert/
> >
> > Could you have a look and tell me what you think?
> >
> > The cost per server is $220 but I am still figuring out the volume
> discounts for
> > workstations. Say you have 200 workstations you want to run this on, what
> > would you expect to have to pay per workstation?
> >
> > You can answer to the list or answer me offline at s...@knowbe4.com
> >
> > Thanks so much in advance !
> >
> > Warm regards,
> >
> > Stu
> >
> >
> >
> > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
> >   ~
> >
> > ---
> > To manage subscriptions click here: http://lyris.sunbelt-
> > software.com/read/my_forums/
> > or send an email to listmana...@lyris.sunbeltsoftware.com
> > with the body: unsubscribe ntsysadmin
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>
>
> The information contained in this e-mail, and any attachments hereto, is
> from The American Society for the Prevention of Cruelty to Animals®
> (ASPCA®) and is intended only for use by the addressee(s) named herein and
> may contain legally privileged and/or confidential information. If you are
> not the intended recipient of this e-mail, you are hereby notified that any
> dissemination, distribution, copying or use of the contents of this e-mail,
> and any attachments hereto, is strictly prohibited. If you have received
> this e-mail in error, please immediately notify me by reply email and
> permanently delete the original and any copy of this e-mail and any
> printout thereof.
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

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

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

RE: Need Your Feedback - New Product for Admins

2012-04-06 Thread Richard McClary
Strange you would need to ask this question!

Stu started SunbeltSoftware as well as this (and other forums).  He continues 
to monitor and moderate it.

He left Sunbelt (now GFI) and started KnowBe4.

My guess is, there was a research effort involved, and he/they purchased this 
product.

Anyway, if anyone has the right to post a "commercial message" to this list, it 
would be Stu.

-Original Message-
From: Steven M. Caesare [mailto:scaes...@caesare.com] 
Sent: Friday, April 06, 2012 9:12 AM
To: NT System Admin Issues
Subject: RE: Need Your Feedback - New Product for Admins

> Well, the last 18 months I have done research to find a tool that would solve
> most of the above problems, and I think I have found it:
> http://www.knowbe4.com/products/instant-revert.

This appears to indicate you went out and looked at tools from all vendors in 
the market place, and are recommending this one.

> You can answer to the list or answer me offline at s...@knowbe4.com

This appears to indicate you have an email address in the organization that 
sells the tool you are recommending.

Are you affiliated with this company?

-sc

> -Original Message-
> From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> Sent: Friday, April 06, 2012 9:43 AM
> To: NT System Admin Issues
> Subject: Need Your Feedback - New Product for Admins
> 
> Guys,  I'm back in the 'system admin' software game. I'm giving you a sneak
> peek  of a new admin tool we are announcing this April called InstantRevert.
> 
> I had a fresh look at your current environment. Users are still your #1
> headache, and you continue to get "It worked yesterday!" incomplete help
> desk tickets.
> The next headaches are keeping your network secure without sufficient
> budget,
> and you're coming in early, staying late, and working weekends.
> 
> Well, the last 18 months I have done research to find a tool that would solve
> most of the above problems, and I think I have found it:
> http://www.knowbe4.com/products/instant-revert/
> 
> Could you have a look and tell me what you think?
> 
> The cost per server is $220 but I am still figuring out the volume discounts 
> for
> workstations. Say you have 200 workstations you want to run this on, what
> would you expect to have to pay per workstation?
> 
> You can answer to the list or answer me offline at s...@knowbe4.com
> 
> Thanks so much in advance !
> 
> Warm regards,
> 
> Stu
> 
> 
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt-
> software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin

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

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


The information contained in this e-mail, and any attachments hereto, is from 
The American Society for the Prevention of Cruelty to Animals® (ASPCA®) and is 
intended only for use by the addressee(s) named herein and may contain legally 
privileged and/or confidential information. If you are not the intended 
recipient of this e-mail, you are hereby notified that any dissemination, 
distribution, copying or use of the contents of this e-mail, and any 
attachments hereto, is strictly prohibited. If you have received this e-mail in 
error, please immediately notify me by reply email and permanently delete the 
original and any copy of this e-mail and any printout thereof.
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions 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: Need Your Feedback - New Product for Admins

2012-04-06 Thread Steven M. Caesare
> Well, the last 18 months I have done research to find a tool that would solve
> most of the above problems, and I think I have found it:
> http://www.knowbe4.com/products/instant-revert.

This appears to indicate you went out and looked at tools from all vendors in 
the market place, and are recommending this one.

> You can answer to the list or answer me offline at s...@knowbe4.com

This appears to indicate you have an email address in the organization that 
sells the tool you are recommending.

Are you affiliated with this company?

-sc

> -Original Message-
> From: Stu Sjouwerman [mailto:s...@sunbelt-software.com]
> Sent: Friday, April 06, 2012 9:43 AM
> To: NT System Admin Issues
> Subject: Need Your Feedback - New Product for Admins
> 
> Guys,  I'm back in the 'system admin' software game. I'm giving you a sneak
> peek  of a new admin tool we are announcing this April called InstantRevert.
> 
> I had a fresh look at your current environment. Users are still your #1
> headache, and you continue to get "It worked yesterday!" incomplete help
> desk tickets.
> The next headaches are keeping your network secure without sufficient
> budget,
> and you're coming in early, staying late, and working weekends.
> 
> Well, the last 18 months I have done research to find a tool that would solve
> most of the above problems, and I think I have found it:
> http://www.knowbe4.com/products/instant-revert/
> 
> Could you have a look and tell me what you think?
> 
> The cost per server is $220 but I am still figuring out the volume discounts 
> for
> workstations. Say you have 200 workstations you want to run this on, what
> would you expect to have to pay per workstation?
> 
> You can answer to the list or answer me offline at s...@knowbe4.com
> 
> Thanks so much in advance !
> 
> Warm regards,
> 
> Stu
> 
> 
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>   ~
> 
> ---
> To manage subscriptions click here: http://lyris.sunbelt-
> software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin

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

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

Re: Need Your Feedback - New Product for Admins

2012-04-06 Thread Christopher Bodnar
Hey Stu, 

This looks like it's in the same category as Tripwire Enterprise. Any 
comparison document out there? Also it doesn't look like it's cross 
platform which a lot of organizations will need for a product like this. 

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




The Guardian Life Insurance Company of America

www.guardianlife.com 







From:   Stu Sjouwerman 
To: "NT System Admin Issues" 
Date:   04/06/2012 09:43 AM
Subject:Need Your Feedback - New Product for Admins



Guys,  I'm back in the 'system admin' software game. I'm giving you a 
sneak
peek  of a new admin tool we are announcing this April called 
InstantRevert.

I had a fresh look at your current environment. Users are still your #1 
headache, 
and you continue to get "It worked yesterday!" incomplete help desk 
tickets.
The next headaches are keeping your network secure without sufficient 
budget,
and you're coming in early, staying late, and working weekends. 

Well, the last 18 months I have done research to find a tool that would 
solve 
most of the above problems, and I think I have found it:
http://www.knowbe4.com/products/instant-revert/

Could you have a look and tell me what you think?

The cost per server is $220 but I am still figuring out the volume 
discounts for 
workstations. Say you have 200 workstations you want to run this on, what 
would you expect to have to pay per workstation? 

You can answer to the list or answer me offline at s...@knowbe4.com

Thanks so much in advance ! 

Warm regards,

Stu



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

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


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

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

Need Your Feedback - New Product for Admins

2012-04-06 Thread Stu Sjouwerman
Guys,  I'm back in the 'system admin' software game. I'm giving you a sneak
peek  of a new admin tool we are announcing this April called InstantRevert.

I had a fresh look at your current environment. Users are still your #1 
headache, 
and you continue to get "It worked yesterday!" incomplete help desk tickets.
The next headaches are keeping your network secure without sufficient budget,
and you're coming in early, staying late, and working weekends.   

Well, the last 18 months I have done research to find a tool that would solve 
most of the above problems, and I think I have found it:
http://www.knowbe4.com/products/instant-revert/

Could you have a look and tell me what you think?

The cost per server is $220 but I am still figuring out the volume discounts 
for 
workstations. Say you have 200 workstations you want to run this on, what 
would you expect to have to pay per workstation? 

You can answer to the list or answer me offline at s...@knowbe4.com

Thanks so much in advance !  

Warm regards,

Stu



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

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