R
robin
Hi,
I am currently using WIn2000 SP4 Active Directory.
Clients are running on Win2K Profession SP4. All clients
are join to a Domain.
I have currently written a simple script using a SQL
statement to extract the system security log:
strComputer = "."
Set objWMI = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate,(Security)}!
\\" _
& strComputer & "\root\cimv2")
strWMI = "SELECT * FROM Win32_NTLogEvent WHERE
(LogFile = 'Security')"
Question:
1)I want to implement this script program to a large
group of clients machine that is group under a domain.
Wonder if it is possible to implement this script through
a Active Directory Group Policy(GPO)?
If so, how can this be done?
2)Can I schedule a specific timing to run this script
through the GPO?
I am currently using WIn2000 SP4 Active Directory.
Clients are running on Win2K Profession SP4. All clients
are join to a Domain.
I have currently written a simple script using a SQL
statement to extract the system security log:
strComputer = "."
Set objWMI = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate,(Security)}!
\\" _
& strComputer & "\root\cimv2")
strWMI = "SELECT * FROM Win32_NTLogEvent WHERE
(LogFile = 'Security')"
Question:
1)I want to implement this script program to a large
group of clients machine that is group under a domain.
Wonder if it is possible to implement this script through
a Active Directory Group Policy(GPO)?
If so, how can this be done?
2)Can I schedule a specific timing to run this script
through the GPO?