Install Sharepoint 2019 on Single Server

Tags: Sharepoint, 2019, install, installation, local, account, user, error

open Sharepoint Management Shell (must be Run As Administrator) and run the following cmdlet

New-SPConfigurationDatabase -DatabaseName SharePoint_ConfigDB -DatabaseServer MySQLServerInstance -AdministrationContentDatabaseName SharePoint_ContentDB -Passphrase (ConvertTo-SecureString MyP@ssword -AsPlaintext -Force) -FarmCredentials (Get-Credential) -localserverrole SingleServerFarm

Then run the Sharepoint Products Configuration Wizard to continue.

sources:

https://www.enjoysharepoint.com/the-specified-user-username-is-a-local-account-local-accounts-should-only-be-used-in-stand-alone-mode/

https://piyushksingh.com/2018/03/26/sharepoint-local-accounts-should-only-be-used-in-stand-alone-mode/

No Comments

You must log on to comment.