xmsoft
Home
Links icon
DSGVO Impressum
About
  • vROPs powershell module

    Sep 12, 2017 PowerShell VMware vROPs

    If you would like to manage your vROPs using Powershell the following module could be helpful. Quote: PowervROps is a module written for PowerShell that can be used to access various elements of the vRealize Operations Manager API via PowerShell functions. Link: https://github.com/andydvmware/PowervROps

    Read More
  • Get all guest IPs of all your Virtual Machines using Powershell

    Aug 10, 2016 PowerShell Scripts VMware

    This is a small powershell script to get all Guest IPs from all virtual machines $VCENTER="10.1.1.3" Connect-VIServer -Server $VCENTER $vms = Get-VM | Sort $file = "c:\ip_list.txt" foreach ($vm in $vms){ foreach($ip in $vm.Guest.IpAddress){ Write-Host "$vm $ip" "$vm $ip" | Out-File -FilePath $file -Append } } …

    Read More
  • Upload file to webdav using Powershell

    Mar 3, 2016 PowerShell Scripts webdav

    This is small powershell script to upload a file from your local disk to a webdav server. It is also proxy capable.#Complete path of the file to be uploaded $file = "d:\test_file.txt" #URL without the last "/" $url = "https://YOUR-SERVER/webdav" $proxy = "http=PROXY-SERVER:PORT" …

    Read More
  • Change Linux User password using Powershell

    Jun 14, 2012 PowerShell

    Sounds strange but yes it is possible 🙂 Just one module and some lines of Powershell code and thats it.Import-Module SSH-Sessions $old_passwd = "vmware" $new_passwd = "VMware1!" New-SshSession -ComputerName IP-ADDRESS -Username admin -Password $old_passwd $result = Invoke-SshCommand -ComputerName …

    Read More
  • Collect ESXi stats with powershell and send it to Graphite server

    Dec 20, 2011 CentOS PowerShell Scripts VMware

    I was not quite happy with the statistics from the vCenter. It is not possible to get an overview overall my ESXi servers. 🙁 Someone pointed me to the tool Graphite that this is a cool solution to visualize such kind of statistics. So I decided to give it a try. I created and virtual machine running Centos and Graphite …

    Read More
  • HomeLab and nested ESXi server

    Oct 9, 2011 Homelab PowerShell VMware

    After an short weekend with a minimal of sleep … I’m done my Homelab is up and running. Furthermore I have created an template of an nested ESXi (virtualized ESXi). These nested ESXi are perfect for testing of Powershell scripts which I use to initial configure an new ESXi. Next steps which I have planned is to migrate …

    Read More
  • VMware Tools Status report

    May 19, 2011 PowerShell VMware

    Script to create a report about the VMware Tools status: Sample Output: Total VMs: 527 Total powered on: 474 Total powered off: 53 ToolsOK: 140 ToolsOld: 227 ToolsNotInstalled: 106 DisConnect from Virtual CenterSet-PSDebug -Strict $VIServer = "VCENTERIP" Connect-VIServer -server $VIServer -User USERNAME …

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

    Jan 21, 2011 PowerShell VMware

    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

    Jun 15, 2010 PowerShell VMware

    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

    Jun 11, 2010 PowerShell VMware

    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
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Michael Hempel

VMware GSS Staff TSE and Technologist from Germany.
Read More

Recent Posts

  • Ovftool 4.4.1 import ova from remote url
  • Upgrade of VCSA 7.0 to 7.0U1 failed using VAMI
  • How to use Skyline Health Diagnostics
  • ESXi on ARM rPI4 failed to add to vCenter
  • ESXi on ARM fling released
  • vExpert 2020
  • Skyline required permissions have changed
  • Build Photon OS appliance using packer.io

Categories

UNCATEGORIZED 949 VMWARE 127 VIRTUALISATION 107 VSPHERE 61 ESXI 44 HP 19 POWERSHELL 19 SCRIPTS 19 HOMELAB 18 CLOUD 14 PERSONAL 12 VROPS 10 IDEAS 8 SKYLINE 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 SKYLINE8 SOFTWARE-MANAGEMENT1 STORAGE1 SYSLOG-NG1 THEVESI4 TOOLS8 TRAINING2 TROUBLESHOOTING6 UBUNTU5 UNCATEGORIZED949 UPDATE1 VAMI2 VCENTER3 VCLOUD-DIRECTOR1 VCSA6 VDP4 VDR5 VEXPERT1 VIC4 VIDEOS4 VIRTUALISATION107 VMWARE127 VMWORLD2 VRLI1 VROPS10 VSA2 VSPHERE61 WHATS-NEW6 WORK1
[A~Z][0~9]

Tags

VMWARE 113 HP 19 ESXI 18 HOMELAB 14 POWERSHELL 14 VCENTER 14 APPLIANCE 11 PERSONAL 10 SERVER 10 VROPS 10 VSPHERE 10 CLOUD 9 SKYLINE 8 TROUBLESHOOTING 8
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 KB2 LAB5 LENOVO1 LOG-FILES1 LOGWATCH1 MACBOOK1 MONITORING2 NAS1 NSX1 OPENSTACK5 PAPERS1 PATCHES2 PERSONAL10 PHOTON-OS4 POSTER1 POWERSHELL14 PROXMOX5 PSOD1 SCRIPTS7 SECURITY1 SERVER10 SKYLINE8 SOFTWARE-MANAGEMENT1 STORAGE1 SYSLOG-NG1 THUNDERDOCK1 TOOL5 TRAINING3 TROUBLESHOOTING8 UBUNTU5 UPDATES1 VAMI2 VCA1 VCENTER14 VCSA4 VDP4 VDR3 VEXPERT1 VIC4 VIDEOS4 VIRTUALISATION3 VMWARE113 VMWORLD1 VRLI1 VROPS10 VSA1 VSAN1 VSPHERE10 WEBCLIENT1 WEBDAV1 WHATS-NEW6 WHITEPAPER4 WINDOWS1
[A~Z][0~9]

Copyright © 2020 XMSOFT. All Rights Reserved