Saving Mail Attachments to Azure Blob Storage using Logic App
I recently had a requirement to Save Mail Attachments to an Azure Blob. The easiest way for me was to use a Logic App.…
Browse
I recently had a requirement to Save Mail Attachments to an Azure Blob. The easiest way for me was to use a Logic App.…
Like many people we want to shutdown Azure VM’s when they are not being used, however with different time zones and working schedules this…
Unfortunately the Azure Storage Explorer or Azure Portal doesn’t allow you to search for a filename stored on a blob, so a simple way…
This Runbook will Add/Modify the Firewall Rules on an Azure SQL Server. This can be run interactively by removing the AzureRunAsConnection section. Additional it…
Quick and simple on here. This script takes the list of servers from a CSV file and then adds the specified user or groups…
Let’s say you need to retain your hardcoded IP Address when you migrate VMWare VM’s to Azure using Azure Site Recovery, in this case…
Nothing particularly difficult here, I just decided to put it all together in one place. This is for Ubuntu 18.04.1 on AWS. Once you’re…
If you ever need to find which of your VM’s have an ISO mounted here’s a quick PowerCLI command you can run. Get-VM | FT…
Many people are running Exchange Online and Office 365 running with Synced usernames and password from the On-Premise Active Directory, it works well most…
I’ve been working on a SQL cluster for a few weeks now and thought I’d share the build process for anyone that wants to…