{'Description':' Type Name Description
DhcpServerAuditLog
{
bool Enable Indicates whether logging is enabled {$true} or not {$false}
string Path Directory path in which to store audit log files
int MaxMBFileSize Maximum size (in megabytes) for the total amount of disk space available for all audit log files created and stored
int DiskCheckInterval Number of times the DHCP server writes audit log events to the log file before checking for available disk space on the server
int MinMBDiskSpace Minimum size (in megabytes) required to continue audit logging.
}','Out':True}
Description
'Gets the configuration parameters related to the audit log of the DHCP server.'
{'Description':'Enable/Disable the DHCP server audit log. Valid values are True and False.','In':True}
Path
string
1
✓
-
{'Description':'Path to the directory where the audit log files should be created by the server','In':True}
MaxMBFileSize
uint32
2
✓
-
{'Description':'Maximum size of the audit log in MB','In':True}
DiskCheckInterval
uint32
3
✓
-
{'Description':'Number of audit log events after which the DHCP server should check available disk space (MinMBDiskSpace)','In':True}
MinMBDiskSpace
uint32
4
✓
-
{'Description':'The minimum required disk space, in bytes, for audit log storage.
Before logging a new audit log message, the DHCP server checks if the minimum disk space specified by this parameter is available on the disk or not.
If it is not available, DHCP server halts audit logging till the time the required minimum disk space is available.
If the value configured is 0 or left as default, minimum disk is set to 20MB.
','In':True}
ComputerName
string
5
✓
-
{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
PassThru
boolean
6
✓
-
{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is modified.','In':True}
{'Description':' Type Name Description
DhcpServerAuditLog
{
bool Enable Indicates whether logging is enabled {$true} or not {$false}
string Path Directory path in which to store audit log files
int MaxMBFileSize Maximum size (in megabytes) for the total amount of disk space available for all audit log files created and stored
int DiskCheckInterval Number of times the DHCP server writes audit log events to the log file before checking for available disk space on the server
int MinMBDiskSpace Minimum size (in megabytes) required to continue audit logging.
}','Out':True}
Description
'Sets DHCP server audit log configuration on the server - including enabling or disabling it. '