Skip to content
Menu
  • CloudThesis-Home
  • Cloud Management
    • VMware Cloud
    • VCF (VMware Cloud Foundation)
    • vRO
    • vRA
    • vRealize Log Insight
    • vCloud Director
    • Hybrid Cloud Extension (HCX)
    • vCloud
    • Cloud on AWS
  • VMware
    • vCenter
    • vSphere
      • Generic vSphere Commands
    • ESXi
    • VMware vRealize Suite Lifecycle Manager –8 Deployment Guide
    • VMware Site Recovery Manager (SRM)
    • vRealize Network Insight
    • VMware Horizon
  • Power CLI
    • PowerCLI Snippets
  • NSX
  • vSAN
    • vSAN 7
  • Nutanix
  • VOIP
  • Microsoft
    • Azure Cloud
    • Microsoft Windows Server
    • Hypervisor
    • Create Azure VMs (Portal)
    • Create Azure VMs – PowerShell
  • Author
  • Contact

Category: VMware

VxRail Appliance (vCenter Server )

Posted on April 15, 2020April 17, 2020

What is VxRail Appliance ? It’s a Dell EMC VxRail is a hyper-converged appliance. Like VSPEX™ BLUE, the Dell EMC product that it replaces, and other hyper-converged infrastructure systems, VxRail…

Read More

Get WWPN of the hosts FiberChannel HBA

Posted on July 24, 2019

What is worldwide port number (WWPN) . A worldwide port number (WWPN) is unique identifier for each FC port of any Fibre Channel device. For server, we have a WWPN…

Read More

Virtual Machine’s Boot status (booting to the Guest OS or being forced to boot into BIOS ) by Power CLI sctipts .

Posted on July 24, 2019

Virtual Machine’s Boot status :   <# .NOTES **************************************** Created by: Rajiv Pandey Web URL: www.vthesis.wordpress.com **************************************** .DESCRIPTION It will display the VM’s boot status , either VM’s booting to…

Read More

ESXi host installation date via Power CLI scripts .

Posted on July 24, 2019

ESXi host installation date : <# .NOTES **************************************** Created by: Rajiv Pandey Web URL: www.vthesis.wordpress.com **************************************** .DESCRIPTION It will display the installation date of an ESXi host . #> Function…

Read More

Outdated VM-tools VM list with version by power CLI scripts .

Posted on July 24, 2019

VMware Tools ? VMware Tools is a suite of utilities that enhances the performance of the virtual machine’s guest operating system and improves management of the virtual machine. … You…

Read More

Proactive HA-Redundancy health update .

Posted on July 15, 2019

What is Proactive HA ? Proactive HA is a new feature integrated with server vendor monitoring systems. … For example, Proactive HA can help you when there is a problem…

Read More

Reset SSO Password on vSphere 6.0

Posted on July 12, 2019

What is SSO ? VMware single sign-on (SSO) with Active Directory. After installing VMware vCenter Server Appliance (VCSA) 6.5, we only have a “vSphere.local” single sign-on (SSO) domain where we…

Read More

Get VM’s Cluster Host and Data Store Information with Powercli script

Posted on July 11, 2019

VM’s Cluster Host and Data Store Information with Powercli script : we can able to get the desired output . Get-VM -Name (Get-content c:\vmname.txt)| Select Name, @{N=”Cluster”;E={Get-Cluster -VM $_}}, @{N=”ESX…

Read More

View installed patches ,Vibs on ESXi host via Powercli

Posted on July 11, 2019

powerCLI script : $List = @() $VMHosts = Get-Cluster <Clustername> | Get-vmhost foreach ($VMHost in $VMHosts) { $VMHostName = $VMhost.Name $Cluster = $VMhost.Parent $esxcli = $VMHost | Get-EsxCli $List +=…

Read More

Purple Screen of Death (PSOD) Analyze .

Posted on June 18, 2019

 1)  What is PSOD ? A Purple Screen of Death (PSOD) is a diagnostic screen with white type on a purple background that is displayed when the VMkernel of an…

Read More
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Search Topic

Categories

  • Azure Cloud
  • Cloud Management
  • Cloud on AWS
  • Create Azure VMs – PowerShell
  • Create Azure VMs (Portal)
  • ESXi
  • Generic vSphere Commands
  • Hybrid Cloud Extension (HCX)
  • Hypervisor
  • Microsoft
  • Microsoft Azure Cloud and Services
  • Microsoft Windows Server
  • NSX
  • Nutanix
  • Power CLI
  • PowerCLI Snippets
  • vCenter
  • VCF (VMware Cloud Foundation)
  • vCloud
  • vCloud Director
  • VMware
  • VMware Cloud
  • VMware Horizon
  • VMware Site Recovery Manager (SRM)
  • VMware vRealize Suite Lifecycle Manager – 8.0
  • vRA
  • vRealize Log Insight
  • vRealize Network Insight
  • vRO
  • vSAN
  • vSAN 7
  • vSphere
  • Windows Servers
©2025 | WordPress Theme by Superbthemes.com