Hi,
I get this error when using spautoinstaller (gui) for SharePoint installation on my virtual dev env vm. (I have a separate AD vm)
"Managed account AD\sp_services already exists"
Then the follwing Exception:
I get this error when using spautoinstaller (gui) for SharePoint installation on my virtual dev env vm. (I have a separate AD vm)
"Managed account AD\sp_services already exists"
Then the follwing Exception:
--------------------------------------------------------------
- Adding Managed Accounts...
- Enabling Secondary Logon service...
- Starting Secondary Logon service...
- Account "AD\sp_services:
- Creating local profile for AD\sp_services...
- Adding to local Admins (*temporarily*)...Done.
- Removing from local Admins...Done.
- Done.
- Managed account AD\sp_services already exists.
--------------------------------------------------------------
- Script halted!
Exception : System.Management.Automation.ParameterBindingValidationException: Cannot bind argument to param
eter 'String' because it is an empty string.
at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext f
uncContext, Exception exception)
at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame fra
me)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedF
rame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedF
rame frame)
TargetObject :
CategoryInfo : InvalidData: (:) [ConvertTo-SecureString], ParameterBindingValidationException
FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.ConvertToSe
cureStringCommand
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at AddManagedAccounts, C:\AutoSPInstaller\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line
1955
at Setup-Farm, C:\AutoSPInstaller\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line 200
at <ScriptBlock>, C:\AutoSPInstaller\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line 373
at <ScriptBlock>, <No file>: line 1
PipelineIterationInfo : {}
PSMessageDetails :
Anyone has any idea what I'm doing wrong?