Home
Pure Storage
Cloud
VMware
Categories
Tags
Series
Certifications
About
  • Build and Publish a Powershell Module to the Powershell Gallery

    Sep 1, 2022 Powershell
    Share on:

    In this blog we will dive into what is a Powershell Module, how its changed and then what can we do to build and publish the module to the Powershell Gallery. I recently did this presentation again at VMworld Explore 2022 and it was a hit, so I figured its finally time to get it here on the blog so it can be referenced and viewed year round.

    Read More
  • Using Pure1 Meta for Intelligent Datastore Selection and VM Provisioning

    Nov 11, 2020 vSphere vRealize Orchestrator VMFS Pure1 PowerCLI Powershell
    Share on:

    When it comes to monitoring your Pure Storage environment Pure1 is a great place for that. It is also a great place to use your analytic’s data to your advantage and use it for intelligent VMware provisioning! In this blog post I will cover how to use this data to your advantage to make sure you can easily deploy VM’s to the most optimal array and datastore.

    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
  • Installing and Updating the Pure Storage vSphere Plugin

    Mar 3, 2020 vSphere Plugin vCenter Server PowerCLI Powershell
    Share on:

    Welcome to the first of many Pure Storage blogs. As I get ramped up with the latest information I plan to do a series of getting started with Pure Storage features. These blogs will cover things such as the vSphere Client (HTML5) Plugin, FlashArray, FlashBlade and integrations with other VMware products. First up is learning to install and update the Pure Storage vSphere Client Plugin.

    Read More
  • Patching the vCenter Server Appliance (VCSA) using the REST API - Part 2 (PowerCLI Module)

    Jan 31, 2019 PowerCLI vSphere 6.7" REST API vCenter Server vSphere 7.0 Powershell vSphere
    Share on:

    Previously I covered how to use the VCSA Installer to do a scripted upgrade and then I covered Patching the vCenter Server Appliance (VCSA) using the REST API - Part 1 (Postman Collection) However, after learning recently how to call API’s from Powershell I thought to myself, why not write a Powershell Module for this? Introduction Using tools such as Postman can make it utilizing API’s a bit easier, but you still need to be familiar with a separate tool or UI.

    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 Veeam Powershell to Manage ReIP Rules

    Apr 18, 2016 Powershell
    Share on:

    Hello! Welcome to my First Veeam PowerShell Script! I have been working on tons of migrations using Veeam Backup and Replication and need to create re-ip rules to update the static IP assignments. Obviously the first rule of scripting if you do something more than once, automate! I was bad at this one, I originally tried and gave up so I did about 20 manually which started to become a huge headache.

    Read More
  • Using PureStorage Powershell to Configure SysLog Servers

    Mar 14, 2016 Powershell Syslog
    Share on:

    Currently working on the final steps of getting our new equipment configured. The next step was to configure Syslog on all of our Pure Arrays. Another reason to script this task! Easily populate your arrays and server and at the click of a button you can configure all your arrays easily. Pre-Requsites PureStorage Powershell SDK Link to Script Set-PureStorageSyslog.ps1 Preparing to Execute the Script The script is pretty straight forward, just need to define a few variables seen below and then you execute the script.

    Read More
  • Using UCS PowerTool to Configure Syslog Servers

    Mar 14, 2016 Cisco UCS Syslog Powershell
    Share on:

    Time for more UCS Scripting! This time to configure Syslog. The script is pretty straightforward, but nice to have to easily set up Syslog across multiple UCS domains. Pre-Requsites UCS Powertool Link to Script Set-UcsSyslog.ps1 Preparing to Execute the Script The script is pretty straight forward, just need to define a few variables seen below and then you execute the script. I will walk you through the process. 1# UCS PowerTool Script that to set Syslog 2# @davidstamen 3# http://davidstamen.

    Read More
  • Using UCS PowerTool To Set SNMP Configuration

    Mar 1, 2016 Cisco UCS SNMP Powershell
    Share on:

    Time for more UCS Scripting! This time to enable SNMP. The script is pretty straightforward, but nice to have to easily set up SNMP across multiple UCS domains. Pre-Requsites UCS Powertool Link to Script Set-UcsSnmpConfiguration.ps1 Preparing to Execute the Script The script is pretty straight forward, just need to define a few variables seen below and then you execute the script. I will walk you through the process. 1#Define Variables 2$cred = Get-Credential 3$domains = "ucs01.

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»
a blog about virtualization, storage and stuff

Recent Posts

  • Using CloudFormation to Manage EC2 in AWS
  • Using the AWS CLI to Collect Amazon S3 Bucket Object Information
  • Using the AWS CLI to Collect Amazon Elastic Block Store (EBS) Information
  • Site Recovery Manager - Rename Datastore After Recovery
  • How to Map an Raw Device Mapping (RDM) to a Pure Storage Volume using PowerCLI
  • Build and Publish a Powershell Module to the Powershell Gallery
  • Understanding Block Storage in Amazon Web Services
  • Understanding Block Storage in Microsoft Azure

Copyright ©  DAVIDSTAMEN. All Rights Reserved.      Privacy Policy