Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Dhcp Server Audit Log Configuration.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("DhcpServerPSProvider"), AMENDMENT]
class DhcpServerAuditLog
{
boolean Enable;
string Path;
uint32 MaxMBFileSize;
uint32 DiskCheckInterval;
uint32 MinMBDiskSpace;
};
Members
The DhcpServerAuditLog class has these types of members:
Properties
The DhcpServerAuditLog class has these properties.
-
DiskCheckInterval
-
-
Data type: uint32
-
Access type: Read/write
Number of times the DHCP server writes audit log events to the log file before checking for available disk space on the server.
-
-
Enable
-
-
Data type: boolean
-
Access type: Read/write
Indicates whether logging is enabled on Dhcp Server.
-
-
MaxMBFileSize
-
-
Data type: uint32
-
Access type: Read/write
Maximum size (in megabytes) for the total amount of disk space available for all audit log files created and stored.
-
-
MinMBDiskSpace
-
-
Data type: uint32
-
Access type: Read/write
Minimum size (in megabytes) required to continue audit logging.
-
-
Path
-
-
Data type: string
-
Access type: Read/write
Directory path which stores audit log files.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\DHCP |
MOF |
|
DLL |
|