There are number of occasions were we still have dependency over floppy, I recently had two occasion were I needed floppy image necessary. 1. During troubleshoot of Windows 2000 server,… Read more »
Microsoft Remote Desktop is a great tool for connecting to any windows machine on remote. Sometimes, when you are in need of working on many different machines, you get… Read more »
What you can do is to SSH into the chassis via the OA address/ip and then, issue the following command to reset the specific blade. Just insert the bay number… Read more »
Recently, I was doing a hot P2V of Windows 2003 server from HP Hardware to a virtual machine. It was bad experience that the data transfer was slow of about… Read more »
NewSid is officially not supported by Microsoft anymore. There are chances where you get stuck up during cloning, have multiple machines with same SID. How do you find the existing SID? Its simple. This… Read more »
System State Backup Failure – Error [0x8007007b] The filename, directory name, or volume label syntax is incorrect. Most of the time this issue occures in a Windows 2008 virtual machine…. Read more »
We are often getting trouble with a service being in starting or stopping state. There is solution to get off from such issues. This happens due to the process which… Read more »
Netstat is sometimes very handy while troubleshoot and there are many people who are not aware of output shown. Netstat displays a listing of network connections that and their status…. Read more »
I was recently having issues in taking the RDP session of a Windows 2003 server. When I use the RDP Session, it was giving me an error stating “The system… Read more »
With the robocopy, we can use the below syntax to copy everything from “x:\source” to “\\server\x\dest” including sub-directories: robocopy x:\source \\server\x\dest /e /r:0 /w:0 Robocopy will look for the date… Read more »