VB Script to collect Windows server hardware details. Script will Collect Serial Number, Make, Model, OS, CPU, RAM, Drive details on multiple servers remotely. Copy below contents and save as… Read more »
I am very much exited and proud to announce that WintelAdmin.com has now completed 5 Years. As stated earlier, it all started on 28th June 2010 when I wrote… Read more »
Recently found that some of the our maintenance VB script used for placing servers in Maintenance mode on SCOM were not working and were throwing errors as listed below: Error:… Read more »
Today, one of the Windows 2008 server was rebooted and the server was not back online after the expected time. When checked the console, server was on to Windows repair… Read more »
Sometime recovering free disk space on Windows 2008 is hard and we find dependency over the diskcleanup utility. Disk cleanup utility will help us in deleting unwanted temporary files, downloaded… Read more »
Sometimes, a set of users will use same user account to connect to a same server and would require to have a different session. This can be achieved by following… Read more »
Forcibly remove failover cluster feature. I was asked to take a clone of Windows 2008 server and release it to appliation team as a replacement server for another standalone Windows… Read more »
When you try to install Windows Operating System, you would come across an error code 0x0000005D. This is purely an issue related to the virtual machine profile. Please validate if you… Read more »
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 »