<?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: WFA Create Local CIFS User with User In-put Password on Cluster Mode in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107002#M18874</link>
    <description>&lt;P&gt;Dear Sinhaa&lt;/P&gt;&lt;P&gt;finally got complete command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;param (&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="Cluster (controller) IP or name.")] [string]$Cluster,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="Name of the Storage Virtual Machine in which the CIFS share will be created.")] [string]$Vserver,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="User Name.")] [string]$User,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$false, HelpMessage="Password.")] [Alias("Password_Password")] [string]$Password&lt;/P&gt;&lt;P&gt;)&lt;BR /&gt;# connect to cluster&lt;BR /&gt;Connect-WFACluster $Cluster&lt;/P&gt;&lt;P&gt;Get-WFALogger -Info -message $("Creating User share: " + $User + "Password: "+ $Password)&lt;/P&gt;&lt;P&gt;# Add User&lt;/P&gt;&lt;P&gt;$PlainPass = $Password&lt;/P&gt;&lt;P&gt;$SecPass = $PlainPass | ConvertTo-SecureString -AsPlainText -Force&lt;/P&gt;&lt;P&gt;New-NcCifsLocalUser -UserName $User -VserverContext $Vserver -Password $SecPass&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brs,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
    <pubDate>Sun, 05 Jul 2015 09:30:10 GMT</pubDate>
    <dc:creator>Richy_TH</dc:creator>
    <dc:date>2015-07-05T09:30:10Z</dc:date>
    <item>
      <title>WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/106995#M18871</link>
      <description>&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;i would like to create WFA command that can create Local CISF user for ONTAP cluster mode.&lt;/P&gt;&lt;P&gt;i found an error as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-07-04 at 5.36.19 PM.png" style="width: 586px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/3125i29490A5F0EC008C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-07-04 at 5.36.19 PM.png" alt="Screen Shot 2558-07-04 at 5.36.19 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;param (&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="Cluster (controller) IP or name.")]&lt;/P&gt;&lt;P&gt;[string]$Cluster,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="Name of the Storage Virtual Machine in which the CIFS share will be created.")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$Vserver,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$true, HelpMessage="User Name.")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$User,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [parameter(Mandatory=$false, HelpMessage="Password.")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Alias("Password_Password")]&lt;/P&gt;&lt;P&gt;&amp;nbsp; [string]$Password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# connect to cluster&lt;/P&gt;&lt;P&gt;Connect-WFACluster $Cluster&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;&lt;P&gt;Get-WFALogger -Info -message $("Creating User share: " + $User + "Password: "+ $Password)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Add User&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New-NcCifsLocalUser -UserName&amp;nbsp; $User -VserverContext $Vserver -Password $Password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i also attached my command in the attached file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you guys have any advice please light me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advanced.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:53:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/106995#M18871</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2025-06-04T23:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/106996#M18872</link>
      <description>This cmdlet need password in type SecureString. WFA password get encrypted when passed into to the command code, you need the cmdlet Get-WfaInputPassword to get it into securestring format. Add the following line $Password= Get-WfaInputPassword -EncryptedPassword $Password So your new code shall be: ###=== param ( [parameter(Mandatory=$true, HelpMessage="Cluster (controller) IP or name.")] [string]$Cluster, [parameter(Mandatory=$true, HelpMessage="Name of the Storage Virtual Machine in which the CIFS share will be created.")] [string]$Vserver, [parameter(Mandatory=$true, HelpMessage="User Name.")] [string]$User, [parameter(Mandatory=$false, HelpMessage="Password.")] [Alias("Password_Password")] [string]$Password ) # connect to cluster Connect-WFACluster $Cluster Get-WFALogger -Info -message $("Creating User share: " + $User + "Password: "+ $Password) # Add User $Password= Get-WfaInputPassword -EncryptedPassword $Password New-NcCifsLocalUser -UserName $User -VserverContext $Vserver -Password $Password ##==== sinhaa</description>
      <pubDate>Sat, 04 Jul 2015 16:28:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/106996#M18872</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-07-04T16:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/106998#M18873</link>
      <description>&lt;P&gt;Dear sinhaa&lt;/P&gt;&lt;P&gt;thank you for your reply.&lt;/P&gt;&lt;P&gt;i have changed my command as your recommend but still found error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/3126i9E516523F65F7C23/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Screen Shot 2015-07-05 at 12.37.06 am.png" title="Screen Shot 2015-07-05 at 12.37.06 am.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do i miss any thing ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jul 2015 17:46:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/106998#M18873</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-07-04T17:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107002#M18874</link>
      <description>&lt;P&gt;Dear Sinhaa&lt;/P&gt;&lt;P&gt;finally got complete command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;param (&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="Cluster (controller) IP or name.")] [string]$Cluster,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="Name of the Storage Virtual Machine in which the CIFS share will be created.")] [string]$Vserver,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="User Name.")] [string]$User,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$false, HelpMessage="Password.")] [Alias("Password_Password")] [string]$Password&lt;/P&gt;&lt;P&gt;)&lt;BR /&gt;# connect to cluster&lt;BR /&gt;Connect-WFACluster $Cluster&lt;/P&gt;&lt;P&gt;Get-WFALogger -Info -message $("Creating User share: " + $User + "Password: "+ $Password)&lt;/P&gt;&lt;P&gt;# Add User&lt;/P&gt;&lt;P&gt;$PlainPass = $Password&lt;/P&gt;&lt;P&gt;$SecPass = $PlainPass | ConvertTo-SecureString -AsPlainText -Force&lt;/P&gt;&lt;P&gt;New-NcCifsLocalUser -UserName $User -VserverContext $Vserver -Password $SecPass&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brs,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2015 09:30:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107002#M18874</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-07-05T09:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107003#M18875</link>
      <description>&lt;P&gt;Hi Richy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your command has passed but it hasn't done what you wanted it to do. It created the user account with incorrect password i.e. it sent the encrypted form of the password directly. The below line returns the provided password in SecureString format itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$SecPassword= Get-WfaInputPassword -EncryptedPassword $Password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not to be converted to secure string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now I can't connect to VED, so will give you the right code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2015 10:30:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107003#M18875</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-07-05T10:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107013#M18876</link>
      <description>&lt;P&gt;Dear Richy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The correct command code would be:&lt;/P&gt;&lt;P&gt;### Beging Code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;param (&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="Cluster (controller) IP or name.")]&lt;BR /&gt;[string]$Cluster,&lt;BR /&gt;&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="Name of the Storage Virtual Machine in which the CIFS share will be created.")]&lt;BR /&gt;[string]$Vserver,&lt;BR /&gt;&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="User Name.")]&lt;BR /&gt;[string]$User,&lt;BR /&gt;&lt;BR /&gt;[parameter(Mandatory=$false, HelpMessage="Password.")]&lt;BR /&gt;[Alias("Password_Password")]&lt;BR /&gt;[string]$Password&lt;BR /&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# connect to cluster&lt;BR /&gt;Connect-WFACluster $Cluster&lt;BR /&gt;&lt;BR /&gt;Get-WFALogger -Info -message $("Creating User share: " + $User + "Password: "+ $Password)&lt;/P&gt;&lt;P&gt;# Add User&lt;BR /&gt;$SecPassword= Get-WfaInputPassword -EncryptedPassword $Password&lt;BR /&gt;New-NcCifsLocalUser -UserName $User -VserverContext $Vserver -Password $SecPassword&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;## End Code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/3129i58DB06C8DF7CADBD/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Password.png" title="Password.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just change the variable name &lt;FONT color="#FF0000"&gt;$Password&lt;/FONT&gt; to &lt;FONT color="#008000"&gt;$SecPassword&lt;/FONT&gt;. Due to some unknown reason its not overwriting the variable $Password. I'll debug this behavour now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;But the code design has some issues. You $Password is an optional paramter in command definition. So if somone doesn't provide it, your command will fail. So either you need to set it as Mandatory=$true or provide a default value for $Password if empty. I'll leave this choice to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&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;&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;&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>Mon, 06 Jul 2015 06:41:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107013#M18876</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-07-06T06:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107014#M18877</link>
      <description>&lt;P&gt;Dear Richy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The correct command code would be:&lt;/P&gt;&lt;P&gt;### Beging Code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;param (&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="Cluster (controller) IP or name.")]&lt;BR /&gt;[string]$Cluster,&lt;BR /&gt;&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="Name of the Storage Virtual Machine in which the CIFS share will be created.")]&lt;BR /&gt;[string]$Vserver,&lt;BR /&gt;&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="User Name.")]&lt;BR /&gt;[string]$User,&lt;BR /&gt;&lt;BR /&gt;[parameter(Mandatory=$false, HelpMessage="Password.")]&lt;BR /&gt;[Alias("Password_Password")]&lt;BR /&gt;[string]$Password&lt;BR /&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# connect to cluster&lt;BR /&gt;Connect-WFACluster $Cluster&lt;BR /&gt;&lt;BR /&gt;Get-WFALogger -Info -message $("Creating User share: " + $User + "Password: "+ $Password)&lt;/P&gt;&lt;P&gt;# Add User&lt;BR /&gt;$SecPassword= Get-WfaInputPassword -EncryptedPassword $Password&lt;BR /&gt;New-NcCifsLocalUser -UserName $User -VserverContext $Vserver -Password $SecPassword&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;## End Code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/3129i58DB06C8DF7CADBD/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Password.png" title="Password.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just change the variable name &lt;FONT color="#FF0000"&gt;$Password&lt;/FONT&gt; to &lt;FONT color="#008000"&gt;$SecPassword&lt;/FONT&gt;. Due to some unknown reason its not overwriting the variable $Password. I'll debug this behavour now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;But the code design has some issues. You $Password is an optional paramter in command definition. So if somone doesn't provide it, your command will fail. So either you need to set it as Mandatory=$true or provide a default value for $Password if empty. I'll leave this choice to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&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;&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;&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>Mon, 06 Jul 2015 06:42:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107014#M18877</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-07-06T06:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107016#M18878</link>
      <description>&lt;P&gt;Dear Sinhaa&lt;/P&gt;&lt;P&gt;thank you for your kindly helping &amp;amp; reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i will test out and let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brs,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 06:53:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/107016#M18878</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-07-06T06:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/110235#M19451</link>
      <description>&lt;P&gt;Dear Sinhaa&lt;/P&gt;&lt;P&gt;i have tested on the command level seem the command working perfectly fine but when i add it into the workflow.&lt;/P&gt;&lt;P&gt;it doesn't work as it was.&lt;/P&gt;&lt;P&gt;so the error show as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/3717iE3F3FBCFD8F5C841/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Screen Shot 2558-09-27 at 9.48.06 PM.png" title="Screen Shot 2558-09-27 at 9.48.06 PM.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i filled up the password but error reture as password empty have you experience this kind of error before ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so if anyone found this issue before please light me.&lt;/P&gt;&lt;P&gt;i am running WFA v3.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Richy&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2015 14:52:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/110235#M19451</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-09-27T14:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Local CIFS User with User In-put Password on Cluster Mode</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/110636#M19515</link>
      <description>&lt;P&gt;Richy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to declare the parameter of type "Password" at workflow User-Inputs as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/3856i06D8B671FDE2508B/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="AIS_new_cifs_.png" title="AIS_new_cifs_.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 09:21:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Local-CIFS-User-with-User-In-put-Password-on-Cluster-Mode/m-p/110636#M19515</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-10-06T09:21:18Z</dc:date>
    </item>
  </channel>
</rss>

