<?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>bigfoot48 Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>bigfoot48 Tracker</description>
    <pubDate>Fri, 17 Nov 2023 19:09:16 GMT</pubDate>
    <dc:date>2023-11-17T19:09:16Z</dc:date>
    <item>
      <title>Re: Compatibility with Hyper-V on Windows Server 2022 host.</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Player/Compatibility-with-Hyper-V-on-Windows-Server-2022-host/m-p/2994330#M41076</link>
      <description>&lt;P&gt;What that persion mentioned below. The Chinese video explains it. But my Manderin is a bit rusty .....(Non-existent)&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the Hypervisor to able to run docker for development and VMware workstation to run my test-lab.&lt;/P&gt;&lt;P&gt;I tried many things but it is either Hypervisor or WMware workstation.&lt;/P&gt;&lt;P&gt;The solution(credits to for the guy in the youtube video)&lt;/P&gt;&lt;P&gt;powershell with admin rights: &lt;STRONG&gt;**Enable-WindowsOptionalFeature -Online -FeatureName HypervisorPlatform -All**&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WARNING!&lt;/STRONG&gt; : when you confirm with "Y" the server reboots immediately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 09:47:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Player/Compatibility-with-Hyper-V-on-Windows-Server-2022-host/m-p/2994330#M41076</guid>
      <dc:creator>bigfoot48</dc:creator>
      <dc:date>2023-11-06T09:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: VMWare Workstation 17 Pro Autostart Service is not working</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Workstation-17-Pro-Autostart-Service-is-not-working/m-p/2993131#M183400</link>
      <description>&lt;P&gt;This worked! Thank you &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@175698D61412968B624AD0FDF51E2E6D/emoticons/1f604.png" alt=":grinning_face_with_smiling_eyes:" title=":grinning_face_with_smiling_eyes:" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 09:27:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Workstation-17-Pro-Autostart-Service-is-not-working/m-p/2993131#M183400</guid>
      <dc:creator>bigfoot48</dc:creator>
      <dc:date>2023-10-28T09:27:38Z</dc:date>
    </item>
    <item>
      <title>vRealize Network Insight - API - Powershell - Convert search to API json format</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Operations-for/vRealize-Network-Insight-API-Powershell-Convert-search-to-API/m-p/2734163#M258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to convert a search in vRNI to a search in the API with the same results.&lt;BR /&gt;But I'm experiencing some difficulties to get the same response results from the API in understandable human format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to measure all the Edge's internet traffic and i came up with this search:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;total(Total Network Traffic) of vnic '&lt;SPAN class="error"&gt;[vse-ABC-EDGE-01 (GUID)-0]&lt;/SPAN&gt;-&lt;SPAN class="error"&gt;[Network adapter 1]&lt;/SPAN&gt;' where vm = vse-ABC-EDGE-01&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This example gives me the information i need but i cant get it converted to Powershell to get the same request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The API documentation doesn't explain how you can convert a search in vRNI to an API search.&lt;/P&gt;&lt;P&gt;I wrote the following PowerShell script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15266315580549871 jive_text_macro" data-renderedposition="275.1215515136719_7.986111640930176_1234_826" jivemacro_uid="_15266315580549871"&gt;&lt;P&gt;# Set the correct TLS protocol&lt;/P&gt;&lt;P&gt;[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Address and login info&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$baseurl = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://vRNI.someserver.com/" rel="nofollow"&gt;https://vRNI.someserver.com&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$user = "admin@yourdomain.local"&lt;/P&gt;&lt;P&gt;$pass = 'ReallyDifficultPassword'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Json format for aquiring token&lt;/P&gt;&lt;P&gt;$body = '{&lt;/P&gt;&lt;P&gt; "username": "'+$user+'",&lt;/P&gt;&lt;P&gt; "password": "'+$pass+'",&lt;/P&gt;&lt;P&gt; "domain": {&lt;/P&gt;&lt;P&gt; "domain_type" : "LDAP",&lt;/P&gt;&lt;P&gt; "value" : "yourdomain.local"&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; }'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Getting token for api queries&lt;/P&gt;&lt;P&gt;$url = $baseurl + "/api/ni/auth/token"&lt;/P&gt;&lt;P&gt;$auth = Invoke-RestMethod -Method POST -Uri $url -Body $body -ContentType "application/json"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#converting the token &lt;/P&gt;&lt;P&gt;$token = $auth.token&lt;/P&gt;&lt;P&gt;$headers = @{"Authorization"="NetworkInsight $token"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# First run to get VMs&lt;/P&gt;&lt;P&gt;$url = $baseurl + "/api/ni/entities/vms"&lt;/P&gt;&lt;P&gt;$entities = Invoke-RestMethod -Method GET -Uri $url -ContentType "application/json" -Headers $headers&lt;/P&gt;&lt;P&gt;$entities.results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Testing search functionality&lt;/P&gt;&lt;P&gt;$body = @{&lt;/P&gt;&lt;P&gt; "entity_type"= "VirtualMachine"&lt;/P&gt;&lt;P&gt; "filter"=&amp;nbsp; "default_gateway is set"&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$url = $baseurl + "/api/ni/search"&lt;/P&gt;&lt;P&gt;$entities = Invoke-RestMethod -Method POST -Uri $url -Body ($body | ConvertTo-Json) -ContentType "application/json" -Headers $headers&lt;/P&gt;&lt;P&gt;$entities.results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Find VMs with name starting with 'vse'&lt;/P&gt;&lt;P&gt;$body = @{&lt;/P&gt;&lt;P&gt; "entity_type"= "VirtualMachine"&lt;/P&gt;&lt;P&gt; "filter"=&amp;nbsp; "host.name like vse*"&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$url = $baseurl + "/api/ni/search"&lt;/P&gt;&lt;P&gt;$filter = Invoke-RestMethod -Method POST -Uri $url -Body ($body | ConvertTo-Json) -ContentType "application/json" -Headers $headers&lt;/P&gt;&lt;P&gt;$filter.results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody knows how to convert a search or know where to find that kind of information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 08:36:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Operations-for/vRealize-Network-Insight-API-Powershell-Convert-search-to-API/m-p/2734163#M258</guid>
      <dc:creator>bigfoot48</dc:creator>
      <dc:date>2018-05-18T08:36:49Z</dc:date>
    </item>
  </channel>
</rss>

