desktoprat
MIS
Not sure how to accomplish what I want. Essentially, I want to create a list of computers that have not been rebooted in the last x days from today.
If I use the date function, I get 7/26/2004
Using
Set colItems = objWMIService.ExecQuery("Select * from Win32_OperatingSystem",,48)
Wscript.echo "Date of Last Boot: " & (Left(objItem.LastBootUpTime,8))
I get 20040726
I cant seem to use the formatdatetime function to rework either date into the same format as the other. Unless I can get both in the same format, then I can't use the datediff function either.
Suggestions?
If I use the date function, I get 7/26/2004
Using
Set colItems = objWMIService.ExecQuery("Select * from Win32_OperatingSystem",,48)
Wscript.echo "Date of Last Boot: " & (Left(objItem.LastBootUpTime,8))
I get 20040726
I cant seem to use the formatdatetime function to rework either date into the same format as the other. Unless I can get both in the same format, then I can't use the datediff function either.
Suggestions?