What is a container? A container is a live and running copy of an image which may have been customised. An image is a read only copy of an image…
Set Up Your Microsoft Azure Environment With PowerShell
Step 1 : Install Command Line Tool For PowerShell https://azure.microsoft.com/en-in/downloads/ Step 2: Launch PowerShell as Administrator Type in the following # get the Azure RM module installed first Install-Module AzureRM…
Microsoft Azure Virtual Machines and Networking
Azure VMs VMs types and sizes https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes Only supported virtual machine type in Azure is "VHD". VHDX is not currently supported. Note : Managed disks are now preferred to use…
Implementing Microsoft Azure Infrastructure Solutions – Overview
Azure - What are the options? IaaS, PaaS & SaaS IaaS - Virtual Servers in the Cloud. Easiest/ Logical method of moving to the cloud is IaaS. Drag your on…
Add VM Custom Annotation and Create a Report on Annotations
Add Custom Attributes for Notes Annotation .................. A request to add custom attributes for Virtual Machines when using the fat client. (Web client in 5.1 and 5.5 requires a plugin,…
Bulk Virtual Machines Deployment and Zero Clicks Part 1
A recent project revisited deploying virtual machines via PowerCli. Its fair to say this isn’t a new tool but sometimes over looked. Part 1 / Part 2 My requirements were…
Bulk Virtual Machines Deployment and Zero Clicks Part 2
Based on the CSV file used to create the VMs, re-use the CSV to control Part 1 / Part 2 What else can I do now? Delete Computer Objects from…