<?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>topic Re: Trying to install powerCli with out the MSI-&amp;gt; where is the module so I can import the module in vSphere Command-Line Interface Discussions</title>
    <link>https://communities.vmware.com/t5/vSphere-Command-Line-Interface/Trying-to-install-powerCli-with-out-the-MSI-gt-where-is-the/m-p/2753289#M1414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to first have PowerShell 5.1 (WMF) before you can use Install-Module cmdlet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=54616" title="https://www.microsoft.com/en-us/download/details.aspx?id=54616"&gt;Download Windows Management Framework 5.1 from Official Microsoft Download Center&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2018 15:22:45 GMT</pubDate>
    <dc:creator>daphnissov</dc:creator>
    <dc:date>2018-03-09T15:22:45Z</dc:date>
    <item>
      <title>Trying to install powerCli with out the MSI-&gt; where is the module so I can import the module</title>
      <link>https://communities.vmware.com/t5/vSphere-Command-Line-Interface/Trying-to-install-powerCli-with-out-the-MSI-gt-where-is-the/m-p/2753288#M1413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looked at&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://www.powershellgallery.com/packages/VMware.PowerCLI/10.0.0.7895300" rel="nofollow"&gt;https://www.powershellgallery.com/packages/VMware.PowerCLI/10.0.0.7895300&lt;/A&gt;&lt;SPAN&gt; and&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://blogs.vmware.com/PowerCLI/2017/04/powercli-install-process-powershell-gallery.html" rel="nofollow"&gt;https://blogs.vmware.com/PowerCLI/2017/04/powercli-install-process-powershell-gallery.html&lt;/A&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;Server 2012r2, server 2016 desktop mode windows 10 same results and I am connected to the internet.&amp;nbsp;&amp;nbsp; Where is the module so I can impot the module?&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;Results below none of the cmds can be found&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;PS C:\&amp;gt; Find-Module -Name VMware.PowerCLI&lt;BR /&gt;Find-Module : The term 'Find-Module' is not recognized as the name of a cmdlet, function, script file, or operable&lt;BR /&gt;program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Find-Module -Name VMware.PowerCLI&lt;BR /&gt;+ ~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ObjectNotFound: (Find-Module:String) [], CommandNotFoundException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : CommandNotFoundException&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;PS C:\&amp;gt; Save-Module -Name VMware.PowerCLI&lt;BR /&gt;Save-Module : The term 'Save-Module' is not recognized as the name of a cmdlet, function, script file, or operable&lt;BR /&gt;program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Save-Module -Name VMware.PowerCLI&lt;BR /&gt;+ ~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ObjectNotFound: (Save-Module:String) [], CommandNotFoundException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : CommandNotFoundException&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;PS C:\Users\a-lburroughs2&amp;gt; Find-Module -Name VMware.PowerCLI&lt;BR /&gt;Find-Module : The term 'Find-Module' is not recognized as the name of a cmdlet, function, script file, or operable&lt;BR /&gt;program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Find-Module -Name VMware.PowerCLI&lt;BR /&gt;+ ~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ObjectNotFound: (Find-Module:String) [], CommandNotFoundException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : CommandNotFoundException&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;PS C:\&amp;gt; get-Module -Name VMware.PowerCLI&lt;BR /&gt;PS C:\&amp;gt; Install-Module -Name VMware.PowerCLI –Scope AllUsers&lt;BR /&gt;Install-Module : The term 'Install-Module' is not recognized as the name of a cmdlet, function, script file, or&lt;BR /&gt;operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try&lt;BR /&gt;again.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Install-Module -Name VMware.PowerCLI –Scope AllUsers&lt;BR /&gt;+ ~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ObjectNotFound: (Install-Module:String) [], CommandNotFoundException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : CommandNotFoundException&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;PS C:\&amp;gt; Find-Module -Name VMware.PowerCLI&lt;BR /&gt;Find-Module : The term 'Find-Module' is not recognized as the name of a cmdlet, function, script file, or operable&lt;BR /&gt;program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Find-Module -Name VMware.PowerCLI&lt;BR /&gt;+ ~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ObjectNotFound: (Find-Module:String) [], CommandNotFoundException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : CommandNotFoundException&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;PS C:\&amp;gt; Save-Module -Name VMware.PowerCLI -Path D:\vmware&lt;BR /&gt;Save-Module : The term 'Save-Module' is not recognized as the name of a cmdlet, function, script file, or operable&lt;BR /&gt;program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Save-Module -Name VMware.PowerCLI -Path D:\vmware&lt;BR /&gt;+ ~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ObjectNotFound: (Save-Module:String) [], CommandNotFoundException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : CommandNotFoundException&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;PS C:\&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:21:51 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Command-Line-Interface/Trying-to-install-powerCli-with-out-the-MSI-gt-where-is-the/m-p/2753288#M1413</guid>
      <dc:creator>ailboogie</dc:creator>
      <dc:date>2018-03-09T15:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install powerCli with out the MSI-&gt; where is the module so I can import the module</title>
      <link>https://communities.vmware.com/t5/vSphere-Command-Line-Interface/Trying-to-install-powerCli-with-out-the-MSI-gt-where-is-the/m-p/2753289#M1414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to first have PowerShell 5.1 (WMF) before you can use Install-Module cmdlet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=54616" title="https://www.microsoft.com/en-us/download/details.aspx?id=54616"&gt;Download Windows Management Framework 5.1 from Official Microsoft Download Center&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:22:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Command-Line-Interface/Trying-to-install-powerCli-with-out-the-MSI-gt-where-is-the/m-p/2753289#M1414</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2018-03-09T15:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install powerCli with out the MSI-&gt; where is the module so I can import the module</title>
      <link>https://communities.vmware.com/t5/vSphere-Command-Line-Interface/Trying-to-install-powerCli-with-out-the-MSI-gt-where-is-the/m-p/2753290#M1415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks i'll give that a try&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:25:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Command-Line-Interface/Trying-to-install-powerCli-with-out-the-MSI-gt-where-is-the/m-p/2753290#M1415</guid>
      <dc:creator>ailboogie</dc:creator>
      <dc:date>2018-03-09T15:25:26Z</dc:date>
    </item>
  </channel>
</rss>

