JJitheshinjitheshpk.com·Aug 4, 2025 · 3 min readMSDB in suspect stateWe were unable to connect to SQL server through MMS (Microsoft Management Studio). Users were getting below warning: Cannot display policy health state at the server level, because the user doesn’t have permission. Permission to access the msdb data...00
JJitheshinjitheshpk.com·Apr 9, 2024 · 2 min readResource utilization check using python FabricPython Fabric module can be used for checking the resource utilization in a server remotely. # Import Modules import argparse from fabric import Connection # Define user inputs parser = argparse.ArgumentParser() parser.add_argument("--hostname", req...00
JJitheshinjitheshpk.com·Dec 30, 2023 · 2 min readConvert Hyper-V VM into VMware VMIn this blog I will go through the steps followed to convert a Hyper-V virtual machine into VMware virtual machine in my lab. I am using VMware vCenter Converter Standalone to perform this. Using converter we can migrate a Hyper-V VM directly into vC...00
JJitheshinjitheshpk.com·Dec 24, 2023 · 3 min readAnalyzing the email headersImage by wirestock on Freepik In this internet age businesses can’t survive without email communication. Email has become one of the most commonly used and preferred modes of communication known to mankind. They are used for keeping in touch with rel...00