xmsoft
open-menu closeme
Home
About
DSGVO
GDPR
Impressum
github twitter linkedin rss
  • Show WWN of FC devices

    calendar May 11, 2011 · 1 min read  ·
    Share on: twitter facebook linkedin copy

    First you need to connect to a vCenter: Connect-VIServer -Server VCENTERIP -User USERNAME -Password PASSWORD Get-VMHost | Sort | Select Name, @{N="FC Device";E={[string]::Join(",",(($_ | Get-View).Config.StorageDevice.HostBusAdapter | where{$.GetType().Name -eq "HostFibreChannelHba"} | %{$.Device}))}}, @{N="FC …


    Read More
  • Function to rename the local datastore of a new installed ESXi

    calendar May 10, 2011 · 1 min read  ·
    Share on: twitter facebook linkedin copy

    This is a small function to rename the local datastore of a fresh installed ESXi server from datastore1 to SERVERNAME-local. $ServerIP="192.168.4.3" function renameds { $vmHost = Get-VMHost -Name $ServerIP $dsname = $vmHost + "-local" Get-Datastore -Name datastore* | Set-Datastore -Name $dsname }


    Read More
  • Copy ResourcePools from 1 Cluster to another …

    calendar May 4, 2011 · 1 min read  ·
    Share on: twitter facebook linkedin copy

    This is a small scriptlet to copy the ResourcePools (just the ResourcePools no settings or VM’s) of Cluster1 to Cluster2 Connect-VIServer -server VCENTER-IP -User USERNAME -Password PASSWORD $respools = Get-ResourcePool -Location CLUSTER1 foreach ( $respool in $respools ) { Write-Host $respool New-ResourcePool …


    Read More
  • Get VM information as Script node for the Virtualization EcoShell

    calendar Jan 21, 2011 · 3 min read · PowerShell VMware  ·
    Share on: twitter facebook linkedin copy

    This script node will open a small window with a drop down menu with all your VM’s listed. Select one and click on OK. The script will collect some information and then display them. Script node: if ($global:defaultviservers) { #Generated Form Function function GenerateForm { …


    Read More
  • Count VMs ToolsOK | ToolsOld | ToolsNotInstalled

    calendar Jun 15, 2010 · 1 min read · PowerShell VMware  ·
    Share on: twitter facebook linkedin copy

    Connect-VIServer -server VCSERVER -User USER -Password PASSWORD $vms = Get-VM | Sort Name $on = 0 $toolsOk = 0 $toolsOld = 0 $toolsNotInstalled = 0 foreach ($vm in $vms){ if ($vm.PowerState -like "PoweredOn"){ $vmview = $vm | Get-View $toolsstatus = $vmview.Guest.ToolsStatus $toolsrunningstatus = …


    Read More
  • Find VMs with Video Card Memory higher than 30MB

    calendar Jun 11, 2010 · 1 min read · PowerShell VMware  ·
    Share on: twitter facebook linkedin copy

    Connect-VIServer -server VCENTER -User USER -Password PASSWORD $vms = Get-VM foreach ($vm in $vms) { $vmview = $vm | Get-View foreach ($device in $vmview.config.hardware.device) { if ($device.Key -eq 500){ $test = $device.DeviceInfo.Summary $result = $device.videoRamSizeInKB if ($result -cgt 30000){ $mb = $result/1024 …


    Read More
  • Some helpfull PowerShell functions (working with 60 days trail license)

    calendar Mar 31, 2010 · 1 min read · PowerShell VMware  ·
    Share on: twitter facebook linkedin copy

    Variables: $ServerIP = "YourESXiServerIP" $SysLog = "YourSyslogServerIP" Configure Syslog server using Powershell function syslog { $VMHost = Get-VMHost -Name $ServerIP Set-VMHostSysLogServer -VMHost $VMHost -SysLogServer $SysLog -SysLogServerPort 514 } Configure NTP server and restart NTP service function set-ntp{ …


    Read More
  • we got our first HP DL380G6

    calendar Mar 29, 2010 · 1 min read · HP PowerShell VMware  ·
    Share on: twitter facebook linkedin copy

    Today we got our first HP DL380G6 server with 2x 2,8GHz Intel Nehalem, 72GB RAM and 2x 146GB Disks. I have successfully installed VMware ESXi 4 on this box. After this I have started the configuration. In the next days I’m going to run some test on this box and hopefully get the 2nd HP Dl380G6. I’m currently working on …


    Read More
  • Setup a Windows XP appliance …

    calendar Mar 2, 2010 · 1 min read · appliance VMware Windows  ·
    Share on: twitter facebook linkedin copy

    Currently I setup a Windows XP appliance which I would like to use for a new way to manage a VMware ESXi plattform. A colleague had this idea to create an interface to manage ESXi free server’s from any kind of CMS. Some details: OS: Windows XP Software: Apache, PHP, Powershell, VMware PowerCLI, JSON for PHP more …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Michael Hempel

VMware GSS Staff TSE and Technologist.
Read More

Featured Posts

  • Linux Watchdog Read Only Filesystem
  • vRops CLI
  • Minicube get started
  • What skills a good technical support engineer requires.
  • Troubleshooting VMware Basic Steps

Recent Posts

  • Urdash Introduction
  • Quick Tip: LCM API swagger authentication
  • SkylineCLI: How to automate Skyline Endpoint operations
  • SkylineCLI: How to deploy a Skyline Collector
  • SkylineCLI: Version 1.0.3 released
  • Quicktip: How to check VCSA internal certificates
  • Skyline Insight API Powershell example
  • Skyline Advisor Pro Technologist certification

Categories

UNCATEGORIZED 949 VMWARE 130 VIRTUALISATION 108 VSPHERE 61 ESXI 44 HP 19 POWERSHELL 19 SCRIPTS 19 HOMELAB 18 CLOUD 14 PERSONAL 12 VROPS 11 SKYLINE 9 IDEAS 8
All Categories
APPDEFENSE1 APPLIANCE1 ARDUINO1 ARM2 AUTOMATION1 AWS1 BOOKS2 CENTOS1 CERTIFICATES2 CLOUD14 CLOUD NATIVE APPS5 CONTAINERS2 DESK1 DOCS2 DOCUMENTATION4 ESP82661 ESXI44 EUCALYPTUS2 GIT1 GOGS1 GUACAMOLE1 HACKING1 HOMELAB18 HOSTCLIENT2 HP19 IDEAS8 IOT1 IX4-300D1 JOB1 KB1 LENOVO1 MACBOOK1 MONITORING3 NAS1 NSX1 OPENSTACK5 PAPERS2 PATCHES2 PERSONAL12 PHOTON OS4 POWERSHELL19 PROXMOX5 PSOD1 SCRIPTS19 SECURITY1 SKYLINE9 SOFTWARE MANAGEMENT1 STORAGE1 SUPPORT1 SYSLOG-NG1 TECHNOLOGY4 THEVESI4 TOOLS8 TRAINING2 TROUBLESHOOTING8 UBUNTU5 UNCATEGORIZED949 UPDATE1 VAMI2 VCENTER3 VCLOUD DIRECTOR1 VCSA6 VDP4 VDR5 VEXPERT1 VIC4 VIDEOS4 VIRTUALISATION108 VMWARE130 VMWARE ARIA OPERATIONS1 VMWORLD2 VRLI1 VROPS11 VSA2 VSPHERE61 WHATS NEW6 WORK1
[A~Z][0~9]

Tags

VMWARE 116 HP 19 ESXI 18 HOMELAB 14 POWERSHELL 14 VCENTER 14 APPLIANCE 11 VROPS 11 PERSONAL 10 SERVER 10 TROUBLESHOOTING 10 VSPHERE 10 CLOUD 9 SKYLINE 9
All Tags
APD1 APPDEFENSE1 APPLE1 APPLIANCE11 ARDUINO1 ARM2 AWS1 BACKUP1 BELKIN1 BOOKS2 CENTOS4 CENTOS71 CERTIFICATES1 CHECK-MK1 CLOUD9 CLOUD NATIVE APPS3 CONTAINERS1 DESK1 DOCS1 DOCUMENTATION1 ESP82661 ESXI18 EXAM1 FLINGS1 GIT1 GOGS1 HA2 HACKING1 HOMELAB14 HOSTCLIENT1 HP19 IOT1 IX4-300D1 K8S1 KB2 KUBERNETES1 LAB5 LENOVO1 LINUX1 LOG FILES1 LOGWATCH1 MACBOOK1 MINICUBE1 MONITORING2 NAS1 NSX1 OPENSTACK5 PAPERS1 PATCHES2 PERSONAL10 PHOTON OS4 POSTER1 POWERSHELL14 PROXMOX5 PSOD1 SCRIPTING1 SCRIPTS7 SECURITY1 SERVER10 SKYLINE9 SOFTWARE MANAGEMENT1 STORAGE1 SUPPORT1 SYSLOG-NG1 THUNDERDOCK1 TOOL5 TRAINING3 TROUBLESHOOTING10 TSE1 UBUNTU5 UPDATES1 VAMI2 VCA1 VCENTER14 VCSA4 VDP4 VDR3 VEXPERT1 VIC4 VIDEOS4 VIRTUALISATION4 VMWARE116 VMWARE ARIA OPERATIONS1 VMWORLD1 VRLI1 VROPS11 VSA1 VSAN1 VSPHERE10 WATCHDOG1 WEBCLIENT1 WEBDAV1 WHATS NEW6 WHITEPAPER4 WINDOWS1
[A~Z][0~9]
Copyright © 2020, Michael Hempel; all rights reserved.

Copyright 2016-  COPYRIGHT © 2020, MICHAEL HEMPEL; ALL RIGHTS RESERVED.. All Rights Reserved

to-top