Change Guest VM IP from Hyper-V Host
Since Windows Server 2012, Microsoft introduces the ability to change or inject IP configuration of Guest VM from its HyperV host. This feature is using Msvm_GuestNetworkAdapterConfiguration class. Below is the PowerShell Script from itprotoday to change/inject the Guest VM IP. Replace the name of the VM as needed and the IP configuration. If you want […]
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 […]
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 […]
Outlook Web App (OWA) Authentication Issue – Exchange 2010
We recently got an authentication issue on Our Outlook Web App (OWA) for Exchange 2010. The OWA itself can be loaded. However, when you try to log on (Authenticate) there is an issue that said ” OWA might be temporarily down or it may have moved permanently to a new address. “ There were no […]
Run a SQL Server Query in PowerShell
Yesterday, I got a request from our customer that need to run a SQL Server Query using PowerShell command. After looking on the Google 😀 I found the Script from Romanian Coder. Basically, the script is using System.Data.SqlClient Namespace on NetFramework 4.8. Below is the complete script to Run a SQL Server Query in PowerShell: […]
Enable Remote Desktop Remotely
On Windows Computer, the Remote Desktop is disabled by default. You need to enable it in order to make the computer is accessible remotely through Remote Desktop Protocol (RDP). In this article, I will show you how to enable Remote Desktop Protocol (RDP) remotely. First, we need to connect to the computer/workstation you want to […]
Windows Task Scheduler Fails With Error Code 2147943785
Problem I’ve configured the Windows Task Scheduler on my Server to run a PowerShell Script. However, the Windows Task Scheduler Fails to run with error code 2147943785. Below the error detail that I got: Solution The user that is configured to run the task scheduler must have “Log on as a batch job” rights on […]
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: […]
New Windows Terminal
Microsoft has introduced a new Windows Terminal. Windows Terminal is a new, modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells. It includes a lot of new features such as support for tabs, rich text, globalization, theming & styling, and many more. The new Windows Terminal will have a […]
Microsoft Build 2019: Microsoft CEO Satya Nadella’s keynote speech
If you are missing the Microsoft CEO Satya Nadella’s keynote speech, you can check in the video below: