Export to CSV from SQL Table

Hi All, Today I am sharing a powershell method for exporting the content of SQL Table to CSV file. This can be used from remote server or machine as well if you have sql powershell installed. Download & install sql management tools from MS site on your admin server. This will install management studio as…

Monitor Windows Services status Remotely

Hi Readers, Sharing a very useful script that can be used with windows servers for daily check list, after maintenance and other activities. This script will remotely check the service status of sevices that you want to verify if they are running or stopped and report back in HTML table format as below :- (stopped…

Exchange Health Status Check

Hi Readers, Today I am sharing a amazing script that I & my Colleague has written to reduce Team’s work for daily checking list. Also We utilize it after maintenance activities. This script is compatible with exchange 2007 server & do the following tasks. Check CCR status & which are active nodes. Storage Group Status…