The Problem: “Friction & Context Switching” Whether you run a single AdGuard Home instance on a Raspberry Pi or manage a fleet across multiple locations, the daily management experience often feels disconnected. To simply check if your server is online, pause protection for a quick test, or block an annoying tracker, you have to: It doesn’t seem like much, but
Category: Admin Tools
Review/Discuss of various handy tools for Admins..
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 data breach happened because of the human negligence, where vast amount of data kept without any protection like encryption, public access blocking. It is all because of human error. We create S3 bucket, and start
Powerful AWS Bot for automation using Telegram Bot API written in PowerShell
Sometimes back I was working on a free notification system using Telegram Bot (https://telegram.org/blog/bot-revolution), and I wrote a simple function in PowerShell, which could be use in various ways for sending instant notification to any smartphone for free (http://bit.ly/2ys1gF5). I thought what else we could do with it, and I have got an idea to use it as AWS Automation
Cleanup disabled users from AD Group/s
Cleanup disabled accounts from groups is one of the most boring job, and also take lots of time. Manually it’s almost impossible to maintain. Recently I had a request to perform such task for many groups, so, I wrote a script to do it automatically on behalf of me. I am now sharing this script, hoping this might help you
Re-enabling Network Adapter in Azure VM (Resource Manager)
It is very common that sometimes we disabled the network adapter from VM to trouble shoot some network related issue, and after doing so we suddenly realize that we made a big mistake, especially if we do it on Azure VMs. Suddenly we lost all the communication to the VM, no RDP, no PowerShell, and VM got completely isolated from
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 of any EC2 Instances. This is now available publicly. Earlier we had to log a case with AWS Support to get the AWS Console screenshot. This is a similar feature like Boot Diagnostics for Azure