Originals

ORIGINAL CONTENT

Setup your own Monitoring – Disk Space Utilization Monitoring tool for free

Jul 09, 2015 | Saugata Datta
It is always recommended to keep tracking of the disk space utilization for you servers. This will help us to get the idea of our...
ORIGINAL CONTENT

Domain Tools v1.0 – For Delegating Users ID related Calls

Aug 27, 2010 | Saugata Datta
As being a Windows Administrator, I found that almost every day we spend ¼ of our working time for resetting password and unlocking user ids....
ORIGINAL CONTENT

New Feature : EC2 Instance Console Screenshot for Boot Troubleshooting

May 27, 2016 | Saugata Datta
Finally a great feature add to AWS EC2 instances (HVM virtualization only), which was requested by almost everyone. Now we can take a console screenshot...
ORIGINAL CONTENT

Multi-Threading Super-Fast Disk Utilization Report using Background Jobs in PowerShell

May 27, 2016 | Saugata Datta
Automate task using script is always helpful, it reduced human error and efforts, but sometimes it still takes a lots of time to execute same...
ORIGINAL CONTENT

S3 Bucket Audit Report using AWS PowerShell Script – Secure your S3 Buckets

Jun 16, 2020 | Saugata Datta
  If you are working on AWS environment and if you follow the news related to AWS, you will probably know there are many major...
ORIGINAL CONTENT

Task Scheduler Error “A specified logon session does not exist” – Fix via Command Line and PowerShell for Scripting

May 26, 2016 | Saugata Datta
This is very know issue, if you search internet, you will get multiple blog post with same solution for this issue, and if you follow...
ORIGINAL CONTENT

Migrated this blog to Amazon LightSail from GoDaddy

Feb 20, 2017 | Saugata Datta
Finally, I managed to migrate my blog from GoDaddy to Amazon Lightsail, and everything looks good so far. Thanks to Amazon Lightsail for providing a...
ORIGINAL CONTENT

OS Dependent Logoff/Logon Script run via GPO

Oct 06, 2008 | Saugata Datta
Use following VBS script Startup or Shutdown script. vb Option Explicit Dim objItem, colItems, objWMIService, strComputer, objShell strComputer = "." Set objShell = CreateObject("WScript.Shell") Set...
ORIGINAL CONTENT

Shared TempDrive Cleanup Script – Automated

Jul 23, 2009 | Saugata Datta
Sometimes it’s not possible to remember a specific weekly job to perform. So if we can make it as scheduled job to do the same,...