|
• |
Adding a credential (Add-ERSystemCredential) |
|
• |
Getting a credential (Get-ERSystemCredential) |
|
• |
Resetting a credential (Set-ERSystemCredential) |
In this example, a new account and associated credential is added.
In this example, the credentials for an account are returned. Note that the password is encrypted.
Get-ERSystemCredential -AccountName 'AMER\Administrator'
Connect-ERConfigurationServer hal-test-srv.AMER.hal.ca.qsft
$secpasswd = ConvertTo-SecureString 'pA$$w0d' -AsPlainText -Force
When updating ER Server credentials, the server will be restarted. This function completes before ER Server gets restarted. Before calling any additional configuration cmdlet, reconnect to the server using the following command:
Connect-ERConfigurationServer hal-test-srv.AMER.hal.ca.qsft