Posts

Scan a user's session on multiple servers

Image
This is a user friendly tool. You can scan a user's session from multiple servers. Using this, you can monitor user's stuck session on citrix servers. You can terminate the user's session using this tool without  taking rdp on servers. If you are interested then you can request for a demo.

JDE BSSV Instance Monitoring

Image
We developed tool for BSSV monitoring. This tool will gather details from all your BSSV instances and will send the consolidated report. Also It will report you in case of BSSV failure. It will help you to keep your BSSV instances running and will minimize the business disruption.

Server connection test

You can use the below PowerShell script to create an email notification for server connection test. Save the below script as Test-connection.ps1 and edit the parameters. You can use any number of servers. Test-connection.ps1 $servers = @('Server1','Server2','Server3','Server4','Server5') $timeout = 200  #in micro-seconds $From = "No-Reply@domain.com" $To = @("your-email1@domain.com","your-email2@domain.com") $SMTPServer = "smtp-server-name" ForEach($server in $servers) {  if(!(Test-connection $server -count 2 -Quiet))    {     $Subject = "Test connection for server "+$server     $body = $server+" is not reachable."     Send-MailMessage -From $From -to $To -Subject $Subject -SmtpServer $SMTPServer -Body $body     }  elseif((Test-connection $server -count 2 | Measure-Object -Property ResponseTime -average).average -gt $timeout)    {     $Subject = "Test connecti...

SQL Database Refresh Automation

Image
This GUI based tool is simple and easy to use. You can perform the full database refresh without having any SQL knowledge.Even you can fully automate your refresh using tool. You just need to schedule it at any given time and the complete process would be performed at back end without any human intervention.

RDP Tool

Image
You can take RDP on multiple servers using this tool. There is no need to enter your credential again and again. You just need to provide your credential initially. You can also specify your servers as per your requirements.

Perform JDE outage using GUI based tool

Image
Designed GUI based Outage tool that helps to perform outage on multiple servers. This tool cab be modified as per requirement. Refer the details below: JDE service start/stop, log archive, log check, kernel check                                                                                                                                                                                                                                ...