<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>prasanna22kumar Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>prasanna22kumar Tracker</description>
    <pubDate>Sun, 12 Nov 2023 00:04:51 GMT</pubDate>
    <dc:date>2023-11-12T00:04:51Z</dc:date>
    <item>
      <title>How check whether ESXI is booting from local disk or SAN Disk..??</title>
      <link>https://communities.vmware.com/t5/VMware-vCenter-Discussions/How-check-whether-ESXI-is-booting-from-local-disk-or-SAN-Disk/m-p/2994934#M49744</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;how to identify the Bootable LUN details of ESXI host using script for multiple ESXI HOST on Vcenter, whether they are booting from SAN Lun (3PAR)&amp;nbsp; or local disk...??&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 13:32:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vCenter-Discussions/How-check-whether-ESXI-is-booting-from-local-disk-or-SAN-Disk/m-p/2994934#M49744</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2023-11-09T13:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: VMware Installation failed with insufficient privileges</title>
      <link>https://communities.vmware.com/t5/VMware-Horizon-Discussions/VMware-Installation-failed-with-insufficient-privileges/m-p/2994129#M17843</link>
      <description>&lt;P&gt;ok..Please delete it&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 16:03:00 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Horizon-Discussions/VMware-Installation-failed-with-insufficient-privileges/m-p/2994129#M17843</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2023-11-03T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Bootable LUN details of ESXI host.</title>
      <link>https://communities.vmware.com/t5/ESXi-Discussions/Bootable-LUN-details-of-ESXI-host/m-p/2994121#M290947</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;how to identify the Bootable LUN details of ESXI host using script for multiple ESXI HOST on Vcenter, whether they are booting from SAN Lun (3PAR)&amp;nbsp; or local disk...??&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 15:37:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ESXi-Discussions/Bootable-LUN-details-of-ESXI-host/m-p/2994121#M290947</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2023-11-03T15:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script to add new hard disk to multiple VM's</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2956327#M110928</link>
      <description>&lt;P&gt;Thanks LucD for your reply..&lt;/P&gt;&lt;P&gt;After adding the line as you mentioned getting following error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New-HardDisk : 23/02/2023 17:35:56 New-HardDisk The operation for the entity "xcpXXXXX" failed with the following message: "A general system error occurred: PBM error occurred&lt;BR /&gt;during PreReconfigureCallback: Fault cause: vmodl.fault.SystemError&lt;BR /&gt;;&lt;BR /&gt;"&lt;BR /&gt;At C:\temp\test.ps1:4 char:22&lt;BR /&gt;+ Get-VM -Name $vm | New-HardDisk -CapacityGB 10&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : NotSpecified: (:) [New-HardDisk], SystemError&lt;BR /&gt;+ FullyQualifiedErrorId : Client20_TaskServiceImpl_CheckServerSideTaskUpdates_OperationFailed,VMware.VimAutomation.ViCore.Cmdlets.Commands.VirtualDevice.NewHardDisk&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 17:38:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2956327#M110928</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2023-02-23T17:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Script to add new hard disk to multiple VM's</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2956323#M110926</link>
      <description>&lt;P&gt;this throws an error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At C:\temp\test.ps1:4 char:9&lt;BR /&gt;+ $vm | New-HardDisk -CapacityGB 10&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidArgument: (:) [New-HardDisk], VimException&lt;BR /&gt;+ FullyQualifiedErrorId : Core_ObnArgumentTransformationAttribute_Transform_InvalidPipelineArgument,VMware.VimAutomation.ViCore.Cmdlets.Commands.VirtualDevice.NewHardDisk&lt;/P&gt;&lt;P&gt;Below is the script i'm trying&amp;nbsp;&lt;/P&gt;&lt;P&gt;$vms=Get-Content "c:\temp\batch.txt"&lt;BR /&gt;foreach ($vm in $vms)&lt;BR /&gt;{&lt;BR /&gt;$vm|New-HardDisk -CapacityGB 10&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 17:03:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2956323#M110926</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2023-02-23T17:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: SLPD service - Show a list of host and if the service is on or off</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/SLPD-service-Show-a-list-of-host-and-if-the-service-is-on-or-off/m-p/2953255#M110675</link>
      <description>&lt;P&gt;HI Lucd,&lt;/P&gt;&lt;P&gt;If i manually enable SSH and run the below script to verify the SLP status, SSH gets disabled. So it's not able open new SSH session&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$cmdsub1 = @'&lt;BR /&gt;/etc/init.d/slpd status;&lt;BR /&gt;'@&lt;BR /&gt;$cmdsub2 = @'&lt;BR /&gt;chkconfig --list | grep slpd;&lt;BR /&gt;'@&lt;/P&gt;&lt;P&gt;$secPswd = ConvertTo-SecureString -String $pswd -AsPlainText -Force&lt;BR /&gt;$cred = New-Object System.Management.Automation.PSCredential ($user, $secPswd)&lt;/P&gt;&lt;P&gt;Get-VMHost -PipelineVariable esx |&lt;BR /&gt;ForEach-Object -Process {&lt;BR /&gt;Get-VMHostService -VMHost $esx | Where-Object { $_.Key -eq 'TSM-SSH' } | Start-VMHostService -Confirm:$false | Out-Null&lt;/P&gt;&lt;P&gt;$session = New-SSHSession -ComputerName $esx.Name -Credential $cred -AcceptKey&lt;/P&gt;&lt;P&gt;$current = Invoke-SSHCommand -SSHSession $session -Command $cmdSub1&lt;BR /&gt;$persistent = Invoke-SSHCommand -SSHSession $session -Command $cmdSub2&lt;BR /&gt;New-Object -TypeName PSObject -Property ([ordered]@{&lt;BR /&gt;VMHost = $esx.Name&lt;BR /&gt;Current = $current.Output[0]&lt;BR /&gt;Persistent = $persistent.Output[0]&lt;BR /&gt;})&lt;/P&gt;&lt;P&gt;Remove-SSHSession -SSHSession $session | Out-Null&lt;/P&gt;&lt;P&gt;Get-VMHostService -VMHost $esx | Where-Object { $_.Key -eq 'TSM-SSH' } | Stop-VMHostService -Confirm:$false | Out-Null&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 11:21:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/SLPD-service-Show-a-list-of-host-and-if-the-service-is-on-or-off/m-p/2953255#M110675</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2023-02-08T11:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: SLPD service - Show a list of host and if the service is on or off</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/SLPD-service-Show-a-list-of-host-and-if-the-service-is-on-or-off/m-p/2953251#M110673</link>
      <description>&lt;P&gt;Hi Lucd,&lt;/P&gt;&lt;P&gt;Thanks for reply, But when i run above script..I get error attached.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 11:08:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/SLPD-service-Show-a-list-of-host-and-if-the-service-is-on-or-off/m-p/2953251#M110673</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2023-02-08T11:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: PowerCLI - Workaround for OpenSLP security vulnerability in ESXi 6.x (CVE-2019-5544) / VMSA-2019</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Workaround-for-OpenSLP-security-vulnerability-in-ESXi-6/m-p/2953240#M110671</link>
      <description>&lt;P&gt;Hi Lucd,&lt;/P&gt;&lt;P&gt;How to check the status SLP on multiple ESXI host's using script or single command.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 10:23:08 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Workaround-for-OpenSLP-security-vulnerability-in-ESXi-6/m-p/2953240#M110671</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2023-02-08T10:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Script to add new hard disk to multiple VM's</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2915560#M107147</link>
      <description>&lt;P&gt;Hello Maya,&lt;/P&gt;&lt;P&gt;Getting error can help me out..Please&lt;/P&gt;&lt;P&gt;New-HardDisk : 23/06/2022 10:30:12 New-HardDisk Strings as pipeline input are not supported.&lt;BR /&gt;At C:\temp\win.ps1:6 char:9&lt;BR /&gt;+ $vm | New-HardDisk -CapacityGB 10 -DiskType PMem&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidArgument: (:) [New-HardDisk], VimException&lt;BR /&gt;+ FullyQualifiedErrorId : Core_ObnArgumentTransformationAttribute_Transform_InvalidPipelineArgument,VMware.VimAutomation.ViCore.Cmdlets.Commands.VirtualDevice.NewHardDisk&lt;/P&gt;&lt;P&gt;New-HardDisk : 23/06/2022 10:30:12 New-HardDisk Strings as pipeline input are not supported.&lt;BR /&gt;At C:\temp\win.ps1:6 char:9&lt;BR /&gt;+ $vm | New-HardDisk -CapacityGB 10 -DiskType PMem&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidArgument: (:) [New-HardDisk], VimException&lt;BR /&gt;+ FullyQualifiedErrorId : Core_ObnArgumentTransformationAttribute_Transform_InvalidPipelineArgument,VMware.VimAutomation.ViCore.Cmdlets.Commands.VirtualDevice.NewHardDisk&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 09:31:54 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2915560#M107147</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-06-23T09:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script to add new hard disk to multiple VM's</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2915359#M107132</link>
      <description>&lt;P&gt;Hi Maya,&lt;/P&gt;&lt;P&gt;Thanks for your reply..&lt;/P&gt;&lt;P&gt;If I want include 'Thin Provisioning' and create the disk on default location of the VM reside datastore.&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 10:10:00 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2915359#M107132</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-06-22T10:10:00Z</dc:date>
    </item>
    <item>
      <title>Script to add new hard disk to multiple VM's</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2915322#M107123</link>
      <description>&lt;P&gt;Hi All/Lucd,&lt;/P&gt;&lt;P&gt;Kindly help me in powershell Script to add new hard disk (10 GB) to multiple VM's.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 05:21:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-to-add-new-hard-disk-to-multiple-VM-s/m-p/2915322#M107123</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-06-22T05:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: required powercli script for Mass update of VMtools manually</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908522#M106649</link>
      <description>&lt;P&gt;Hi Norris,&lt;/P&gt;&lt;P&gt;Thanks a lot ...!&lt;/P&gt;&lt;P&gt;I will check and updated you !&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 16:06:14 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908522#M106649</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-05-11T16:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: required powercli script for Mass update of VMtools manually</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908517#M106645</link>
      <description>&lt;P&gt;Hi Norris,&lt;/P&gt;&lt;P&gt;One more help. Instead of cluster name...can I change to one Single ESXI HOST there ..??&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$ToolsAutoSettingsVMs = Get-Host&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"ESXIHOST NAME HERE"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;| Get-VM | Sort | Get-View -Property @("Name", "Config.GuestFullName", "Guest.GuestFullName", "Config.Tools.ToolsUpgradePolicy") | Select -Property Name, @{N="Configured OS";E={$_.Config.GuestFullName}}, @{N="Running OS";E={$_.Guest.GuestFullName}}, @{N='ToolsUpgradePolicy';E={$_.Config.Tools.ToolsUpgradePolicy }}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Whether this works..??&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kumar.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 15:57:40 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908517#M106645</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-05-11T15:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: required powercli script for Mass update of VMtools manually</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908506#M106640</link>
      <description>&lt;P&gt;Hi Norris ...Thanks a lot ....you made my day..!!&lt;/P&gt;&lt;P&gt;I will try the below script if any issues ..i will keep you posted.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Kumar.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 15:25:08 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908506#M106640</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-05-11T15:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: required powercli script for Mass update of VMtools manually</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908499#M106636</link>
      <description>&lt;P&gt;Hi Norris,&lt;/P&gt;&lt;P&gt;Thanks a lot...I can try this one...But if i want to do one particular cluster...?? how can i do that..!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 14:59:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908499#M106636</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-05-11T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: required powercli script for Mass update of VMtools manually</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908469#M106634</link>
      <description>&lt;P&gt;Thanks for your reply ..&lt;/P&gt;&lt;P&gt;I have to verify with Windows team whether UAC is enabled or disabled. If it's enabled , than i don't know whether i can disable it.&lt;/P&gt;&lt;P&gt;When i checked in the system I'm running it's "enabled to notify"&lt;/P&gt;&lt;P&gt;There is any way i can bypass this notify one &amp;amp; run automatically other than disabling (UAC) manually in all VM's&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 13:07:29 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908469#M106634</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-05-11T13:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: required powercli script for Mass update of VMtools manually</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908465#M106631</link>
      <description>&lt;P&gt;Hi Lucd,&lt;/P&gt;&lt;P&gt;I'm able to copy the .EXE to remote VM on C:\TEMP, but it's not executing the exe automatically.&lt;/P&gt;&lt;P&gt;no error, But stuck her from past 20 min&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prasanna22kumar_0-1652273439597.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/95214i212EF07BF2B4BD3E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="prasanna22kumar_0-1652273439597.png" alt="prasanna22kumar_0-1652273439597.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;or any other way I can execute VM tools instead of doing it manually on Multiple Server's.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kumar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:52:14 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908465#M106631</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-05-11T12:52:14Z</dc:date>
    </item>
    <item>
      <title>required powercli script for Mass update of VMtools manually</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908458#M106629</link>
      <description>&lt;P&gt;Hi Lucd ,&lt;/P&gt;&lt;P&gt;Kindly help me out with powercli script for Mass update of VMtools manually from Shared folder.&lt;/P&gt;&lt;P&gt;Scenario:- Store the VMtools.exe (VMware-tools-11.2.6-17901274-x86_64.exe) from shared folder and Update the same via script in multiple VM's.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Below is the script I'm trying..no go with it.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;#Variables&lt;BR /&gt;$computername = Get-Content c:\temp\servers.txt&lt;BR /&gt;$sourcefile = "c:\temp\VMware-tools-11.2.6-17901274-x86_64.exe"&lt;BR /&gt;#This section will install the software&lt;BR /&gt;foreach ($computer in $computername)&lt;BR /&gt;{&lt;BR /&gt;$destinationFolder = "\\$computer\C$\Temp"&lt;BR /&gt;#It will copy $sourcefile to the $destinationfolder. If the Folder does not exist it will create it.&lt;/P&gt;&lt;P&gt;if (!(Test-Path -path $destinationFolder))&lt;BR /&gt;{&lt;BR /&gt;New-Item $destinationFolder -Type Directory&lt;BR /&gt;}&lt;BR /&gt;Copy-Item -Path $sourcefile -Destination $destinationFolder&lt;BR /&gt;Invoke-Command -ComputerName $computer -ScriptBlock {Start-Process 'c:\temp\VMware-tools-11.2.6-17901274-x86_64.exe'}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Kindly assist me ...Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:28:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/required-powercli-script-for-Mass-update-of-VMtools-manually/m-p/2908458#M106629</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2022-05-11T12:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Utlisaton report</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Cluster-Utlisaton-report/m-p/2815254#M98572</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Kindly can you help me to convert the same into percentage.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 09:42:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Cluster-Utlisaton-report/m-p/2815254#M98572</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2020-12-07T09:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Utlisaton report</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Cluster-Utlisaton-report/m-p/2814815#M98552</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Below is changes made for only ( Free Memory &amp;amp; CPU ) as per your instructions,&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;$time = Get-Date&lt;BR /&gt;Get-Cluster -PipelineVariable cluster |&lt;BR /&gt;Get-VMHost|&lt;BR /&gt;Select @{N='Cluster';E={$cluster.Name}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @{N='VMHost';E={$_.Name}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @{N='CPU GHz Capacity';E={[math]::Round($_.CpuTotalMhz/1000,2)}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @{N='CPU GHz Used';E={[math]::Round($_.CpuUsageMhz/1000,2)}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @{N='CPU GHz Free %';E={[math]::Round(($_.CpuTotalMhz - $_.CpuUsageMhz)/1000,2)/100}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @{N='Memory Capacity GB';E={[math]::Round($_.MemoryTotalGB,2)}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @{N='Memory Used GB';E={[math]::Round($_.MemoryUsageGB,2)}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @{N='Memory Free %';E={[math]::Round(($_.MemoryTotalGB - $_.MemoryUsageGB),2)/100}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @{N='Timestamp';E={$time}}|&lt;BR /&gt;Export-Csv -Path c:\temp\ramdisk\Utilisationreport3.csv -NoTypeInformation -UseCulture&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Below is the Ooutput.&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE width="772"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="114"&gt;CPU GHz Capacity&lt;/TD&gt;&lt;TD width="93"&gt;CPU GHz Used&lt;/TD&gt;&lt;TD width="103"&gt;CPU GHz Free %&lt;/TD&gt;&lt;TD width="135"&gt;Memory Capacity GB&lt;/TD&gt;&lt;TD width="113"&gt;Memory Used GB&lt;/TD&gt;&lt;TD width="103"&gt;Memory Free %&lt;/TD&gt;&lt;TD width="111"&gt;Timestamp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79.8&lt;/TD&gt;&lt;TD&gt;54.76&lt;/TD&gt;&lt;TD&gt;0.2504&lt;/TD&gt;&lt;TD&gt;1023.65&lt;/TD&gt;&lt;TD&gt;737.62&lt;/TD&gt;&lt;TD&gt;2.8603&lt;/TD&gt;&lt;TD&gt;04-12-2020 14:20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79.8&lt;/TD&gt;&lt;TD&gt;57.71&lt;/TD&gt;&lt;TD&gt;0.2209&lt;/TD&gt;&lt;TD&gt;1023.65&lt;/TD&gt;&lt;TD&gt;459.15&lt;/TD&gt;&lt;TD&gt;5.645&lt;/TD&gt;&lt;TD&gt;04-12-2020 14:20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly let me whether OUT is correct, If yes... How I place percentage symbol next to Value as per Below&amp;nbsp;&lt;/P&gt;&lt;TABLE width="772"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="114"&gt;CPU GHz Capacity&lt;/TD&gt;&lt;TD width="93"&gt;CPU GHz Used&lt;/TD&gt;&lt;TD width="103"&gt;CPU GHz Free %&lt;/TD&gt;&lt;TD width="135"&gt;Memory Capacity GB&lt;/TD&gt;&lt;TD width="113"&gt;Memory Used GB&lt;/TD&gt;&lt;TD width="103"&gt;Memory Free %&lt;/TD&gt;&lt;TD width="111"&gt;Timestamp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79.8&lt;/TD&gt;&lt;TD&gt;54.76&lt;/TD&gt;&lt;TD&gt;0.25%&lt;/TD&gt;&lt;TD&gt;1023.65&lt;/TD&gt;&lt;TD&gt;737.62&lt;/TD&gt;&lt;TD&gt;2.86%&lt;/TD&gt;&lt;TD&gt;04-12-2020 14:20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79.8&lt;/TD&gt;&lt;TD&gt;57.71&lt;/TD&gt;&lt;TD&gt;0.22%&lt;/TD&gt;&lt;TD&gt;1023.65&lt;/TD&gt;&lt;TD&gt;459.15&lt;/TD&gt;&lt;TD&gt;5.65%&lt;/TD&gt;&lt;TD&gt;04-12-2020 14:20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 14:30:00 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Cluster-Utlisaton-report/m-p/2814815#M98552</guid>
      <dc:creator>prasanna22kumar</dc:creator>
      <dc:date>2020-12-04T14:30:00Z</dc:date>
    </item>
  </channel>
</rss>

