Get-Hotfix Powershell Command to find Patches installed on Specific Date. There was a request to verify the list of servers if those were patched recently. I succeeded in verifying the… Read more »
Non-compliant with MS Patches Found few servers to be non-compliant from the patching team. When checked, found that the patches were getting failed when deployed using SCCM. This issues was… Read more »
Stop multiple services starting with same name. Well I was in need to reboot a Windows 2008 server and before reboot all the application services were supposed to be stopped…. Read more »
Was in need to get the list of hotfix and patches installed on windows server including installation date, user, etc. Finally, got to know about the command that can fetch… Read more »
Got an alert stating IIS 7 role unavailable, when checked found that the service named World Wide Web publishing service was not starting. This could be in case the IIS isn’t… Read more »
SQL Server 2008 R2 cumulative update was giving an error stating SQL Server setup failure. SQL Server Setup has encountered the following error: A failure was detected for a previous… Read more »
MMC is not starting and it shows an error message stating that it will not run with a version of a Internet Explorer earlier than Internet Explorer 5.5. To work… Read more »
One of my windows 2008 didn’t come after reboot. Upon checking the console, saw a message stating “Please wait for the Windows Modules Installer.”. Had to bring up the server… Read more »
Send-MailMessage -to “[email protected]” -from “[email protected]” -Subject “Subject Info” -Body “Content” -SmtpServer “Server Name” Was not able to send mail from a Windows 2008 server and the error message displayed is… Read more »
Wanted to install latest version of Java. When tried to install Java, got failed because of the existence of previous version of Java. There was no uninstaller available to uninstall… Read more »