When you log in to the DHCP server console on windows server, you see there is a yellow arrow on the DHCP Scope/IPv4. So, what it means? Yellow or orange arrow on DHCP Server means the server has been configured as DHCP Failover but got the issue. To resolve this issue, you need to reconfigure […]
Fix AD Replication issue because of USN Rollback
WARNING: Since this article can cause an issue on your System, take any necessary action before running any command. Today, I got a replication error from my Active Directory with error 8456 or 8457: “The source | destination server is currently rejecting replication requests” When I run repadmin /replsummary command, I got “IS_GC DISABLE_OUTBOUND_REPL DISABLE_INBOUND_REPL” […]
Move WSUS Content to another location
In case you facing the situation that you need to move the WSUS content to another location to free up the disk space. Below are the steps to do that. You must be a member of the local Administrators group on the WSUS server. Run the command prompt with elevated permission. Change to the folder […]
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 […]
FTP Commands for Windows
By default, FTP Client is available on Windows Computer. You can using FTP Commands on Command Prompt or PowerShell to transfer any data to and from a computer running a File Transfer Protocol Server. FTP is not an encrypted transmission, which means anyone could read any data sent over it. For secure data transmission, FTP […]
Best Remote Desktop Software
Remote Desktop Software or Remote Access Software allows you to access remotely one computer from another. Remote desktop software is really useful to help you administering or working on a remote computer. There are some Remote Desktop Software out there you can use. We have arranged four best remote desktop software to help you selecting […]
Enable VM Replication
Enable VM Replication on Hyper-V server will allows you to replicate a Virtual Machine from one of Hyper-V server to another Hyper-V server. There are some advantages by enabling the VM replication such as: In the event of failure to Primary Server (for example, Server failure, Power Outage or Datacenter Failure) you can easily to […]
System Monitor (Sysmon) v9 is Now Available
System Monitor (Sysmon) is a Windows System Service and Device Driver that will monitor and log the system activity to Windows Event log once it’s installed. Sysmon is a part of the Sysinternals tools. Sysinternals is a set of Windows utility programs first released in 1996, long before Russinovich joined Microsoft. Almost all were written […]
Check VM Generation Version Hyper-V
Since Windows Server 2012 R2, Microsoft introduced a new VM Type called Generation 2 VM. There are some advantages using Generation (Gen) 2 VM such as Hot add/remove Virtual Network Adapter, Live expand the VHDX, or Secure Boot. However, still, there are some reasons why you still use Generation 1 over Generation 2. Below the […]
Get all VMs VHDX disk size
Sometimes you need to get which VM that most consume the disk storage. You can check the vhdx size by inspecting the disk one by one. However, It will waste the time if there is too many VMs on the Hyper-V server. I’ve created the script that will collect all VM’s vhdx and check it’s […]