Hi
Maybe I'm missing something (might not have read the documentation thoroughly enough)
I get the error in CreateUserProfileServiceApplication:
```
$portalAppPoolAcct = Get-SPManagedAccountXML $xmlinput -CommonName "Portal"
if ([string]::IsNullOrEmpty($portalAppPoolAcct.username)) {throw " - `"Portal`" managed account not found! Check your XML."}
```
I hit this because if named my "Portal" account something different; "Portal AppPool Acc".
Is the above intentional?
I see two choices:
1. I'll name my "Portal" account "Portal" instead of "Portal AppPool Acc"
2. Someone might look into updating the script :) (I do not have the possibilities atm :( )
BR
/Martin
Maybe I'm missing something (might not have read the documentation thoroughly enough)
I get the error in CreateUserProfileServiceApplication:
```
$portalAppPoolAcct = Get-SPManagedAccountXML $xmlinput -CommonName "Portal"
if ([string]::IsNullOrEmpty($portalAppPoolAcct.username)) {throw " - `"Portal`" managed account not found! Check your XML."}
```
I hit this because if named my "Portal" account something different; "Portal AppPool Acc".
Is the above intentional?
I see two choices:
1. I'll name my "Portal" account "Portal" instead of "Portal AppPool Acc"
2. Someone might look into updating the script :) (I do not have the possibilities atm :( )
BR
/Martin