ORIGINAL CONTENT
Setup your own Monitoring – Disk Space Utilization Monitoring tool for free
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
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
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
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
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
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
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
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
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,...