-
-
Notifications
You must be signed in to change notification settings - Fork 848
Description
Hello
I'm trying to install SQL Server using Install-DbaInstance (dbatools) to automate SQL Server installation across local and remote Windows Server environments with customisable configuration.
I have a working script which executes very well even when installing other features like Integration Services, Full-Text etc.
However, I am trying to use the same script with the addition of Analysis Services, but I am getting an error message in the log saying "You must provision the system with at least one system administrator".
I know that I need to include the admin account for Analysis Services. In my script, I am including this feature in the 'Feature' parameter, along with the AdminAccount (for the default SQL Instance) and the ASCredential parameters in the $config. I'm not sure if there's something missing but I don't see any option to include the Admin account for Analysis Services.
Please can you advise?
Thanks