You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$iloaccaunt=read-host "Enter the account from ILO"
$ilopassword=read-host "Enter the password ILO"
$externaluserlogin=read-host "Enter the account new user"
$externaluserpassword=read-host "Enter a password for the new user"
foreach ($iloip in $iloservers)
{
Add-HPiLOUser -AdminPriv No -ConfigILOPriv No -DisableCertificateAuthentication -NewPassword $externaluserpassword -NewUserLogin $externaluserlogin -NewUsername $externaluserlogin -Password $ilopassword -RemoteConsPriv No -ResetServerPriv No -Server $iloip -Username $iloaccaunt -VirtualMediaPriv No -Debug