DHCP Server

Enable DHCP Server Logging on Windows Server 2019

Problem Sometimes, You want to enable DHCP Server logging to monitor the DHCP server to track down the issue you have. Solution Using PowerShell Command You can enable the DHCP Server log using Set-DhcpServerAuditLog CmdLet. The Set-DhcpServerAuditLog cmdlet sets the Dynamic Host Configuration Protocol (DHCP) server service audit log configuration on the DHCP server service that runs

Enable DHCP Server Logging on Windows Server 2019 Read More »

Microsoft Remote Desktop Services

Install SSL Certificate for RDS Deployment using PowerShell

I have an issue while installing the SSL Certificate for RDS Deployment using GUI. Therefore, I use the PowerShell command to do that. Basically, the command is using Set-RDCertificate CmdLet. The Set-RDCertificate cmdlet imports a certificate or applies an installed certificate to use with a Remote Desktop Services (RDS) role. You can use this cmdlet to secure

Install SSL Certificate for RDS Deployment using PowerShell Read More »

sql vector image

SQL Server Reporting Services installation failure “The Reporting Service catalog database file exists.”

Recently, I got the error below when re-installing Microsoft SQL Server 2016 Reporting Services on my server: The catalog database file exists. Select a files-only mode installation. The catalog temporary database file exists. Select a files-only mode installation. When clicking the first failed test, “Reporting Services Catalog Database File Existence”, I got the following detail:

SQL Server Reporting Services installation failure “The Reporting Service catalog database file exists.” Read More »

Scroll to Top