Home
Pure Storage
Cloud
VMware
Categories
Tags
Series
Certifications
About
  • Using Bicep to Deploy a Microsoft SQL on Azure VM with Cloud Block Store Volumes

    May 17, 2023 Bicep Azure Windows Cloud Block Store Microsoft SQL
    Share on:

    This blog will showcase how to deploy an Azure VM that has a configured Microsoft SQL Instance that is connected to a Cloud Block Store (CBS) volume. I have previously showcased VM & CBS deployments with both Powershell and Terraform, but its time to bring it to a new language!

    Read More
  • Using Bicep to Deploy an Azure Virtual Machine

    May 15, 2023 Bicep Azure Windows
    Share on:

    Welcome to another blog on Automation! This one will be focused on deploying resources in Azure using Bicep. Follow along to understand what Bicep is and my thoughts on it.

    Read More
  • Deploying a EC2 Instance with PowerShell to AWS

    Nov 9, 2020 Powershell Amazon Web Services EC2 Windows Cloud Block Store
    Share on:

    Previously, I covered how to Deploy and Bootstrap an EC2 Instance in AWS using Terraform. Not everyone may use Terraform, but quite a few people are using PowerShell today. Lets take a Look at how we can use AWSPowerShell to deploy an EC2 instance in AWS.

    Read More
  • Deploying a Windows Azure VM with Hashicorp Terraform to Microsoft Azure

    Nov 5, 2020 Terraform Azure Windows Cloud Block Store
    Share on:

    As a followup to my previous post on Automating EC2 deployments, I figured why not show how this can also be done with Microsoft Azure? Check out how to launch an Azure VM instance and run some scripts to customize your installation.

    Read More
  • Deploying a Windows EC2 Instance with Hashicorp Terraform and Vault to AWS

    Nov 2, 2020 Terraform Amazon Web Services Vault EC2 Windows Cloud Block Store
    Share on:

    As part of demonstrating our products to customers, I tend to reprovision EC2 instances to show how easy it is to mount data in AWS to Cloud Block Store. After doing this manually a little too often, I figured why not automate it? Check out this blog on how I use Terraform to deploy a EC2 instance and configure it for in-guest iSCSI.

    Read More
  • Using Powershell to Create Windows SMB Shares

    Aug 9, 2016 Windows Powershell
    Share on:

    I have been knee deep in migrations, so after clicking through a few times to create clustered file shares, I finally decided to script them. Here is that script I thought I would share. Thanksfully there was the NTFSSecurity module published by microsoft that makes permissions a breeze. You can get more details by viewing the module page.

    Pre-Requsites

    • NTFS Security Module

    Link to Script

    • Create-SMBShare.ps1

    Preparing to Execute the Script

    Fill in the appropriate variables, and execute the script.

    Read More
  • Using Vagrant to Deploy a 2012R2 DHCP Failover Cluster

    Oct 1, 2015 Vagrant Windows
    Share on:

    So I am in the process of rolling out a new 2012R2 DHCP Server Cluster, and I thought i would share my scripts with the community.

    I have also rolled it into a Vagrant package so you can easily test it on your own, and execute the scripts by themselves against your environment to deploy.

    Here is a link to the GitHub repository containing all the code.

    The code is also fairly simple, it pulls in data from a few .CSV files and deploy’s the servers, installs the roles, creates the scopes, creates MAC Address allow policies and then creates a couple reservations.

    Read More
  • Unable to Install .NET 3.5 on Server 2012R2

    Sep 11, 2014 Windows
    Share on:

    So upon trying to install .Net 3.5 on a new server today it would not allow me to, it kept telling me the source files were unavailable even after pointing to source directly to multiple ISO’s and copied the files locally.

    Upon further research I stumbled across this microsoft KB article and used it to ultimately find my fix. KB2734782

    Here are the full steps I followed to get .NET installed.

    1. Open gpedit.msc to modify your local group policy.

      Read More
a blog about virtualization, storage and stuff

Recent Posts

  • Unlocking Performance Insights: Using resxtop to Monitor Your Azure VMware Solution Environment
  • Navigating the Azure Cloud: Key Considerations for Strengthening Infrastructure Security with Azure Locks
  • The Power of PowerShell: Calculating Azure VMware Solution (AVS) Costs
  • Navigating the Azure Cloud: Key Considerations for Azure VMware Solution (AVS)
  • Navigating the Azure Cloud: Key Considerations for Harnessing DNS with Azure Private Endpoints
  • Using Bicep to Deploy a Microsoft SQL on Azure VM with Cloud Block Store Volumes
  • Using Bicep to Deploy an Azure Virtual Machine
  • Using CloudFormation to Manage EC2 in AWS

Copyright ©  DAVIDSTAMEN. All Rights Reserved.      Privacy Policy