SetPIUserPassword Properties
- Last UpdatedDec 15, 2025
- 2 minute read
The SetPIUserPassword type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Connection | Connection to a PI Data Archive for which to set the PI User Password | |
| ExistingPassword | Current password for the PI User to set a new PI User password. The password is accepted as a SecureString object. Use ConvertTo-SecureString to convert a string to a secure string. | |
| Name | Name of the PI User for which to set a new PI User Password | |
| NewPassword | New password to set for the PI User. The new password is accepted as a SecureString object. Use ConvertTo-SecureString to convert a string to a secure string. |