<?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>SCharchouf Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>SCharchouf Tracker</description>
    <pubDate>Sun, 12 Nov 2023 01:01:43 GMT</pubDate>
    <dc:date>2023-11-12T01:01:43Z</dc:date>
    <item>
      <title>Re: unauthorized kernel modules loaded in memory</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/unauthorized-kernel-modules-loaded-in-memory/m-p/2811331#M98264</link>
      <description>&lt;P&gt;Thank LucD it's OK &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@7651DD0E8772B3B5D93ADA9ABA2E067C/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;&lt;P&gt;by the way do you know what mean if the Module is unsigned despite that the image used is the one from HPE: a Customized Image?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 13:33:00 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/unauthorized-kernel-modules-loaded-in-memory/m-p/2811331#M98264</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-20T13:33:00Z</dc:date>
    </item>
    <item>
      <title>unauthorized kernel modules loaded in memory</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/unauthorized-kernel-modules-loaded-in-memory/m-p/2811281#M98259</link>
      <description>&lt;P&gt;I'm trying to get&amp;nbsp;unauthorized kernel modules loaded in memory, I'm using the script below, unfortunately it's not working &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@5FC79C0032E597F6EC0C3A71500D7708/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Foreach ($VMHost in Get-VMHost ) {&lt;BR /&gt;&lt;BR /&gt;$ESXCli = Get-EsxCli -VMHost $VMHost -V2&lt;BR /&gt;$ESXCli.system.module.list.invoke() | ForEach-Object {&lt;BR /&gt;$ESXCli.system.module.get.invoke($_.Name) | Select-Object @{N="VMHost";E={$VMHost}}, Module, License, Modulefile, Version, SignedStatus, SignatureDigest, SignatureFingerPrint } }&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 09:48:25 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/unauthorized-kernel-modules-loaded-in-memory/m-p/2811281#M98259</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-20T09:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Check vCenter Connectivity</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Check-vCenter-Connectivity/m-p/2810944#M98235</link>
      <description>&lt;P&gt;I have nothing in&amp;nbsp;&lt;STRONG&gt;$global:DefaultVIServers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disconnect-VIServer -Server * -Confirm:$false&lt;SPAN&gt;&amp;nbsp;at the start of the script.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I thought about doing it but it would be smarter to do it via the loop unless it is not possible&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 12:31:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Check-vCenter-Connectivity/m-p/2810944#M98235</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-19T12:31:22Z</dc:date>
    </item>
    <item>
      <title>Check vCenter Connectivity</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Check-vCenter-Connectivity/m-p/2810930#M98232</link>
      <description>&lt;P&gt;I'm trying to connect to some vCenters via PowerCLi and I would like to be sure that there's no session already logged.&lt;/P&gt;&lt;P&gt;I'm using this script but it show me always the last vcenter connected twice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$vCenterList = Get-Content ".\vCenterList.txt"&lt;/P&gt;&lt;P&gt;###Check if we are connected to vCenter Server(s)&lt;BR /&gt;foreach ($vCenter in $vCenterList){&lt;BR /&gt;if($global:DefaultVIServers.Count -gt 0){&lt;BR /&gt;# Return current connection&lt;BR /&gt;$global:DefaultVIServers[0]&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;# Finally, connect to the VMware vCenter&lt;BR /&gt;Connect-VIServer -Server $vCenterList&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;would you please assist me to correct the script in order to show to which vcenter(s) I'm already connected if not connected then it proceed with connectivity&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 11:56:03 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Check-vCenter-Connectivity/m-p/2810930#M98232</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-19T11:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get-VMHostFirewallException</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-VMHostFirewallException/m-p/2809768#M98139</link>
      <description>it's possible to add the information related to IP?&lt;BR /&gt;I mean if it's set to All IP?&lt;BR /&gt;maybe it's me who is poorly expressed on the subject but here is the idea. in fact when you access "System", "Firewall" we find this information:&lt;BR /&gt;Service Name&lt;BR /&gt;TCP ports&lt;BR /&gt;UDP ports&lt;BR /&gt;Allowed IP addresses</description>
      <pubDate>Mon, 16 Nov 2020 17:37:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-VMHostFirewallException/m-p/2809768#M98139</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-16T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get-VMHostFirewallException</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-VMHostFirewallException/m-p/2809757#M98137</link>
      <description>that's what I was going to say, plus I'm trying to get the output per vcenter.&lt;BR /&gt;&lt;BR /&gt;I'm trying to do my best, so far I think my level has improved a lot &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@7651DD0E8772B3B5D93ADA9ABA2E067C/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;</description>
      <pubDate>Mon, 16 Nov 2020 17:19:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-VMHostFirewallException/m-p/2809757#M98137</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-16T17:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get-VMHostFirewallException</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-VMHostFirewallException/m-p/2809747#M98134</link>
      <description>I thought we should do the same for all esxi in each vCenter.</description>
      <pubDate>Mon, 16 Nov 2020 17:11:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-VMHostFirewallException/m-p/2809747#M98134</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-16T17:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All vSS &amp; VDS details for all vCenters</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Extract-All-vSS-amp-VDS-details-for-all-vCenters/m-p/2809745#M98133</link>
      <description>I added&lt;BR /&gt;$results = @() at the begin of the script&lt;BR /&gt;$results | export-csv -Path .\Output.csv -NoTypeInformation at the end&lt;BR /&gt;the file is created but is empty,&lt;BR /&gt;i think i'm wrong</description>
      <pubDate>Mon, 16 Nov 2020 17:07:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Extract-All-vSS-amp-VDS-details-for-all-vCenters/m-p/2809745#M98133</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-16T17:07:06Z</dc:date>
    </item>
    <item>
      <title>Get-VMHostFirewallException</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-VMHostFirewallException/m-p/2809737#M98131</link>
      <description>&lt;P&gt;I'm not sure if I'm on the correct way or no, so I'm asking for some guidance &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@7651DD0E8772B3B5D93ADA9ABA2E067C/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get all enabled services in all ESXi / vCenter in order to check if the service is set to "AllIP" or to specific IP&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Connect to vCenter Server&lt;/P&gt;&lt;P&gt;Connect-VIServer = "vCenter1","vCenter2","vCenter3","vCenter4"&lt;/P&gt;&lt;P&gt;$VMHosts= Get-VMHost | Get-VMHostFirewallException | Where-Object {$_.Enabled -and ($_.ExtensionData.AllowedHosts.AllIP)}&lt;BR /&gt;$Results= @()&lt;/P&gt;&lt;P&gt;foreach ($VMHost in $VMHosts) {&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 16:43:48 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-VMHostFirewallException/m-p/2809737#M98131</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-16T16:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All vSS &amp; VDS details for all vCenters</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Extract-All-vSS-amp-VDS-details-for-all-vCenters/m-p/2809425#M98120</link>
      <description>&lt;P&gt;yep I confirm that the code might be complex&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@251BE23E36546A0F934A50408D06C502/emoticons/1f60a.png" alt=":smiling_face_with_smiling_eyes:" title=":smiling_face_with_smiling_eyes:" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What do you mean by 'Version' in case of a VSS? my bad as the version is related to vDS,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you mean by 'Unused Adapters'? unfortunately the current configuration has some unused Uplink&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you intend to list all pNIC that are not used in the Switch or Portgroup? it should be the case&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the 2 below scripts, but not able to mix them in order to collect what I need&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-VMHostNetworkAdapter -vmkernel |&lt;BR /&gt;% { $vnet=$_ ; get-vdportgroup -vmhostnetworkadapter $vnet |&lt;BR /&gt;%{"$($vnet.vmhost.parent)`t$($vnet.vmhost)`t&lt;BR /&gt;$($vnet.name)`t$($vnet.ip)`t$($vnet.subnetmask)`t&lt;BR /&gt;$($_.name)`t$($_.vdswitch)`t$($_.vlanconfiguration)" |&lt;BR /&gt;out-file .\temp\output.txt -append } }&lt;/P&gt;&lt;P&gt;Get-VirtualPortgroup -standard |&lt;BR /&gt;% { $pg=$_ ; get-vmhostnetworkadapter -portgroup $pg |&lt;BR /&gt;% { "$($_.vmhost.parent)`t$($_.vmhost)`t$($_.name)`t&lt;BR /&gt;$($_.ip)`t$($_.subnetmask)`t$($pg.name)`t&lt;BR /&gt;$($pg.virtualswitch.name)`t$($pg.vlanid)" |&lt;BR /&gt;&amp;nbsp;out-file .\temp\output.txt -append }}&lt;/P&gt;&lt;P&gt;Any comments or recommendation are always welcome&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 18:07:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Extract-All-vSS-amp-VDS-details-for-all-vCenters/m-p/2809425#M98120</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-15T18:07:59Z</dc:date>
    </item>
    <item>
      <title>Extract All vSS &amp; VDS details for all vCenters</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Extract-All-vSS-amp-VDS-details-for-all-vCenters/m-p/2809405#M98118</link>
      <description>&lt;P&gt;&lt;EM&gt;In order to remedy a large network configuration issue, I need to collect vSS &amp;amp; VDS details across all vCenters.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I'm not sure if we can collect both Standard switch and distributed switch in one shot and the output should contain&amp;nbsp;the below information:&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;HostName&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Type : Standard or Distributed&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;vSwitch MTU&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;version&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Name&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Uplink /ConnectedAdapter&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;PortGroup&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;VLAN ID&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Active adapters&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Standby Adapters&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Unused Adapters&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Security Promiscuous/MacChanges/ForgedTransmits&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 16:51:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Extract-All-vSS-amp-VDS-details-for-all-vCenters/m-p/2809405#M98118</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-15T16:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get the current NTP and allow it in the Firewall</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-the-current-NTP-and-allow-it-in-the-Firewall/m-p/2808656#M98092</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I think I misspoke. In fact it is in the firewall rules, vCenter level when we check the authorized IP addresses for NTP client. At this level we find the option "All IP" or authorized IP&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 14:28:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-the-current-NTP-and-allow-it-in-the-Firewall/m-p/2808656#M98092</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-12T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get the current NTP and allow it in the Firewall</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-the-current-NTP-and-allow-it-in-the-Firewall/m-p/2808654#M98090</link>
      <description>&lt;P&gt;unfortunately is not the case, and NTP already configured and not allowed on the firewall rule&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 14:23:55 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-the-current-NTP-and-allow-it-in-the-Firewall/m-p/2808654#M98090</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-12T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Get the current NTP and allow it in the Firewall</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-the-current-NTP-and-allow-it-in-the-Firewall/m-p/2808644#M98087</link>
      <description>&lt;P&gt;not all my ESXi has the same NTP, so I'm asking if there's a way to get the current NTP IP from ESXi and allow them in the&amp;nbsp;firewall rule?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 13:53:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-the-current-NTP-and-allow-it-in-the-Firewall/m-p/2808644#M98087</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-12T13:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Convert LOG file to CSV</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808636#M98085</link>
      <description>&lt;P&gt;sorry for the delay, Message sent&lt;/P&gt;&lt;P&gt;since the update I no longer receive notifications. I will check the configuration of my profile.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 13:22:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808636#M98085</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-12T13:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert LOG file to CSV</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808278#M98056</link>
      <description>&lt;P&gt;Totally agree, may I share it in private?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:51:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808278#M98056</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-11T09:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Convert LOG file to CSV</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808270#M98054</link>
      <description>&lt;P&gt;it would be a greate idea but not sure how to proceed &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@7651DD0E8772B3B5D93ADA9ABA2E067C/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;&lt;P&gt;and I believe this is will require a huge change in the script, right?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:25:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808270#M98054</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-11T09:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Convert LOG file to CSV</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808169#M98047</link>
      <description>&lt;P&gt;I need the LOG as it's mandatory as a proof of activity&lt;/P&gt;&lt;P&gt;the reason why I'm trying to convert to CSV in order to explore data in Excel&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@251BE23E36546A0F934A50408D06C502/emoticons/1f60a.png" alt=":smiling_face_with_smiling_eyes:" title=":smiling_face_with_smiling_eyes:" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 22:37:15 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808169#M98047</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-10T22:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert LOG file to CSV</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808159#M98043</link>
      <description>&lt;P&gt;the output is a LOG of running a PowerCLi commands to check some parameters.&lt;/P&gt;&lt;P&gt;the output is like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2020-11-10][23:04:23] - Success - PowerCLI module exists&lt;/P&gt;&lt;P&gt;[2020-11-10][23:04:25] - Control - ############# Check VIB Acceptance Level #############&lt;BR /&gt;[2020-11-10][23:04:43] - Success -HostLab : Acceptance Level 'PartnerSupported'&lt;/P&gt;&lt;P&gt;[2020-11-10][23:04:46] - Success -Host1 : Acceptance Level 'PartnerSupported'&lt;/P&gt;&lt;P&gt;[2020-11-10][23:04:46] - Control - ############# Check NTP Configuration #############&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 22:07:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808159#M98043</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-10T22:07:52Z</dc:date>
    </item>
    <item>
      <title>Convert LOG file to CSV</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808143#M98041</link>
      <description>&lt;P&gt;I need to convert a LOG file to CSV is that possible?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 21:29:55 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Convert-LOG-file-to-CSV/m-p/2808143#M98041</guid>
      <dc:creator>SCharchouf</dc:creator>
      <dc:date>2020-11-10T21:29:55Z</dc:date>
    </item>
  </channel>
</rss>

