As mentioned in Issue #32: even if an account is created with an email address, it's no longer stored with that account.
This will at least affect emailing of script output, but check for all references to the $Emails parameter and Get-PAAccount for other affected areas. If this is only used for emailing script output, consider storing the email with SMTP Credentials.
As mentioned in Issue #32: even if an account is created with an email address, it's no longer stored with that account.
This will at least affect emailing of script output, but check for all references to the
$Emailsparameter andGet-PAAccountfor other affected areas. If this is only used for emailing script output, consider storing the email with SMTP Credentials.