Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/How_to_change_the_userAccountControl_setting_of_an_ONTAP_CIFS_server_to_remove_the_password_never_expires_flag
      ONTAP does not set the PasswordNeverExpires flag on the CIFS server machine account. If this flag is set it was done outside of ONTAP. The userAccountControl attribute will have a value of at least 0x...ONTAP does not set the PasswordNeverExpires flag on the CIFS server machine account. If this flag is set it was done outside of ONTAP. The userAccountControl attribute will have a value of at least 0x10000(Hex) or 65536(Dec) if the PasswordNeverExpires to remove this flag run the following command from an admin powershell prompt: Set-ADComputer -Identity <CIFS Server name> -PasswordNeverExpires:$False ONTAP has its own password change schedule that is disabled by default.