Powershell script to control windows service on multiple remote servers. Get-content “Filename” | foreach {set-Service -ComputerName $_ -Name “Service Name” -StartupType Disabled -Status Stopped} Note: Replace Filename with filename location… Read more »
I was trying to upgrade EMC powerpath from Powerpath v5.3 to v5.5 SP1. I uninstalled 5.3 using the windows utility and was then unable to re-install the latest version. Found… Read more »
When you do a P2V or V2V of Windows 2008 server using VMware Converter you might get the below error: Unable to contact the specified host. The host is not… Read more »
Tested something new with Windows 2008 today. Windows 2008 has an inbuilt utility called the Deployment Image Servicing and Management (DISM) tool which does not require any media to upgrade… Read more »
Recently, came across an issue where the outbound SMTP mail where getting blocked. When checked the server and firewall settings everything looked very normal. Finally, the issue was with McAfee…. Read more »
Recently, one of the blade server was re imaged with a new name. However, new server name was not getting reflected under the devices. Hence, below steps were followed to… Read more »
A very common issue on a daily life of a Windows server administrator is that the users complaining about RDP issue. If the issue is with Windows 2008, that’s fine… Read more »
Job seekers can now find latest opportunities available in Information Technology. Based on numerous requests asking about the current openings in Facebook, for your convenience, we are now introducing a… Read more »
During VM Tools update, if you find any issues like unable to remove older version of VMware Tools or error 1714, you can remove old version manually from the registry… Read more »