How to use Telegram Bot as Event Notifier to send instant notification on your Smartphone using PowerShell

How to use Telegram Bot as Event Notifier to send instant notification on your Smartphone using PowerShell

Since we are working in IT industry & proving support to our clients, we are always dependent on various form of notification such as emails, sms, voice etc, and none of them are free, especially when the you are sending those traditional notifications across the globe. Currently almost everyone using smartphone, and mostly those are connected to the internet for

How to use AWS PowerShell cmdlets with Filter

How to use AWS PowerShell cmdlets with Filter

I personally can’t imagine supporting a big infrastructure without introducing automation and to automate something you have to use command line. If you are more into Windows and started working on AWS for your clients, then I assume that you would love to start managing AWS using AWS PowerShell Module like I do. AWS Console is really good and informative

Migrated this blog to Amazon LightSail from GoDaddy

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 static public IP (34.198.110.82). It’s really simple to migrate your blogs from any other hosting Amazon Lightsail, details information can be found here. They have very attractive pricing, which is one of the reason I

Multi-Thread Super-Fast Software Inventory Scan using WSMan (PowerShell Remoting)

Multi-Thread Super-Fast Software Inventory Scan using WSMan (PowerShell Remoting)

Recently I was asked to pull the software inventory report from multiple severs hosted in Azure, but unfortunately pulling data from WMI not allowed, only PS Remoting was enabled, so I made some changes on my previous script and used Invoke-command to pull the date for all the servers. It was easy and the most effective way to extract that report