Protect Azure Resources from Accidental Changes and Deletion

A topic that comes up often in conversations about the Cloud is “How do I protect Virtual Machines and other Cloud resources from accidental deletion?”.  Microsoft Azure provides a simple and effective way for Administrators to do this through “Locks”. When combined with other administration best practices, like backups, Locks allows administrators to ensure resources […]

Cisco FirePOWER: The Answer to Your Security Needs

In today’s network data center environment, it’s not simply enough to have a traditional firewall in place protecting the network’s edge. With more sophisticated network intrusions occurring daily, a Next Generation Firewall (NGFW) is required to help fight against these intrusions. Cisco’s FirePOWER services provides a Next Generation Firewall (NGFW) and IPS (NGIPS) along with […]

How Strong are Your Passwords?

Recently, I learned of a significant – and honestly quite brilliantly executed – security breach of a major company. The breach infiltrated a sophisticated system secured with some great security equipment. This company invested large sums of money to make their system very secure, and they accomplished that. But the brilliant hackers thought outside the […]

Remove-AzureRmADApplication: Deletion of multi-tenant application is currently not supported

If you’re a developer that is constantly trying out new things, you may want to clean up old and unused Microsoft Entra ID (formerly Azure AD)  applications in your development tenant. In my case, I wanted to remove every single one, which is the very simple one-line command with PowerShell: Get-AzureRmADApplication | Remove-AzureRmADApplication. If you use applications […]