Menu

Menu

Close
  • Home

Recent Articles

Subscribe
Adventures in Tech Menu

PowerShell

A 9-post collection

Installing Chocolatey on Server 2008 R2 Core

While trying to install Chocolately on my Server 2008 R2 Core boxes, I ran into an issue where the .NET 4.0 download would fail repeatedly - "webpicmdline.exe has stopped working". No worries! I already had WinRM enabled, so I looked around for a Windows equivalent of scp so

16 June 2014

PowerShell Profiles

I rely pretty heavily upon PowerShell profiles to make my life easier. Similar to how you can use .bashrc to set aliases, define basic functions, and change your default prompt - Microsoft.PowerShell_profile.ps1 located in the %userprofile\Documents\WindowsPowerShell folder can alter your running powershell.exe environment. Auto-Loading

27 May 2014

VMware Usage Meter API

Usage meter is a rather ugly piece of VMware software whose sole purpose is to monitor memory allocation and reservations. It is tied to licensing costs for some implementations (e.g. Service Providers). Unfortunately, it's also a major PITA to use. Luckily, there is an API! As we have several

13 May 2014

Relating vCloud/vCenter Objects

It's easy to go from vCloud to vCenter: link Not so much from vCenter to vCloud... Here's a function I came upon in the #vmware channel on freenode to relate vCenter VMs to vCloud VMs using PowerCLI: function Get-CIVMfromVM { <# .SYNOPSIS Converts a vCenter VM Object into a vCloud VM

02 May 2014
← Newer Posts Page 2 of 2
Escritor © 2016 | Proudly published with Ghost
Made by Ozy Wu-Li