<?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: SnapCenter 1.1 PowerShell cmdlet install on remote host in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/SnapCenter-1-1-PowerShell-cmdlet-install-on-remote-host/m-p/124751#M11073</link>
    <description>&lt;P&gt;HI Rick,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do this :&lt;/P&gt;&lt;P&gt;1. configure winrm quickconfig on snapcenter server and other server which have powershell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. &amp;nbsp;from the other server you can have powershell session of snapcenter server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;enter-pssession -computername &amp;lt;hostname&amp;gt; &amp;nbsp;-Credential domain\administrator -------------------------&amp;gt; &lt;STRONG&gt;"do no specify ipaddress in computername"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;once your down with the session you exit.&lt;/P&gt;&lt;P&gt;exit-pssession&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exmaple:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PS C:\Users\administrator.SDWORLD&amp;gt; Enter-PSSession -ComputerName Win2012-R2-01 -Credential domain\administrator&lt;BR /&gt;[Win2012-R2-01]: PS C:\&amp;gt; dir&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Directory: C:\&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Mode LastWriteTime Length Name&lt;BR /&gt;---- ------------- ------ ----&lt;BR /&gt;d---- 7/26/2016 11:31 AM FTP&lt;BR /&gt;d---- 4/28/2016 3:40 PM inetpub&lt;BR /&gt;d---- 9/22/2016 3:22 AM newfolder&lt;BR /&gt;d---- 7/26/2012 12:44 AM PerfLogs&lt;BR /&gt;d-r-- 10/24/2016 3:41 PM Program Files&lt;BR /&gt;d---- 7/22/2016 3:57 PM Program Files (x86)&lt;BR /&gt;d-r-- 10/15/2016 9:04 PM Users&lt;BR /&gt;d---- 10/17/2016 12:21 PM Windows&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Win2012-R2-01]: PS C:\&amp;gt; Get-Module -Name SnapCenter&lt;/P&gt;&lt;P&gt;ModuleType Name ExportedCommands&lt;BR /&gt;---------- ---- ----------------&lt;BR /&gt;Manifest SnapCenter {Add-SmCloneDataSet, Add-SmCloneJob, Add-SmGroupToRole, Add-SmHost...}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Win2012-R2-01]: PS C:\&amp;gt; exit-pssession&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neerajd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2016 01:27:46 GMT</pubDate>
    <dc:creator>neerajd</dc:creator>
    <dc:date>2016-10-26T01:27:46Z</dc:date>
    <item>
      <title>SnapCenter 1.1 PowerShell cmdlet install on remote host</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCenter-1-1-PowerShell-cmdlet-install-on-remote-host/m-p/124629#M11071</link>
      <description>&lt;P&gt;Does anyone have instructions/info on how to install the SnapCenter 1.1 PowerShell cmdlets on a remote host, such as my laptop? I have the&amp;nbsp;NetApp PowerShell Toolkit v4.3.0 installed on my workstation - though the output of Get-Module shows it at version 4.1.0, even though Windows Programs and Features lists it as 4.3.0 &amp;nbsp;.... at any rate, the SnapCenter cmdlets do not appear to be contained within this toolkit, and the "SnapCenter Software 1.1 Windows Cmdlet Reference" PDF document does not provide any details on how to install them on a remote host... until I can figure out how to do this, I have to RDP into my SnapCenter server, just to run SnapCenter PowerShell cmdlets.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:31:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCenter-1-1-PowerShell-cmdlet-install-on-remote-host/m-p/124629#M11071</guid>
      <dc:creator>RickStratton</dc:creator>
      <dc:date>2025-06-04T18:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: SnapCenter 1.1 PowerShell cmdlet install on remote host</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCenter-1-1-PowerShell-cmdlet-install-on-remote-host/m-p/124751#M11073</link>
      <description>&lt;P&gt;HI Rick,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do this :&lt;/P&gt;&lt;P&gt;1. configure winrm quickconfig on snapcenter server and other server which have powershell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. &amp;nbsp;from the other server you can have powershell session of snapcenter server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;enter-pssession -computername &amp;lt;hostname&amp;gt; &amp;nbsp;-Credential domain\administrator -------------------------&amp;gt; &lt;STRONG&gt;"do no specify ipaddress in computername"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;once your down with the session you exit.&lt;/P&gt;&lt;P&gt;exit-pssession&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exmaple:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PS C:\Users\administrator.SDWORLD&amp;gt; Enter-PSSession -ComputerName Win2012-R2-01 -Credential domain\administrator&lt;BR /&gt;[Win2012-R2-01]: PS C:\&amp;gt; dir&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Directory: C:\&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Mode LastWriteTime Length Name&lt;BR /&gt;---- ------------- ------ ----&lt;BR /&gt;d---- 7/26/2016 11:31 AM FTP&lt;BR /&gt;d---- 4/28/2016 3:40 PM inetpub&lt;BR /&gt;d---- 9/22/2016 3:22 AM newfolder&lt;BR /&gt;d---- 7/26/2012 12:44 AM PerfLogs&lt;BR /&gt;d-r-- 10/24/2016 3:41 PM Program Files&lt;BR /&gt;d---- 7/22/2016 3:57 PM Program Files (x86)&lt;BR /&gt;d-r-- 10/15/2016 9:04 PM Users&lt;BR /&gt;d---- 10/17/2016 12:21 PM Windows&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Win2012-R2-01]: PS C:\&amp;gt; Get-Module -Name SnapCenter&lt;/P&gt;&lt;P&gt;ModuleType Name ExportedCommands&lt;BR /&gt;---------- ---- ----------------&lt;BR /&gt;Manifest SnapCenter {Add-SmCloneDataSet, Add-SmCloneJob, Add-SmGroupToRole, Add-SmHost...}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Win2012-R2-01]: PS C:\&amp;gt; exit-pssession&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neerajd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 01:27:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCenter-1-1-PowerShell-cmdlet-install-on-remote-host/m-p/124751#M11073</guid>
      <dc:creator>neerajd</dc:creator>
      <dc:date>2016-10-26T01:27:46Z</dc:date>
    </item>
  </channel>
</rss>

