Local Security Policy

J

Jack

I am trying to write a vb.net app that can read and/or write local
security policy settings on standalone workstations. BTW, counting on
domain group policy is not an option, since some of our workstations
do not sit on the network.

Anyway, I've been trying to use DirectoryServices to get at the
local security policy, but found I must specify the computer name and
a valid local user account to enumerate all of the values that I need
to check. This works, but it also implies that the settings such as
MinPasswordLength and PasswordAge are user specific, rather than set
at the computer level. Also, can someone tell me, are setting such as
MinPasswordLength written in the registry anywhere? I am convinced
they are not! Also, I am trying to setup Auditing, plus disable
several windows services that are not needed. Clearly I am missing
something here. Can someone school me, please!
 
C

Cor Ligthert

Jack,

Did you know that there is a special securitiy newsgroup

microsoft.public.dotnet.security

I think that you have there a better change for an answer

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top