Leaked source code of windows server 2003
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

  1. select * from __InstanceModificationEvent
  2. where TargetInstance isa "Win32_CurrentTime"
  3. and TargetInstance.Year=1999
  4. and TargetInstance.Month=10
  5. and TargetInstance.Day=14
  6. and TargetInstance.Hour=15
  7. and TargetInstance.Minute=30
  8. and TargetInstance.Second=0
  9. and TargetInstance.Interval=1
  10. and TargetInstance.UTCOffset=0