Skip to main content

Posts

          DEconfiguring Failover of DHCP failed with error 20116 Hi Guys Today I am going to tell you if your getting a error when you force removing a DHCP failover from a Partner server or a Primary server and getting the below error. open the Powershell and run the below command but to run the below command you have to find the Replication name of the failover server for that you can check from the below screenshot. In the above screenshot the Blue line is the Relationship name in the failover. So once you got the name run the below command in PowerShell and then you can delete the scope as it will be removed from the failover. Remove-DhcpServerv4FailoverScope -ComputerName "dhcpserver.contoso.com" -Name "SFO-SIN-Failover" -ScopeId 10.10 . 10.0 , 10.20 . 20.0 In the above command change the computername and the Relationship name and also the scope once you run this command the scope will be removed from the failover and then delete the scope and re-create t

How to solve error 0xc000021A

            How to solve error 0xc000021A Hi Guys I want to let you know if your getting the below error in windows 2016 then if your getting the above error then replace the below files from a working server to this server and then reboot and start normally it will work \Windows\System32\Win32k.sys \Windows\System32\csrss.exe \Windows\System32\basesrv.dll \Windows\System32\sxssrv.dll \Windows\System32\winsrv.dll copy the above files from a working server to the affected server and in the same location as above. Enjoy maddi..............
  What is the ccmcache folder used for and how to clear it [RESOLVED] You have found this page for one of two reasons, both of which are resolved in the same way. You need to remove the CCM Cache on a server or PC. You have noticed there is large files in the c:\windows\ccmcache folder and you want to know if its safe to delete them. The CCM Cache folder is used by machines that are connected to SCCM for software deployment. So the machines will receive updates from SCCM. The client cache is a temporary download location for software, applications and software updates that are deployed to a client. It is safe to clear this. To clear the CCM Cache you need to open “Configuration Manager” and then delete the cache, there is usually a cache tab and you can do it from there. Procedure to clearing the ConfigMgr (SCCM) client local cache (CCM cache) -Resolving Disk space isssue – TechNet Articles – United States (English) – TechNet Wiki By default, the cache size is 5120 MB, but this can be

Unable to install July 2021 rollup patches on Windows 2012 R2 KB5004285 KB5004298

  I am having trouble installing the recent July rollup updates KB5004298 and KB5004285. Updates install fine but after reboot it rolls back. I have tried installing each one individually, used sfc/dism, cleaned up C:\Windows\Temp, cleaned and reset windows update, installed manually, installed direct from MS instead of WSUS, etc. CBS.log seems to give some relevant information but I have not been able to figure out where to go next. IF you are facing the same issue with installing updates please find the solution below. the error is caused by the July update. For that create the below 2 folder if they do not exist Basically, make sure these directories exist (even if they are empty) C:\Windows\System32\Macromed\Flash C:\Windows\SysWOW64\Macromed\Flash Hope it helps someone.

Vm backup failling with snapshot error (156)An error occurred while saving the snapshot: Failed to quiesce the virtual machine.

  Hi Everyone, I am here back with another issue. If anyone is getting error taking backup snapshot of a virtual machine and getting the below error. Vm backup failling with snapshot error (156)An error occurred while saving the snapshot: Failed to quiesce the virtual machine. Apr 28, 2021 2:22:55 AM - Critical bpbrm (pid=15849) from client XXXXX: FTL - vSphere_freeze: Snapshot task for virtual machine XXX-YYY (/vmmor/vm-341) failed, 0 retries remaining, error type: 263, error message: An error occurred while saving the snapshot: Failed to quiesce the virtual machine.. Apr 28, 2021 2:23:08 AM - Critical bpbrm (pid=15849) from client XXXX: FTL - vfm_freeze: method: VMware_v2, type: FIM, function: VMware_v2_freeze Apr 28, 2021 2:23:09 AM - Critical bpbrm (pid=15849) from client XXXXX: FTL -  Apr 28, 2021 2:23:09 AM - Critical bpbrm (pid=15849) from client XXXXXX: FTL - vfm_freeze: method: VMware_v2, type: FIM, function: VMware_v2_freeze Apr 28, 2021 2:23:09 AM - Critical bpbrm (pid=15849

Windows RDP “No Remote Desktop License Servers available” Error message fix

  On a Server 2008 and 2012 and 2016  RDS service that has been deployed and working for some time you begin to receive errors "The remote session was disconnected because there are no Remote Desktop License Server available" as shown below: If this is happening after the license grace period AND you already had a setup a license server, please try the below steps:.   1. Login to the server and open Registry by typing regedit.exe in Run or cmd prompt.(please note that this should be opened as Administrator. 2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod as shown in below window and select the GracePeriod Key. If the ‘GracePeriod’ key exists you will need to delete it.    3. You must take ownership and give admin users full control to be able to delete  GradePeriod  key.   -  Right Click on  GradePeriod  Key to take ownership of. -  On the  Edit menu , click  Permissions . -  Click  Advanced , and then click the  Owner  tab.

Fix Windows Activation failed due to Software Protection Service error code 0xc0000022

  With Windows Activation, the fun never ends! Recently when I was working on a windows 2016 server activation. Instead of activation of windows.  Instead, I got error code  0xc0000022 , and the perfectly valid built-in OEM key would not re-activate the same Windows on the same hardware – no matter what I did. It turns out the culprit was an ‘ access denied ‘ error in the  Software Protection  service… The error  0xc0000022  means that the  Software Protection Service  (SPS) wouldn’t start. If you’re having a similar activation error – especially with resetting an OEM version of Win 2016 on your server – then the first thing to do is verify that the SPS is the culprit. Check the SPS First, click  Start  (the windows logo button on the taskbar). Type:  services Click the  Services  app icon. Next, scroll down and find  Software Protection , and double-click it to view the settings: Make sure that  Startup type  is set to  Automatic (Delayed Start) . Then, click the  Start  button… If yo