1

Closed

AutoSPInstallerConfigurationRemoteTarget.ps1 not running

description

I'm a total beginner with using the AutoSPinstaller so please don't judge. For some reason I can't get it to execute the remotetarget powershell script. I know it might be something real simple but I can't get it to work. I'm receiving the following before the entire process just hangs up:
The term 'C:\SP2010\AutoSPInstaller\AutoSPInstallerConfigureRemoteTarget.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:67
  • C:\SP2010\AutoSPInstaller\AutoSPInstallerConfigureRemoteTarget.ps1<<<<
    • CategoryInfo : ObjectnotFound: <C:\SP2010\AutoS...emoteTarget.ps1:String> [ ], CommandNotFoundException
      +FullyQualifiedErrorID : CommandNotFoundException
I've tried the Following:
-Confirmed network connectivity to remote servers
-Installed Windows PowerShell 2.0 on both web servers
-Set Execution Policy to Unrestricted
-Shared out the SP2010 folder
-Logged in with setup account for install with Local Admin rights

The only thing I came up with through googling the issue was that there should've been a .\ included in the execution call for the remotetarget.ps1 in the bat file. I didn't want to change anything before I checked with someone that might have a quick solution or explanation of the issue. Please advise.
Closed Feb 20 at 10:44 PM by TomCornelius
Hi, this is the issue tracker for the codeplex site. You may want to post your issue on the individual project's issue tracker page.

comments

hamiltone wrote Jun 16, 2012 at 7:23 AM

I was trying to enter a remote server for the ApplicationPool settings for the Crawlserver and Queryserver instead of the localhost in the xml file. I changed it back to localhost and it's installing now. I thought that could be pre-configured in the xml file as far as assigning other web servers specific sharepoint roles or maybe I'm still doing something wrong. Again this is my first time and I'm doing this in a test environment so I'm still learning. Adjustments can still be made. Please disregard initial entry.

Issue resolved, closing ticket.