Re: How to decide whether a window update should be installed or n
Tech-Archive recommends: Speed Up your PC by fixing your registry
Penguin wrote:
Hi, Torgeir Bakken:
Is there any chance I can do it programmatically? Since I am managing
around 60 computers. I do not want to use the toolkit you mentioned in your
message one by one manually. Instead, I am planning to do it
programmatically.
Hi,
Mbsacli.exe (the command line interface for Microsoft Baseline
Security Analyzer) supports remote operation.
Here are some of the command line switches the v2.0 supports:
Scan named computer:
/target domain\computer
Scan named IP address:
/target IP
Scan named IP addresses range:
/r IP-IP
Scan named IP address or computer listed in the specified file:
/listfile file
Scan named domain:
/d domain
There is also a MBSA newsgroup available:
microsoft.public.security.baseline_analyzer
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
.
Relevant Pages
- Re: KB896688 and ActiveX
... The intent of this change is to prevent COM objects that were not designed to be instantiated in Internet Explorer from being instantiated in Internet Explorer. ... affected but I cannot test on more computers. ... torgeir, Microsoft MVP Scripting, Porsgrunn Norway ... (microsoft.public.windowsupdate) - Re: set environment variables through batch files
... I need to set a system environment variable on 300 or so computers and need a ... if you want these same environment variables the same for all users ... > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway ... (microsoft.public.windowsxp.general) - Re: 828028 -- is it safe yet?
... There is no known bugs with 828028 as far as I know. ... I work for, distributed to thousands of computers, no problems reported. ... Microsoft MVP Scripting and WMI, ... (microsoft.public.windowsupdate) - Re: Unlocking a timed out PC
... As I read Calum's post, the computers are domain members, in that ... -- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: ... (microsoft.public.windowsxp.general) - Re: Runas, include password?
... I like the GPO idea. ... I've tried it out with .MSI files, ... if the computers are members of an Active Directory ... > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway ... (microsoft.public.windows.server.scripting) |
|