Home
Pure Storage
Cloud
VMware
Categories
Tags
Series
Certifications
About
  • 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
  • VMware Certified Advanced Professional 6 – Data Center Virtualization Design Guide (3V0 622)

    Jul 25, 2016 VCAP6-DCV Design Certification
    Share on:

    I am about to start down my path of studying for my VCAP6-DCV Design Exam. I figured I would throw up the blueprint and fill in each section as applicable. Either way here is the blueprint laid out for anyone who may benefit. This is it as of 7/25/16.

    Section 1 – Create a vSphere Conceptual Design

    Objective 1.1 – Gather and analyze business requirements

    Skills and Abilities

    Existing Content from VCAP5-DCD

    Read More
  • My VCAP6 DCV Deploy Beta Experience

    Jun 24, 2016 VCAP6-DCV Deploy Certification
    Share on:

    Today I took my VCAP6-DCV exam. This exam was announced with a two week availability in the US priced at $100.

    My experience with the exam was actually pretty good. The new interface for the advanced exams is that of an HOL. You are dropped onto the desktop and have a window that slides in and out to pull up the manual and other consoles.

    I would definately read up on Josh Andrew’s post about what to expect.

    Read More
  • Using PowerCLI to Get and Set DVS Traffic Shaping Settings

    Apr 21, 2016 PowerCLI Networking
    Share on:

    I have been in process in configuring traffic shaping for multiple port groups. It seems with PowerCLI 6.3 R1 there are no native Powershell Cmdlets. Luckily I stumbled across @Lucd and his PowerCLI functions to manage these settings, i have put these into a script to mass get and set the settings for all port groups of a DVS’s.

    Pre-Requsites

    • VMware PowerCLI

    Link to Script

    • Get-VMwareTrafficShapingSettings.ps1
    • Set-VMwareTrafficShapingSettings.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 …

    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
  • Troubleshooting Cisco ENIC and FNIC Drivers with VMware Update Manager 6.x

    Apr 8, 2016 Cisco UCS Update Manager
    Share on:

    I have been having issues ever since I updated to vSphere 6.x getting the Cisco Drivers to properly update through VMware Update Manager(VUM). Every time I would run through a compliance check, they would always report they were up to date even when they were running an older version.

    I have recently made a breakthrough working with VMware Support and stumbling through some old blogs. Cisco Support has been terrible on this issue and after repeated attempts to get this case escalated i think the 10th time is a charm.

    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. I will walk you through the process.

    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.com
     4
     5#Define Variables
     6$cred = Get-Credential
     7$domains = …

    Read More
  • Using PowerCLI to Install Host VIBs

    Mar 3, 2016 PowerCLI ESXi
    Share on:

    So currently Cisco has an issue with installing their ENIC and FNIC VIBs through Update Manager for ESXi 6.x. Until that is resolved I need to manually push out patches to these hosts. Obviously I do not want to do this manually, so I will be utilizing PowerCLI to accomplish this task.

    Pre-Requsites

    • VMware PowerCLI

    Link to Script

    • Install-HostVIB.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.

    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.lab.local","ucs02.lab.local"
     4$Descr = "SNMP config for UCS"
     5$AdminState = …

    Read More
    • ««
    • «
    • 12
    • 13
    • 14
    • 15
    • 16
    • »
    • »»
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