Syntax
Set-NfsUser -NfsUser <NfsUser[]> -Password <SecureString> [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet configures existing NFS user accounts by changing the password associated with the account. The virtual machine host must be part of an Active Directory domain for the cmdlet to run successfully.Parameters
Return Type
The modified NfsUser objectNotes
Examples
-------------- Example 1 --------------
Set-NfsUser -NfsUser $n1 -Password "password2"
Sets "password2" as the new password for the $n1 NFS user account.