VBscript Authentication in AD

  • Thread starter Thread starter Chris Cooke
  • Start date Start date
C

Chris Cooke

Does anyone have any simple code to authenticate a
vbscript before it runs.
Basically I have developed a script to roll out several
security patches but I am having trouble authenticating
the script.
Previously I have tried using the script at startup but it
it only ran intermittantly across our AD domain.

Any ideas?
 
Hello,

The script should run in the security context of the user that is running
it, rather than having to authenticate on its own.

What error messages are you seeing?

Have you considered any other other automated ways to deploy the fixes,
such as Windows Update or Software Update Services?

Dale Weiss MCSA MCSE CISSP
PSS Security

This posting is provided "AS IS" with no warranties, and confers no rights.
Any opinions or policies stated within are my own and do not necessarily
constitute those of my employer. Use of included script samples are subject
to the terms
specified at http://www.microsoft.com/info/cpyright.htm
 

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

Back
Top