<?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: ERROR whne using CMDLet Add-NcCifsServer to SVM in a particular OU in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/ERROR-whne-using-CMDLet-Add-NcCifsServer-to-SVM-in-a-particular-OU/m-p/45840#M2165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have found a work around for this and that is the create the Computer Account in AD first:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ADCred = Get-Credential -Message "Enter Active Directory account to join SVM to AD"&lt;/P&gt;&lt;P&gt;New-ADComputer -Name $SVM -Description "NetApp SVM" -Path "OU=NetApp,OU=NonWindows,OU=Servers,DC=&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;test&lt;/SPAN&gt;,DC=&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;domain&lt;/SPAN&gt;" -Credential $ADCred &lt;/P&gt;&lt;P&gt;Add-NcCifsServer -Name $SVM -Domain &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;test.domain&lt;/SPAN&gt; -AdminCredential $ADCred -VserverContext $SVM -Force&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 04:23:05 GMT</pubDate>
    <dc:creator>PADMANTECH</dc:creator>
    <dc:date>2014-07-09T04:23:05Z</dc:date>
    <item>
      <title>ERROR whne using CMDLet Add-NcCifsServer to SVM in a particular OU</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/ERROR-whne-using-CMDLet-Add-NcCifsServer-to-SVM-in-a-particular-OU/m-p/45836#M2163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering if anyone has been able to use the CMDLet Add-NcCifsServer to place a SVM in a particular Active Directory OU? I am getting the error when running the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ADCred = Get-Credential -Message "Enter Active Directory account"&lt;/P&gt;&lt;P&gt;$SVM = "TestSVM"&lt;/P&gt;&lt;P&gt;Add-NcCifsServer -Name $SVM -Domain test.domain -OrganizationalUnit "OU=NetApp,OU=NonWindows,OU=Servers" -AdminCredential $ADCred -VserverContext $SVM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Error Message:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Add-NcCifsServer : Failed to create the Active Directory machine account "TestSVM". Reason: Cmd failed.&lt;/P&gt;&lt;P&gt;At line:1 char:1&lt;/P&gt;&lt;P&gt;+ Add-NcCifsServer -Name $SVM -Domain test.domain -OrganizationalUnit "OU=NetApp ...&lt;/P&gt;&lt;P&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&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; : InvalidOperation: (192.168.x.x:NcController) [Add-NcCifsServer], EAPIERROR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Cifs.AddNcCifsServer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help most welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:33:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/ERROR-whne-using-CMDLet-Add-NcCifsServer-to-SVM-in-a-particular-OU/m-p/45836#M2163</guid>
      <dc:creator>PADMANTECH</dc:creator>
      <dc:date>2025-06-05T05:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR whne using CMDLet Add-NcCifsServer to SVM in a particular OU</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/ERROR-whne-using-CMDLet-Add-NcCifsServer-to-SVM-in-a-particular-OU/m-p/45840#M2165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have found a work around for this and that is the create the Computer Account in AD first:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ADCred = Get-Credential -Message "Enter Active Directory account to join SVM to AD"&lt;/P&gt;&lt;P&gt;New-ADComputer -Name $SVM -Description "NetApp SVM" -Path "OU=NetApp,OU=NonWindows,OU=Servers,DC=&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;test&lt;/SPAN&gt;,DC=&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;domain&lt;/SPAN&gt;" -Credential $ADCred &lt;/P&gt;&lt;P&gt;Add-NcCifsServer -Name $SVM -Domain &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;test.domain&lt;/SPAN&gt; -AdminCredential $ADCred -VserverContext $SVM -Force&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 04:23:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/ERROR-whne-using-CMDLet-Add-NcCifsServer-to-SVM-in-a-particular-OU/m-p/45840#M2165</guid>
      <dc:creator>PADMANTECH</dc:creator>
      <dc:date>2014-07-09T04:23:05Z</dc:date>
    </item>
  </channel>
</rss>

