You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
331 B
10 lines
331 B
select * from __InstanceModificationEvent
|
|
where TargetInstance isa "Win32_CurrentTime"
|
|
and TargetInstance.Year=1999
|
|
and TargetInstance.Month=10
|
|
and TargetInstance.Day=14
|
|
and TargetInstance.Hour=15
|
|
and TargetInstance.Minute=30
|
|
and TargetInstance.Second=0
|
|
and TargetInstance.Interval=1
|
|
and TargetInstance.UTCOffset=0
|