Recently, we upgraded firmware on all our blade enclosures and servers. This time we got stuck with the Citrix servers. We were informed that the Citrix applications are not working… 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 »
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 »
To rebuild all Performance counters including extensible and third-party counters in Windows, type the below commands at a command prompt. cd\windows\system32 lodctr /R Ensure that the counters are not disabled… Read more »
Often when you are troubleshooting an issue with Windows Operating System, you would use the Command Prompt and there are scenarios were you would need to disable one of the… Read more »
In my daily life, I couldn’t imagine not having VMware Workstation to create labs or test case scenarios. On many occasions, I clone a vm in minutes to test something,… Read more »
An orphaned share is one that the directory it shares has been deleted. If you delete a directory in Explorer that is shared any shares will automatically removed. If you… Read more »
You can use Computer Management to track all connections to shared resources on a Windows Server 2008 R2 system. Whenever a user or computer connects to a shared resource, Windows… Read more »
Why do I get a black screen when I connect to my Windows server via RDP (Remote Desktop)? This issue is a known Windows bug that occurs when the primary… Read more »