Issue You want to create a Task scheduler that runs a batch file script to kill the current and restart the process. What is Batch file Before we continue, let see what is the batch file? According to Wikipedia — A batch file is a script file in DOS, OS/2 and Microsoft Windows. It consists […]
Find Your System Service Tag Using Command Prompt
Symptom You need locate your system’s service tag (also referred to as the serial number) using Command Prompt. Resolutions Type cmd in the Windows search bar at the bottom-left of the screen, then select Command Prompt from the list of results. In the Command Prompt window, type wmic bios get serialnumber and press Enter. The Service Tag (Serial Number) appears as shown […]
What does the yellow arrow mean on Windows DHCP Server
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 […]
PowerShell: Retrieve password last set from AD User
Hello everyone, long time no update this blog. Today, I want to share the PowerShell command to retrieve the password last set from the AD User. Basically, we will use Get-ADUser Cmdlet to do this. To get information about Get-ADUser command you can use PowerShell and type the following command If you look on the […]
Failed to create a persistent connection Veeam Backup
Issue When adding a new windows VM or Hyper-V server to the managed server on Veeam Backup using a dedicated local (non-domain) backup user account there is an error that said invalid credential even though you can login using the same credential directly to the server. This issue is happening because the user you use […]