Re: 2 questions: uptime and last logged on users
From: Jiachuan Wang [MSFT] (jiawang_at_online.microsoft.com)
Date: 05/03/04
- Next message: Sarika Sharma[MSFT]: "Re: VB.Net WMI Windows Server 2003"
- Previous message: Torgeir Bakken \(MVP\): "Re: 2 questions: uptime and last logged on users"
- In reply to: Jiachuan Wang [MSFT]: "Re: 2 questions: uptime and last logged on users"
- Next in thread: [MS] Scott McNairy: "Re: 2 questions: uptime and last logged on users"
- Reply: [MS] Scott McNairy: "Re: 2 questions: uptime and last logged on users"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 May 2004 15:43:05 -0700
regarding previously logged on users, the security log should have the
record of audits for Logon/Logoff. Therefore you can use the query like
"Select * from Win32_NTEventLogFile where LogFileName='Security'", and of
course you should limit your query using other properties
(Category='Logon/Logoff') and exclude some known accounts like "network
service" etc.
-- This posting is provided "AS IS" with no warranties, and confers no rights. "Jiachuan Wang [MSFT]" <jiawang@online.microsoft.com> wrote in message news:%23BpPftVMEHA.2488@TK2MSFTNGP10.phx.gbl... > Using WMI performance counter class "Win32_PerfFormattedData_PerfOS_System". > There's a "SystemUpTime" property. > > -- > This posting is provided "AS IS" with no warranties, and confers no rights. > > > "Sameh Ahmed" <essoplus@hotmail.com> wrote in message > news:%23OA9AyRMEHA.3380@TK2MSFTNGP11.phx.gbl... > > Hello there > > Anybody where to look for the computer uptime, and where to look for a > list > > of accounts that logged on to the system previously? > > Thanks in advance. > > Regards > > > > > >
- Next message: Sarika Sharma[MSFT]: "Re: VB.Net WMI Windows Server 2003"
- Previous message: Torgeir Bakken \(MVP\): "Re: 2 questions: uptime and last logged on users"
- In reply to: Jiachuan Wang [MSFT]: "Re: 2 questions: uptime and last logged on users"
- Next in thread: [MS] Scott McNairy: "Re: 2 questions: uptime and last logged on users"
- Reply: [MS] Scott McNairy: "Re: 2 questions: uptime and last logged on users"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading