logo logo

DHCP service stops when it encounters another DHCP server (SBS only)

DHCP service on the SBS server stopped running. Checking the event viewer showed that it was stopped because it found a duplicate DHCP server on the network. In SBS servers, the DHCP services default...

Corrupt Windows profile v2

Fixed issue where it wouldn’t log in saying “the user profile service failed the logon” and “user profile cannot be loaded”. Going in through safe mode loaded a default...

Configure Hyper-V Core firewall from PowerShell

Run the following command on Hyper-V Core PowerShell to enable RDP access Enable-netfirewallrule -displayname "Remote Desktop - User Mode...

Change Hyper-V Virtual Machine RAM settings from PowerShell

From PowerShell you can type:Set-VMMemory serverName -DynamicEnabled $false -StartupBytes 1000mb For example to turn off dynamic memory use and set the ram to 1gb. The virtual machine has to be off to do...

CertificateServicesClient-CertEnroll error 13 and CertificateServicesClient-AutoEnrollment error 6 repeats every 5 minutes

Caused by a Certificate Authority (CA) removed from the domain. In this case it was an Exchange 2010 server. The uninstall did not remove some CA references which caused the errors whenever it tried to...
bottom