Micronauts

Micronauts

All Other Duties As Assigned…

Menu
  • Home
  • About
  • Home Lab
  • Tools

Tag: PowerCli

Thinking About Upgrading To vSphere 5.1?

March 25, 2013
| No Comments
| Daily, VMware

If you haven’t made the jump to vSphere 5.1, then you may want to try this new fling out (vCenter 5.1 Pre-Install Check Script) from Alan Renouf before upgrading. (*description borrowed from the Fling’s website) This fling is a PowerShell script that when run will help customers validate their environment and assess if it is […]

Read More »

Posted in <a href="https://www.micronauts.us/category/the-normal-grind/" rel="category tag">Daily</a>, <a href="https://www.micronauts.us/category/vmware/" rel="category tag">VMware</a> Tagged <a href="https://www.micronauts.us/tag/fling/" rel="tag">fling</a>, <a href="https://www.micronauts.us/tag/powercli/" rel="tag">PowerCli</a>, <a href="https://www.micronauts.us/tag/powershell/" rel="tag">powershell</a>, <a href="https://www.micronauts.us/tag/script/" rel="tag">script</a>, <a href="https://www.micronauts.us/tag/tools-2/" rel="tag">Tools</a>, <a href="https://www.micronauts.us/tag/upgrade/" rel="tag">upgrade</a>, <a href="https://www.micronauts.us/tag/vmware/" rel="tag">VMware</a> Leave a comment

Script: Changing the Path Selection Policy

February 12, 2013
| No Comments
| Daily, ESXi, HowTo, VMware

Last week I had performed a semi-automatic (scripted) turn key installation. Before going out to the customer site, I had set the install script to set the SATP and the PSP for an Equallogic Array (SATP = VMW_SATP_EQL, PSP = DELL_PSP_EQL_ROUTED) during the installation. Unfortunately, I found out after the fact, that they had a […]

Read More »

Posted in <a href="https://www.micronauts.us/category/the-normal-grind/" rel="category tag">Daily</a>, <a href="https://www.micronauts.us/category/vmware/esxi/" rel="category tag">ESXi</a>, <a href="https://www.micronauts.us/category/howto/" rel="category tag">HowTo</a>, <a href="https://www.micronauts.us/category/vmware/" rel="category tag">VMware</a> Tagged <a href="https://www.micronauts.us/tag/esxi/" rel="tag">ESXi</a>, <a href="https://www.micronauts.us/tag/howto-2/" rel="tag">howto</a>, <a href="https://www.micronauts.us/tag/powercli/" rel="tag">PowerCli</a>, <a href="https://www.micronauts.us/tag/powershell/" rel="tag">powershell</a>, <a href="https://www.micronauts.us/tag/script/" rel="tag">script</a>, <a href="https://www.micronauts.us/tag/storage/" rel="tag">Storage</a>, <a href="https://www.micronauts.us/tag/vmware/" rel="tag">VMware</a> Leave a comment

Script: Merge Multiple Arrays

August 22, 2011
| No Comments
| Daily, HowTo, Projects, VMware

Each Saturday my company does a refresh of a few different machines. This refresh consists of cloning a couple of production machines into our lab environment for development. It’s a very tedious process that takes the entire day to do. Until recently, this process has been done manually. I’ve been working on a script to […]

Read More »

Posted in <a href="https://www.micronauts.us/category/the-normal-grind/" rel="category tag">Daily</a>, <a href="https://www.micronauts.us/category/howto/" rel="category tag">HowTo</a>, <a href="https://www.micronauts.us/category/projects/" rel="category tag">Projects</a>, <a href="https://www.micronauts.us/category/vmware/" rel="category tag">VMware</a> Tagged <a href="https://www.micronauts.us/tag/esx/" rel="tag">ESX</a>, <a href="https://www.micronauts.us/tag/howto-2/" rel="tag">howto</a>, <a href="https://www.micronauts.us/tag/powercli/" rel="tag">PowerCli</a>, <a href="https://www.micronauts.us/tag/powershell/" rel="tag">powershell</a>, <a href="https://www.micronauts.us/tag/project/" rel="tag">Project</a>, <a href="https://www.micronauts.us/tag/projects/" rel="tag">Projects</a>, <a href="https://www.micronauts.us/tag/script/" rel="tag">script</a>, <a href="https://www.micronauts.us/tag/vmware/" rel="tag">VMware</a> Leave a comment

Script: Detailed NIC Information Report

August 22, 2011
| No Comments
| Daily, ESX, VMware

Over the last few days, my coworker and I have been working on a script that will go out and collect detailed network information for each NIC on our ESX hosts. Not wanting to reinvent the wheel, I strolled over to Alan Reneuf’s website (www.virtu-al.net). I had remembered seeing a script (“More Network Info”) he […]

Read More »

Posted in <a href="https://www.micronauts.us/category/the-normal-grind/" rel="category tag">Daily</a>, <a href="https://www.micronauts.us/category/vmware/esx/" rel="category tag">ESX</a>, <a href="https://www.micronauts.us/category/vmware/" rel="category tag">VMware</a> Tagged <a href="https://www.micronauts.us/tag/esx/" rel="tag">ESX</a>, <a href="https://www.micronauts.us/tag/powercli/" rel="tag">PowerCli</a>, <a href="https://www.micronauts.us/tag/powershell/" rel="tag">powershell</a>, <a href="https://www.micronauts.us/tag/script/" rel="tag">script</a>, <a href="https://www.micronauts.us/tag/tools-2/" rel="tag">Tools</a>, <a href="https://www.micronauts.us/tag/vmnic/" rel="tag">vmnic</a>, <a href="https://www.micronauts.us/tag/vmware/" rel="tag">VMware</a> Leave a comment

Script: Drive Letter Order

May 12, 2011
| No Comments
| Daily, HowTo, Projects, VMware

I’m currently writing an application (it’s a huge script – 2100 lines of code) in powershell to automate a weekly VM refresh operation that my team does every Saturday. At the end of the script, I wanted to check the newly deployed virtual machines to verify that the automated scripts did what they were supposed […]

Read More »

Posted in <a href="https://www.micronauts.us/category/the-normal-grind/" rel="category tag">Daily</a>, <a href="https://www.micronauts.us/category/howto/" rel="category tag">HowTo</a>, <a href="https://www.micronauts.us/category/projects/" rel="category tag">Projects</a>, <a href="https://www.micronauts.us/category/vmware/" rel="category tag">VMware</a> Tagged <a href="https://www.micronauts.us/tag/batch/" rel="tag">batch</a>, <a href="https://www.micronauts.us/tag/howto-2/" rel="tag">howto</a>, <a href="https://www.micronauts.us/tag/powercli/" rel="tag">PowerCli</a>, <a href="https://www.micronauts.us/tag/powershell/" rel="tag">powershell</a>, <a href="https://www.micronauts.us/tag/projects/" rel="tag">Projects</a>, <a href="https://www.micronauts.us/tag/script/" rel="tag">script</a>, <a href="https://www.micronauts.us/tag/vmware/" rel="tag">VMware</a> Leave a comment

Posts navigation

1 2 Next

Find It!

Archives

Recap

  • vRA 8.3 IPAM integration using phpipam and ABX – Part 2
  • vRA 8.3 IPAM integration using phpipam and ABX – Part 1
  • Refresh
  • Folding@Home
  • Covid-19

© Micronauts 2023. Powered by WordPress